Skip to content

Commit a3447c8

Browse files
Version Packages (beta) (#1028)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab7533d commit a3447c8

File tree

43 files changed

+409
-93
lines changed

Some content is hidden

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

43 files changed

+409
-93
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,22 @@
2727
"@aws-amplify/sandbox": "0.5.1"
2828
},
2929
"changesets": [
30+
"brave-carrots-glow",
31+
"brave-pets-clean",
3032
"brown-otters-smoke",
3133
"eighty-rings-pull",
34+
"five-fireants-shout",
35+
"four-donuts-jump",
3236
"friendly-kids-lick",
37+
"giant-feet-sing",
38+
"khaki-panthers-grin",
3339
"lemon-peas-sin",
40+
"loud-sheep-occur",
41+
"mean-frogs-visit",
3442
"mighty-experts-compare",
3543
"smooth-penguins-joke",
44+
"smooth-tigers-double",
45+
"sour-rice-listen",
3646
"three-doors-act"
3747
]
3848
}

packages/auth-construct/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @aws-amplify/auth-construct-alpha
22

3+
## 0.6.0-beta.2
4+
5+
### Minor Changes
6+
7+
- 4995bda: Introduce initial iteration of access control mechanism between backend resources.
8+
The APIs and functioality are NOT final and are subject to change without notice.
9+
- 85e953f: OIDC now supports a list of providers which will be configured for your user pool.
10+
11+
### Patch Changes
12+
13+
- ab7533d: Add output and configuration for customer owned lambdas
14+
- 7cbe58b: bump aws-cdk-lib to 2.127.0
15+
- 109cd1b: Add support for generating user pool groups.
16+
- Updated dependencies [ab7533d]
17+
- Updated dependencies [7cbe58b]
18+
- Updated dependencies [109cd1b]
19+
- Updated dependencies [4995bda]
20+
- @aws-amplify/backend-output-schemas@0.7.0-beta.0
21+
- @aws-amplify/backend-output-storage@0.4.0-beta.1
22+
- @aws-amplify/plugin-types@0.9.0-beta.0
23+
324
## 0.5.7-beta.1
425

526
### Patch Changes

packages/auth-construct/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth-construct-alpha",
3-
"version": "0.5.7-beta.1",
3+
"version": "0.6.0-beta.2",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"
@@ -18,9 +18,9 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/backend-output-schemas": "^0.6.0",
22-
"@aws-amplify/backend-output-storage": "^0.3.1-beta.0",
23-
"@aws-amplify/plugin-types": "^0.8.0",
21+
"@aws-amplify/backend-output-schemas": "^0.7.0-beta.0",
22+
"@aws-amplify/backend-output-storage": "^0.4.0-beta.1",
23+
"@aws-amplify/plugin-types": "^0.9.0-beta.0",
2424
"@aws-sdk/util-arn-parser": "^3.465.0"
2525
},
2626
"peerDependencies": {

packages/backend-auth/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @aws-amplify/backend-auth
22

3+
## 0.5.0-beta.2
4+
5+
### Minor Changes
6+
7+
- 4995bda: Introduce initial iteration of access control mechanism between backend resources.
8+
The APIs and functioality are NOT final and are subject to change without notice.
9+
- 85e953f: OIDC now supports a list of providers which will be configured for your user pool.
10+
11+
### Patch Changes
12+
13+
- 7cbe58b: bump aws-cdk-lib to 2.127.0
14+
- Updated dependencies [ab7533d]
15+
- Updated dependencies [7cbe58b]
16+
- Updated dependencies [109cd1b]
17+
- Updated dependencies [4995bda]
18+
- Updated dependencies [85e953f]
19+
- @aws-amplify/backend-output-storage@0.4.0-beta.1
20+
- @aws-amplify/auth-construct-alpha@0.6.0-beta.2
21+
- @aws-amplify/plugin-types@0.9.0-beta.0
22+
323
## 0.4.8-beta.1
424

525
### Patch Changes

packages/backend-auth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-auth",
3-
"version": "0.4.8-beta.1",
3+
"version": "0.5.0-beta.2",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,13 +18,13 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/auth-construct-alpha": "^0.5.7-beta.1",
22-
"@aws-amplify/backend-output-storage": "^0.3.1-beta.0",
23-
"@aws-amplify/plugin-types": "^0.8.0"
21+
"@aws-amplify/auth-construct-alpha": "^0.6.0-beta.2",
22+
"@aws-amplify/backend-output-storage": "^0.4.0-beta.1",
23+
"@aws-amplify/plugin-types": "^0.9.0-beta.0"
2424
},
2525
"devDependencies": {
26-
"@aws-amplify/backend-platform-test-stubs": "^0.3.2",
27-
"@aws-amplify/platform-core": "^0.5.0-beta.0"
26+
"@aws-amplify/backend-platform-test-stubs": "^0.3.3-beta.0",
27+
"@aws-amplify/platform-core": "^0.5.0-beta.1"
2828
},
2929
"peerDependencies": {
3030
"aws-cdk-lib": "^2.127.0",

packages/backend-data/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @aws-amplify/backend-data
22

3+
## 0.10.0-beta.2
4+
5+
### Minor Changes
6+
7+
- 4995bda: Introduce initial iteration of access control mechanism between backend resources.
8+
The APIs and functioality are NOT final and are subject to change without notice.
9+
10+
### Patch Changes
11+
12+
- 7cbe58b: bump aws-cdk-lib to 2.127.0
13+
- 109cd1b: Add support for generating user pool groups.
14+
- Updated dependencies [ab7533d]
15+
- Updated dependencies [7cbe58b]
16+
- Updated dependencies [109cd1b]
17+
- Updated dependencies [4995bda]
18+
- @aws-amplify/backend-output-schemas@0.7.0-beta.0
19+
- @aws-amplify/backend-output-storage@0.4.0-beta.1
20+
- @aws-amplify/plugin-types@0.9.0-beta.0
21+
322
## 0.10.0-beta.1
423

524
### Patch Changes

packages/backend-data/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-data",
3-
"version": "0.10.0-beta.1",
3+
"version": "0.10.0-beta.2",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -19,18 +19,18 @@
1919
"license": "Apache-2.0",
2020
"devDependencies": {
2121
"@aws-amplify/data-schema": "^0.13.2",
22-
"@aws-amplify/backend-platform-test-stubs": "^0.3.2",
23-
"@aws-amplify/platform-core": "^0.5.0-beta.0"
22+
"@aws-amplify/backend-platform-test-stubs": "^0.3.3-beta.0",
23+
"@aws-amplify/platform-core": "^0.5.0-beta.1"
2424
},
2525
"peerDependencies": {
2626
"aws-cdk-lib": "^2.127.0",
2727
"constructs": "^10.0.0"
2828
},
2929
"dependencies": {
30-
"@aws-amplify/backend-output-storage": "^0.3.1-beta.0",
31-
"@aws-amplify/backend-output-schemas": "^0.6.0",
30+
"@aws-amplify/backend-output-storage": "^0.4.0-beta.1",
31+
"@aws-amplify/backend-output-schemas": "^0.7.0-beta.0",
3232
"@aws-amplify/data-construct": "^1.4.1",
33-
"@aws-amplify/plugin-types": "^0.8.0",
33+
"@aws-amplify/plugin-types": "^0.9.0-beta.0",
3434
"@aws-amplify/data-schema-types": "^0.7.2"
3535
}
3636
}

packages/backend-deployer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @aws-amplify/backend-deployer
22

3+
## 0.5.1-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ab7533d]
8+
- Updated dependencies [7cbe58b]
9+
- Updated dependencies [109cd1b]
10+
- Updated dependencies [4995bda]
11+
- @aws-amplify/platform-core@0.5.0-beta.1
12+
- @aws-amplify/plugin-types@0.9.0-beta.0
13+
314
## 0.5.1-beta.0
415

516
### Patch Changes

packages/backend-deployer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-deployer",
3-
"version": "0.5.1-beta.0",
3+
"version": "0.5.1-beta.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,8 +18,8 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/platform-core": "^0.5.0-beta.0",
22-
"@aws-amplify/plugin-types": "^0.8.0",
21+
"@aws-amplify/platform-core": "^0.5.0-beta.1",
22+
"@aws-amplify/plugin-types": "^0.9.0-beta.0",
2323
"execa": "^8.0.1",
2424
"tsx": "^4.6.1"
2525
},

packages/backend-function/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @aws-amplify/backend-function
22

3+
## 0.8.0-beta.1
4+
5+
### Minor Changes
6+
7+
- ab7533d: Add output and configuration for customer owned lambdas
8+
- 4995bda: Introduce initial iteration of access control mechanism between backend resources.
9+
The APIs and functioality are NOT final and are subject to change without notice.
10+
11+
### Patch Changes
12+
13+
- 7cbe58b: bump aws-cdk-lib to 2.127.0
14+
- Updated dependencies [ab7533d]
15+
- Updated dependencies [7cbe58b]
16+
- Updated dependencies [109cd1b]
17+
- Updated dependencies [4995bda]
18+
- @aws-amplify/backend-output-schemas@0.7.0-beta.0
19+
- @aws-amplify/backend-output-storage@0.4.0-beta.1
20+
- @aws-amplify/plugin-types@0.9.0-beta.0
21+
322
## 0.7.2-beta.0
423

524
### Patch Changes

0 commit comments

Comments
 (0)