Skip to content

Commit bc867fd

Browse files
chore: version packages
1 parent c0dd9d8 commit bc867fd

52 files changed

Lines changed: 212 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/angry-owls-chew.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/upset-dryers-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-flies-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# expo-config-plugins-test-app
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 600e56e: Remove committed iOS and Android directories in the test app and regenerate during tests

apps/expo-config-plugins-test-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-config-plugins-test-app",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"start": "rock start",
@@ -24,18 +24,18 @@
2424
"@react-native/eslint-config": "0.83.0",
2525
"@react-native/metro-config": "0.83.0",
2626
"@react-native/typescript-config": "0.83.0",
27-
"@rock-js/platform-android": "^0.12.10",
28-
"@rock-js/platform-ios": "^0.12.10",
29-
"@rock-js/plugin-metro": "^0.12.10",
30-
"@rock-js/welcome-screen": "^0.12.10",
27+
"@rock-js/platform-android": "^0.12.13",
28+
"@rock-js/platform-ios": "^0.12.13",
29+
"@rock-js/plugin-metro": "^0.12.13",
30+
"@rock-js/welcome-screen": "^0.12.13",
3131
"@types/react": "^19.2.0",
3232
"@types/react-test-renderer": "^19.1.0",
3333
"babel-jest": "^29.6.3",
3434
"eslint": "^8.19.0",
3535
"jest": "^29.6.3",
3636
"prettier": "2.8.8",
3737
"react-test-renderer": "19.2.0",
38-
"rock": "^0.12.10",
38+
"rock": "^0.12.13",
3939
"typescript": "^5.8.3"
4040
},
4141
"engines": {

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rock
22

3+
## 0.12.13
4+
5+
### Patch Changes
6+
7+
- @rock-js/config@0.12.13
8+
- @rock-js/tools@0.12.13
9+
310
## 0.12.12
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rock",
3-
"version": "0.12.12",
3+
"version": "0.12.13",
44
"description": "Command-line interface for Rock - a React Native development toolkit",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@react-native-community/cli-config": "^20.0.0",
28-
"@rock-js/config": "^0.12.12",
29-
"@rock-js/tools": "^0.12.12",
28+
"@rock-js/config": "^0.12.13",
29+
"@rock-js/tools": "^0.12.13",
3030
"adm-zip": "^0.5.16",
3131
"commander": "^12.1.0",
3232
"tar": "^7.5.1",

packages/config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rnef/config
22

3+
## 0.12.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c0dd9d8]
8+
- @rock-js/provider-github@0.12.13
9+
- @rock-js/tools@0.12.13
10+
311
## 0.12.12
412

513
### Patch Changes

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/config",
3-
"version": "0.12.12",
3+
"version": "0.12.13",
44
"description": "Configuration management utilities for Rock projects",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {
2121
"@babel/code-frame": "^7.26.2",
22-
"@rock-js/provider-github": "^0.12.12",
23-
"@rock-js/tools": "^0.12.12",
22+
"@rock-js/provider-github": "^0.12.13",
23+
"@rock-js/tools": "^0.12.13",
2424
"joi": "^17.13.3",
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
2828
"@types/babel__code-frame": "^7.0.6",
29-
"@rock-js/test-helpers": "^0.12.12"
29+
"@rock-js/test-helpers": "^0.12.13"
3030
},
3131
"publishConfig": {
3232
"access": "public"

packages/create-app/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-rock
22

3+
## 0.12.13
4+
35
## 0.12.12
46

57
## 0.12.11

0 commit comments

Comments
 (0)