Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2025-01-09)

### Bug Fixes

* **deps:** update dependency react-native to v0.76.6 ([#113](#113)) ([22f0da2](22f0da2))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 22f0da2 commit c19ad0f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.5](https://github.com/huextrat/react-native-screenshot-aware/compare/v1.0.4...v1.0.5) (2025-01-09)


### Bug Fixes

* **deps:** update dependency react-native to v0.76.6 ([#113](https://github.com/huextrat/react-native-screenshot-aware/issues/113)) ([22f0da2](https://github.com/huextrat/react-native-screenshot-aware/commit/22f0da2f3dda85b4d8f600e93edadf3a79b8e84d))

## [1.0.4](https://github.com/huextrat/react-native-screenshot-aware/compare/v1.0.3...v1.0.4) (2024-09-30)


Expand Down
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-screenshot-aware",
"version": "1.0.4",
"version": "1.0.5",
"description": "React Native module for real-time screenshot detection on Android and iOS",
"source": "src/index.tsx",
"main": "lib/commonjs/index.js",
Expand Down Expand Up @@ -87,20 +87,26 @@
"react": "*",
"react-native": "*"
},
"workspaces": ["example"],
"workspaces": [
"example"
],
"packageManager": "[email protected]",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
],
"setupFilesAfterEnv": ["<rootDir>/setupJest.ts"],
"setupFilesAfterEnv": [
"<rootDir>/setupJest.ts"
],
"transform": {
"^.+\\.(js)$": [
"babel-jest",
{
"plugins": ["babel-plugin-syntax-hermes-parser"]
"plugins": [
"babel-plugin-syntax-hermes-parser"
]
}
]
},
Expand All @@ -113,12 +119,18 @@
"collectCoverage": true
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": ["commonjs", "module", "typescript"]
"targets": [
"commonjs",
"module",
"typescript"
]
},
"codegenConfig": {
"name": "ScreenshotAwareSpec",
Expand Down

0 comments on commit c19ad0f

Please sign in to comment.