Skip to content

Commit f2c5c47

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

File tree

16 files changed

+72
-14
lines changed

16 files changed

+72
-14
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@
2626
"@aws-amplify/plugin-types": "0.8.0",
2727
"@aws-amplify/sandbox": "0.5.1"
2828
},
29-
"changesets": []
29+
"changesets": [
30+
"brown-otters-smoke",
31+
"lemon-peas-sin",
32+
"mighty-experts-compare",
33+
"smooth-penguins-joke",
34+
"three-doors-act"
35+
]
3036
}

packages/auth-construct/CHANGELOG.md

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

3+
## 0.5.7-beta.0
4+
5+
### Patch Changes
6+
7+
- 3cb2a527f: Fix a bug that would cause attribute mappings to be ignored.
8+
39
## 0.5.6
410

511
### Patch Changes

packages/auth-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth-construct-alpha",
3-
"version": "0.5.6",
3+
"version": "0.5.7-beta.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

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

3+
## 0.4.8-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cb2a527f]
8+
- @aws-amplify/auth-construct-alpha@0.5.7-beta.0
9+
310
## 0.4.7
411

512
### Patch Changes

packages/backend-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-auth",
3-
"version": "0.4.7",
3+
"version": "0.4.8-beta.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,7 +18,7 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/auth-construct-alpha": "^0.5.6",
21+
"@aws-amplify/auth-construct-alpha": "^0.5.7-beta.0",
2222
"@aws-amplify/backend-output-storage": "^0.3.0",
2323
"@aws-amplify/plugin-types": "^0.8.0"
2424
},

packages/backend-data/CHANGELOG.md

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

3+
## 0.10.0-beta.0
4+
5+
### Minor Changes
6+
7+
- 8fd5c5c30: bump data-schema deps to latest
8+
39
## 0.9.6
410

511
### Patch Changes

packages/backend-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-data",
3-
"version": "0.9.6",
3+
"version": "0.10.0-beta.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend/CHANGELOG.md

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

3+
## 0.13.0-beta.0
4+
5+
### Minor Changes
6+
7+
- 8fd5c5c30: bump data-schema deps to latest
8+
9+
### Patch Changes
10+
11+
- 21f6292a1: Force release to beta tag
12+
- Updated dependencies [8fd5c5c30]
13+
- @aws-amplify/backend-data@0.10.0-beta.0
14+
- @aws-amplify/backend-auth@0.4.8-beta.0
15+
316
## 0.12.1
417

518
### Patch Changes

packages/backend/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",
3-
"version": "0.12.1",
3+
"version": "0.13.0-beta.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -22,9 +22,9 @@
2222
"license": "Apache-2.0",
2323
"dependencies": {
2424
"@aws-amplify/data-schema": "^0.13.2",
25-
"@aws-amplify/backend-auth": "^0.4.7",
25+
"@aws-amplify/backend-auth": "^0.4.8-beta.0",
2626
"@aws-amplify/backend-function": "^0.7.1",
27-
"@aws-amplify/backend-data": "^0.9.6",
27+
"@aws-amplify/backend-data": "^0.10.0-beta.0",
2828
"@aws-amplify/backend-output-schemas": "^0.6.0",
2929
"@aws-amplify/backend-output-storage": "^0.3.0",
3030
"@aws-amplify/backend-secret": "^0.4.4",

packages/cli/CHANGELOG.md

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

3+
## 0.11.2-beta.0
4+
5+
### Patch Changes
6+
7+
- 21f6292a1: Force release to beta tag
8+
- Updated dependencies [27bcc979a]
9+
- @aws-amplify/form-generator@0.8.0-beta.0
10+
311
## 0.11.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)