diff --git a/.changeset/fuzzy-taxis-smile.md b/.changeset/fuzzy-taxis-smile.md deleted file mode 100644 index 4c3612eac..000000000 --- a/.changeset/fuzzy-taxis-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rock-js/config': patch ---- - -Require Joi 17.13.6 or newer to prevent prototype pollution through localized validation messages. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a3c220c8e..4543d8d8b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # rock +## 0.15.2 + +### Patch Changes + +- Updated dependencies [dce336d] + - @rock-js/config@0.15.2 + - @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 65bb62ac6..90da110f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "rock", - "version": "0.15.1", + "version": "0.15.2", "description": "Command-line interface for Rock - a React Native development toolkit", "type": "module", "types": "./dist/src/index.d.ts", @@ -25,8 +25,8 @@ }, "dependencies": { "@react-native-community/cli-config": "^20.0.0", - "@rock-js/config": "^0.15.1", - "@rock-js/tools": "^0.15.1", + "@rock-js/config": "^0.15.2", + "@rock-js/tools": "^0.15.2", "adm-zip": "^0.5.16", "commander": "^12.1.0", "tar": "^7.5.1", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 55f4a706c..16201fa0a 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,13 @@ # @rnef/config +## 0.15.2 + +### Patch Changes + +- dce336d: Require Joi 17.13.6 or newer to prevent prototype pollution through localized validation messages. + - @rock-js/provider-github@0.15.2 + - @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 65e16af04..2e2370fb2 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/config", - "version": "0.15.1", + "version": "0.15.2", "description": "Configuration management utilities for Rock projects", "type": "module", "types": "./dist/src/index.d.ts", @@ -19,14 +19,14 @@ }, "dependencies": { "@babel/code-frame": "^7.26.2", - "@rock-js/provider-github": "^0.15.1", - "@rock-js/tools": "^0.15.1", + "@rock-js/provider-github": "^0.15.2", + "@rock-js/tools": "^0.15.2", "joi": "^17.13.6", "tslib": "^2.3.0" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", - "@rock-js/test-helpers": "^0.15.1" + "@rock-js/test-helpers": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index 905ca792e..e09467cf9 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -1,5 +1,7 @@ # create-rock +## 0.15.2 + ## 0.15.1 ## 0.15.0 diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 9410b64a9..dab042135 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,6 @@ { "name": "create-rock", - "version": "0.15.1", + "version": "0.15.2", "description": "Scaffolding tool for creating new React Native applications with Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -22,8 +22,8 @@ "create-rock": "dist/src/bin.js" }, "devDependencies": { - "@rock-js/test-helpers": "^0.15.1", - "@rock-js/tools": "^0.15.1", + "@rock-js/test-helpers": "^0.15.2", + "@rock-js/tools": "^0.15.2", "@rslib/core": "^0.13.0", "@types/gradient-string": "^1.1.6", "@types/minimist": "^1.2.5", diff --git a/packages/platform-android/CHANGELOG.md b/packages/platform-android/CHANGELOG.md index b94d11bf6..af05c9c99 100644 --- a/packages/platform-android/CHANGELOG.md +++ b/packages/platform-android/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/platform-android +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/platform-android/package.json b/packages/platform-android/package.json index 90f4b2dd9..de5291af6 100644 --- a/packages/platform-android/package.json +++ b/packages/platform-android/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/platform-android", - "version": "0.15.1", + "version": "0.15.2", "description": "Android platform support and configuration for Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -21,12 +21,12 @@ }, "dependencies": { "@react-native-community/cli-config-android": "^20.0.0", - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "tslib": "^2.3.0" }, "devDependencies": { "@react-native-community/cli-types": "^20.0.0", - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/platform-android/template/package.json b/packages/platform-android/template/package.json index ba1a15435..e60bb5696 100644 --- a/packages/platform-android/template/package.json +++ b/packages/platform-android/template/package.json @@ -4,6 +4,6 @@ "android": "rock run:android" }, "devDependencies": { - "@rock-js/platform-android": "^0.15.1" + "@rock-js/platform-android": "^0.15.2" } } diff --git a/packages/platform-apple-helpers/CHANGELOG.md b/packages/platform-apple-helpers/CHANGELOG.md index 6452cd39b..1539262dc 100644 --- a/packages/platform-apple-helpers/CHANGELOG.md +++ b/packages/platform-apple-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/platform-apple-helpers +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/platform-apple-helpers/package.json b/packages/platform-apple-helpers/package.json index ff2be5b3a..393b48e39 100644 --- a/packages/platform-apple-helpers/package.json +++ b/packages/platform-apple-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/platform-apple-helpers", - "version": "0.15.1", + "version": "0.15.2", "description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -20,14 +20,14 @@ "dependencies": { "@react-native-community/cli-config": "^20.0.0", "@react-native-community/cli-config-apple": "^20.0.0", - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "adm-zip": "^0.5.16", "fast-xml-parser": "^4.5.0", "tslib": "^2.3.0" }, "devDependencies": { "@react-native-community/cli-types": "^20.0.0", - "@rock-js/config": "^0.15.1", + "@rock-js/config": "^0.15.2", "@types/adm-zip": "^0.5.7" }, "publishConfig": { diff --git a/packages/platform-harmony/CHANGELOG.md b/packages/platform-harmony/CHANGELOG.md index dea11878f..c71e5a4a2 100644 --- a/packages/platform-harmony/CHANGELOG.md +++ b/packages/platform-harmony/CHANGELOG.md @@ -1,5 +1,11 @@ # @rock-js/platform-harmony +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/platform-harmony/package.json b/packages/platform-harmony/package.json index fe32ee2dd..8cb2944ae 100644 --- a/packages/platform-harmony/package.json +++ b/packages/platform-harmony/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/platform-harmony", - "version": "0.15.1", + "version": "0.15.2", "type": "module", "types": "./dist/src/index.d.ts", "exports": { @@ -19,13 +19,13 @@ "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc" }, "dependencies": { - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "json5": "^2.2.3", "tslib": "^2.3.0" }, "devDependencies": { "@react-native-community/cli-types": "^20.0.0", - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/platform-harmony/template/package.json b/packages/platform-harmony/template/package.json index 576d490f2..50ee3869e 100644 --- a/packages/platform-harmony/template/package.json +++ b/packages/platform-harmony/template/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@react-native-community/cli": "^15.0.1", - "@rock-js/platform-harmony": "^0.15.1", + "@rock-js/platform-harmony": "^0.15.2", "@react-native-oh/react-native-harmony": "0.77.18-1", "@react-native-oh/react-native-harmony-cli": "0.77.18-1", "@types/react": "^18.3.1", diff --git a/packages/platform-ios/CHANGELOG.md b/packages/platform-ios/CHANGELOG.md index 512aa93bb..04f2292fa 100644 --- a/packages/platform-ios/CHANGELOG.md +++ b/packages/platform-ios/CHANGELOG.md @@ -1,5 +1,12 @@ # @rnef/platform-ios +## 0.15.2 + +### Patch Changes + +- @rock-js/platform-apple-helpers@0.15.2 +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/platform-ios/package.json b/packages/platform-ios/package.json index 5f4331c36..faa8e682b 100644 --- a/packages/platform-ios/package.json +++ b/packages/platform-ios/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/platform-ios", - "version": "0.15.1", + "version": "0.15.2", "description": "iOS platform support and configuration for Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -22,12 +22,12 @@ "dependencies": { "@react-native-community/cli-config-apple": "^20.0.0", "@react-native-community/cli-types": "^20.0.0", - "@rock-js/platform-apple-helpers": "^0.15.1", - "@rock-js/tools": "^0.15.1", + "@rock-js/platform-apple-helpers": "^0.15.2", + "@rock-js/tools": "^0.15.2", "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/platform-ios/template/package.json b/packages/platform-ios/template/package.json index ab8b7986c..7d3e82ae4 100644 --- a/packages/platform-ios/template/package.json +++ b/packages/platform-ios/template/package.json @@ -4,6 +4,6 @@ "ios": "rock run:ios" }, "devDependencies": { - "@rock-js/platform-ios": "^0.15.1" + "@rock-js/platform-ios": "^0.15.2" } } diff --git a/packages/plugin-brownfield-android/CHANGELOG.md b/packages/plugin-brownfield-android/CHANGELOG.md index fec16815a..cb7e951fe 100644 --- a/packages/plugin-brownfield-android/CHANGELOG.md +++ b/packages/plugin-brownfield-android/CHANGELOG.md @@ -1,5 +1,12 @@ # @rnef/plugin-brownfield-android +## 0.15.2 + +### Patch Changes + +- @rock-js/platform-android@0.15.2 +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/plugin-brownfield-android/package.json b/packages/plugin-brownfield-android/package.json index 0a0d6a221..dfd810d9b 100644 --- a/packages/plugin-brownfield-android/package.json +++ b/packages/plugin-brownfield-android/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/plugin-brownfield-android", - "version": "0.15.1", + "version": "0.15.2", "description": "Plugin for integrating Rock projects with existing Android apps", "type": "module", "types": "./dist/src/index.d.ts", @@ -20,13 +20,13 @@ "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc" }, "dependencies": { - "@rock-js/tools": "^0.15.1", - "@rock-js/platform-android": "^0.15.1", + "@rock-js/tools": "^0.15.2", + "@rock-js/platform-android": "^0.15.2", "@react-native-community/cli-config-android": "^20.0.0", "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/config": "^0.15.1", + "@rock-js/config": "^0.15.2", "@react-native-community/cli-types": "^20.0.0" }, "publishConfig": { diff --git a/packages/plugin-brownfield-android/template/package.json b/packages/plugin-brownfield-android/template/package.json index 80a1156e1..555c59fa5 100644 --- a/packages/plugin-brownfield-android/template/package.json +++ b/packages/plugin-brownfield-android/template/package.json @@ -8,6 +8,6 @@ "@callstack/react-native-brownfield": "^2.0.0" }, "devDependencies": { - "@rock-js/plugin-brownfield-android": "^0.15.1" + "@rock-js/plugin-brownfield-android": "^0.15.2" } } diff --git a/packages/plugin-brownfield-ios/CHANGELOG.md b/packages/plugin-brownfield-ios/CHANGELOG.md index 17be3ae43..034485cd9 100644 --- a/packages/plugin-brownfield-ios/CHANGELOG.md +++ b/packages/plugin-brownfield-ios/CHANGELOG.md @@ -1,5 +1,12 @@ # @rnef/plugin-brownfield-ios +## 0.15.2 + +### Patch Changes + +- @rock-js/platform-apple-helpers@0.15.2 +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/plugin-brownfield-ios/package.json b/packages/plugin-brownfield-ios/package.json index cbf1efe4d..adcedc5ee 100644 --- a/packages/plugin-brownfield-ios/package.json +++ b/packages/plugin-brownfield-ios/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/plugin-brownfield-ios", - "version": "0.15.1", + "version": "0.15.2", "description": "Plugin for integrating Rock projects with existing iOS apps", "type": "module", "types": "./dist/src/index.d.ts", @@ -22,12 +22,12 @@ "dependencies": { "@react-native-community/cli-config-apple": "^20.0.0", "@react-native-community/cli-types": "^20.0.0", - "@rock-js/tools": "^0.15.1", - "@rock-js/platform-apple-helpers": "^0.15.1", + "@rock-js/tools": "^0.15.2", + "@rock-js/platform-apple-helpers": "^0.15.2", "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/plugin-brownfield-ios/template/package.json b/packages/plugin-brownfield-ios/template/package.json index 0e5334fc9..cbc714f58 100644 --- a/packages/plugin-brownfield-ios/template/package.json +++ b/packages/plugin-brownfield-ios/template/package.json @@ -7,6 +7,6 @@ "@callstack/react-native-brownfield": "^2.0.0" }, "devDependencies": { - "@rock-js/plugin-brownfield-ios": "^0.15.1" + "@rock-js/plugin-brownfield-ios": "^0.15.2" } } diff --git a/packages/plugin-expo-config-plugins/CHANGELOG.md b/packages/plugin-expo-config-plugins/CHANGELOG.md index 424e7e946..6a3a7a878 100644 --- a/packages/plugin-expo-config-plugins/CHANGELOG.md +++ b/packages/plugin-expo-config-plugins/CHANGELOG.md @@ -1,5 +1,11 @@ # @rock-js/plugin-expo-config-plugins +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/plugin-expo-config-plugins/package.json b/packages/plugin-expo-config-plugins/package.json index 25de69096..fa3fd7ee7 100644 --- a/packages/plugin-expo-config-plugins/package.json +++ b/packages/plugin-expo-config-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/plugin-expo-config-plugins", - "version": "0.15.1", + "version": "0.15.2", "type": "module", "exports": { "types": "./dist/src/index.d.ts", @@ -20,12 +20,12 @@ "dependencies": { "@expo/config-plugins": "^10.1.2", "@expo/prebuild-config": "^55.0.10", - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/config": "^0.15.1", - "@rock-js/test-helpers": "^0.15.1", + "@rock-js/config": "^0.15.2", + "@rock-js/test-helpers": "^0.15.2", "@types/plist": "^3.0.5", "plist": "^3.1.0" }, diff --git a/packages/plugin-metro/CHANGELOG.md b/packages/plugin-metro/CHANGELOG.md index 0ea97beb2..c7b078962 100644 --- a/packages/plugin-metro/CHANGELOG.md +++ b/packages/plugin-metro/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/plugin-metro +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/plugin-metro/package.json b/packages/plugin-metro/package.json index b2b0bc59e..4f4aaadbd 100644 --- a/packages/plugin-metro/package.json +++ b/packages/plugin-metro/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/plugin-metro", - "version": "0.15.1", + "version": "0.15.2", "description": "Metro bundler integration plugin for Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -20,7 +20,7 @@ }, "dependencies": { "@react-native-community/cli-server-api": "^20.0.0", - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "metro": "^0.85.0", "metro-config": "^0.85.0", "metro-core": "^0.85.0", @@ -31,7 +31,7 @@ "@react-native/dev-middleware": "^0.86.0", "@react-native/community-cli-plugin": "0.86.0", "@react-native/metro-config": "^0.86.0", - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "publishConfig": { "access": "public" diff --git a/packages/plugin-metro/template/package.json b/packages/plugin-metro/template/package.json index 3c40be73e..ce7134636 100644 --- a/packages/plugin-metro/template/package.json +++ b/packages/plugin-metro/template/package.json @@ -1,7 +1,7 @@ { "name": "rock-plugin-metro-template", "devDependencies": { - "@rock-js/plugin-metro": "^0.15.1", + "@rock-js/plugin-metro": "^0.15.2", "@react-native/metro-config": "0.86.0" } } diff --git a/packages/plugin-repack/CHANGELOG.md b/packages/plugin-repack/CHANGELOG.md index 6ffbac680..cf51b291f 100644 --- a/packages/plugin-repack/CHANGELOG.md +++ b/packages/plugin-repack/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/plugin-repack +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/plugin-repack/package.json b/packages/plugin-repack/package.json index ebc4ae34a..5b0423b02 100644 --- a/packages/plugin-repack/package.json +++ b/packages/plugin-repack/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/plugin-repack", - "version": "0.15.1", + "version": "0.15.2", "description": "Re.Pack bundler integration plugin for Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -19,11 +19,11 @@ "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc" }, "dependencies": { - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/config": "^0.15.1" + "@rock-js/config": "^0.15.2" }, "peerDependencies": { "@callstack/repack": ">=5", diff --git a/packages/plugin-repack/template/package.json b/packages/plugin-repack/template/package.json index 56552e51d..44b923524 100644 --- a/packages/plugin-repack/template/package.json +++ b/packages/plugin-repack/template/package.json @@ -1,7 +1,7 @@ { "name": "rock-plugin-repack-template", "devDependencies": { - "@rock-js/plugin-repack": "^0.15.1", + "@rock-js/plugin-repack": "^0.15.2", "@callstack/repack": "^5.2.0", "@rspack/core": "^1.5.0", "@swc/helpers": "^0.5.17" diff --git a/packages/provider-github/CHANGELOG.md b/packages/provider-github/CHANGELOG.md index 22cdde85b..f039d92a5 100644 --- a/packages/provider-github/CHANGELOG.md +++ b/packages/provider-github/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/provider-github +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/provider-github/package.json b/packages/provider-github/package.json index 474c58861..aabc9fd8c 100644 --- a/packages/provider-github/package.json +++ b/packages/provider-github/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/provider-github", - "version": "0.15.1", + "version": "0.15.2", "description": "GitHub Actions provider for Rock Remote Build Cache", "type": "module", "types": "./dist/src/index.d.ts", @@ -18,7 +18,7 @@ "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc" }, "dependencies": { - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "ts-regex-builder": "^1.8.2", "tslib": "^2.3.0" }, diff --git a/packages/provider-github/template/package.json b/packages/provider-github/template/package.json index 524a3b777..bffc01f2c 100644 --- a/packages/provider-github/template/package.json +++ b/packages/provider-github/template/package.json @@ -1,6 +1,6 @@ { "name": "rock-provider-github-template", "devDependencies": { - "@rock-js/provider-github": "^0.15.1" + "@rock-js/provider-github": "^0.15.2" } } diff --git a/packages/provider-s3/CHANGELOG.md b/packages/provider-s3/CHANGELOG.md index 01278dd9a..750e4b6de 100644 --- a/packages/provider-s3/CHANGELOG.md +++ b/packages/provider-s3/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnef/provider-s3 +## 0.15.2 + +### Patch Changes + +- @rock-js/tools@0.15.2 + ## 0.15.1 ### Patch Changes diff --git a/packages/provider-s3/package.json b/packages/provider-s3/package.json index 411b19ddb..f95f761ca 100644 --- a/packages/provider-s3/package.json +++ b/packages/provider-s3/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/provider-s3", - "version": "0.15.1", + "version": "0.15.2", "description": "AWS S3 (and Cloudflare R2) provider for Rock Remote Build Cache", "type": "module", "types": "./dist/src/index.d.ts", @@ -23,7 +23,7 @@ "@aws-sdk/credential-providers": "^3.972.60", "@aws-sdk/lib-storage": "^3.972.60", "@aws-sdk/s3-request-presigner": "^3.972.60", - "@rock-js/tools": "^0.15.1", + "@rock-js/tools": "^0.15.2", "tslib": "^2.3.0" }, "publishConfig": { diff --git a/packages/provider-s3/template/package.json b/packages/provider-s3/template/package.json index d0e662c55..a57cf8040 100644 --- a/packages/provider-s3/template/package.json +++ b/packages/provider-s3/template/package.json @@ -1,6 +1,6 @@ { "name": "rock-provider-s3-template", "devDependencies": { - "@rock-js/provider-s3": "^0.15.1" + "@rock-js/provider-s3": "^0.15.2" } } diff --git a/packages/test-helpers/CHANGELOG.md b/packages/test-helpers/CHANGELOG.md index a0771e066..2170e94ab 100644 --- a/packages/test-helpers/CHANGELOG.md +++ b/packages/test-helpers/CHANGELOG.md @@ -1,5 +1,7 @@ # @rnef/test-helpers +## 0.15.2 + ## 0.15.1 ## 0.15.0 diff --git a/packages/test-helpers/package.json b/packages/test-helpers/package.json index 7ccb3bb44..33a58aa41 100644 --- a/packages/test-helpers/package.json +++ b/packages/test-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/test-helpers", - "version": "0.15.1", + "version": "0.15.2", "description": "Internal testing utilities and helpers for Rock packages", "type": "module", "private": true, diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 5d8f85680..02e8100da 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,7 @@ # @rnef/tools +## 0.15.2 + ## 0.15.1 ## 0.15.0 diff --git a/packages/tools/package.json b/packages/tools/package.json index bd98a7a2c..db02bd800 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/tools", - "version": "0.15.1", + "version": "0.15.2", "description": "Internal core utilities for Rock", "type": "module", "types": "./dist/src/index.d.ts", @@ -30,7 +30,7 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@rock-js/test-helpers": "^0.15.1", + "@rock-js/test-helpers": "^0.15.2", "@types/adm-zip": "^0.5.7" }, "publishConfig": { diff --git a/packages/welcome-screen/CHANGELOG.md b/packages/welcome-screen/CHANGELOG.md index 80ce8693c..772cb955a 100644 --- a/packages/welcome-screen/CHANGELOG.md +++ b/packages/welcome-screen/CHANGELOG.md @@ -1,5 +1,7 @@ # @rnef/welcome-screen +## 0.15.2 + ## 0.15.1 ## 0.15.0 diff --git a/packages/welcome-screen/package.json b/packages/welcome-screen/package.json index 90c9abd6f..5adf94b03 100644 --- a/packages/welcome-screen/package.json +++ b/packages/welcome-screen/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/welcome-screen", - "version": "0.15.1", + "version": "0.15.2", "description": "Welcome screen component for Rock React Native applications", "type": "module", "main": "./dist/src/index.jsx", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6660076e3..6102fd19b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -158,10 +158,10 @@ importers: specifier: ^20.0.0 version: 20.0.2(typescript@5.9.2) '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools adm-zip: specifier: ^0.5.16 @@ -189,10 +189,10 @@ importers: specifier: ^7.26.2 version: 7.29.0 '@rock-js/provider-github': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../provider-github '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools joi: specifier: ^17.13.6 @@ -202,7 +202,7 @@ importers: version: 2.8.1 devDependencies: '@rock-js/test-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../test-helpers '@types/babel__code-frame': specifier: ^7.0.6 @@ -211,10 +211,10 @@ importers: packages/create-app: devDependencies: '@rock-js/test-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../test-helpers '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools '@rslib/core': specifier: ^0.13.0 @@ -244,7 +244,7 @@ importers: specifier: ^20.0.0 version: 20.0.2 '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 @@ -254,7 +254,7 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/platform-apple-helpers: @@ -266,7 +266,7 @@ importers: specifier: ^20.0.0 version: 20.0.2 '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools adm-zip: specifier: ^0.5.16 @@ -282,7 +282,7 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config '@types/adm-zip': specifier: ^0.5.7 @@ -291,7 +291,7 @@ importers: packages/platform-harmony: dependencies: '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools json5: specifier: ^2.2.3 @@ -304,7 +304,7 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/platform-ios: @@ -316,17 +316,17 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/platform-apple-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../platform-apple-helpers '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 version: 2.8.1 devDependencies: '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/plugin-brownfield-android: @@ -335,10 +335,10 @@ importers: specifier: ^20.0.0 version: 20.0.2 '@rock-js/platform-android': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../platform-android '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 @@ -348,7 +348,7 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/plugin-brownfield-ios: @@ -360,17 +360,17 @@ importers: specifier: ^20.0.0 version: 20.1.1 '@rock-js/platform-apple-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../platform-apple-helpers '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 version: 2.8.1 devDependencies: '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/plugin-expo-config-plugins: @@ -382,17 +382,17 @@ importers: specifier: ^55.0.10 version: 55.0.10(expo@54.0.33(@babel/core@7.25.2)(react-native@0.86.0(@babel/core@7.25.2)(@react-native/metro-config@0.86.0(@babel/core@7.25.2))(@types/react@19.2.17)(react@19.2.7))(react@19.2.7))(typescript@5.9.2) '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 version: 2.8.1 devDependencies: '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config '@rock-js/test-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../test-helpers '@types/plist': specifier: ^3.0.5 @@ -407,7 +407,7 @@ importers: specifier: ^20.0.0 version: 20.0.2 '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools metro: specifier: ^0.85.0 @@ -435,7 +435,7 @@ importers: specifier: ^0.86.0 version: 0.86.0(@babel/core@7.25.2) '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/plugin-repack: @@ -444,7 +444,7 @@ importers: specifier: '>=5' version: 5.1.3(@babel/core@7.25.2)(@rspack/core@1.6.8(@swc/helpers@0.5.17))(react-native@0.86.0(@babel/core@7.25.2)(@react-native/metro-config@0.86.0(@babel/core@7.25.2))(@types/react@19.2.17)(react@19.2.7))(webpack@5.101.3) '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools '@rspack/core': specifier: '>=1.2.8' @@ -457,13 +457,13 @@ importers: version: 2.8.1 devDependencies: '@rock-js/config': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../config packages/provider-github: dependencies: '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools ts-regex-builder: specifier: ^1.8.2 @@ -490,7 +490,7 @@ importers: specifier: ^3.972.60 version: 3.1079.0 '@rock-js/tools': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../tools tslib: specifier: ^2.3.0 @@ -536,7 +536,7 @@ importers: version: 2.8.1 devDependencies: '@rock-js/test-helpers': - specifier: ^0.15.1 + specifier: ^0.15.2 version: link:../test-helpers '@types/adm-zip': specifier: ^0.5.7 diff --git a/templates/rock-template-default/package.json b/templates/rock-template-default/package.json index 927660b34..a42398264 100644 --- a/templates/rock-template-default/package.json +++ b/templates/rock-template-default/package.json @@ -1,6 +1,6 @@ { "name": "@rock-js/template-default", - "version": "0.15.1", + "version": "0.15.2", "scripts": { "start": "rock start", "lint": "eslint .", @@ -14,8 +14,8 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", - "rock": "^0.15.1", - "@rock-js/welcome-screen": "^0.15.1", + "rock": "^0.15.2", + "@rock-js/welcome-screen": "^0.15.2", "@react-native/babel-preset": "0.86.0", "@react-native/eslint-config": "0.86.0", "@react-native/typescript-config": "0.86.0",