Skip to content

Commit 3f7a52f

Browse files
authored
chore: Update next from main (#11004)
1 parent 2c88d35 commit 3f7a52f

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1571,10 +1571,7 @@ releasable_branches: &releasable_branches
15711571
only:
15721572
- release
15731573
- main
1574-
- ui-components/main
1575-
- 1.0-stable
1576-
- geo/main
1577-
- in-app-messaging/main
1574+
- next
15781575

15791576
# List of test browsers that are always used in every E2E test. Tests that aren't expected to interact with browser APIs
15801577
# should use `minimal_browser_list` to keep test execution time low.

lerna.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"command": {
88
"run": {
99
"private": false
10+
},
11+
"bootstrap": {
12+
"ignore": "@aws-amplify/xr"
1013
}
1114
}
1215
}

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"publish:next": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=next --preid=next --exact --no-verify-access",
2828
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]' --no-verify-access",
2929
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes --no-verify-access",
30-
"publish:geo/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=geo --preid=geo --exact --no-verify-access",
31-
"publish:in-app-messaging/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=in-app-messaging --preid=in-app-messaging --exact --no-verify-access",
3230
"ts-coverage": "lerna run ts-coverage"
3331
},
3432
"husky": {

packages/aws-amplify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@aws-amplify/predictions": "5.0.15",
5353
"@aws-amplify/pubsub": "5.0.15",
5454
"@aws-amplify/storage": "5.1.5",
55-
"@aws-amplify/xr": "4.0.15",
55+
"@aws-amplify/xr": "latest",
5656
"tslib": "^2.0.0"
5757
},
5858
"jest": {

packages/xr/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@aws-amplify/xr",
33
"version": "4.0.15",
4+
"private": true,
45
"description": "XR category of aws-amplify",
56
"main": "./lib/index.js",
67
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)