Skip to content

Commit 4f1b168

Browse files
Version Packages (beta) (#1054)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82006e5 commit 4f1b168

File tree

25 files changed

+192
-27
lines changed

25 files changed

+192
-27
lines changed

.changeset/pre.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,40 @@
3030
"brave-carrots-glow",
3131
"brave-pets-clean",
3232
"brown-otters-smoke",
33+
"chatty-icons-mix",
34+
"cyan-steaks-repeat",
3335
"eighty-rings-pull",
3436
"five-fireants-shout",
37+
"fluffy-books-dance",
3538
"four-donuts-jump",
3639
"friendly-kids-lick",
3740
"giant-feet-sing",
41+
"great-timers-invent",
3842
"khaki-panthers-grin",
43+
"khaki-pants-sniff",
44+
"late-worms-rule",
3945
"lemon-peas-sin",
4046
"light-cougars-give",
47+
"little-books-press",
4148
"loud-sheep-occur",
49+
"lucky-trainers-matter",
4250
"mean-frogs-visit",
4351
"mighty-experts-compare",
52+
"modern-files-arrive",
53+
"modern-terms-stare",
54+
"new-kings-beg",
55+
"polite-kiwis-brake",
56+
"popular-bobcats-provide",
57+
"pretty-cups-jog",
58+
"pretty-lobsters-prove",
59+
"proud-feet-hide",
60+
"quiet-pets-scream",
61+
"quiet-shirts-hug",
62+
"rude-toys-visit",
63+
"short-bulldogs-punch",
64+
"short-olives-bow",
65+
"shy-horses-act",
66+
"silver-needles-rush",
4467
"smooth-penguins-joke",
4568
"smooth-tigers-double",
4669
"sour-rice-listen",

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.6.0-beta.3
4+
5+
### Patch Changes
6+
7+
- c54625f: Update frontend config to output OIDC provider names instead of just 'OIDC'.
8+
39
## 0.6.0-beta.2
410

511
### Minor 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.6.0-beta.2",
3+
"version": "0.6.0-beta.3",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

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

3+
## 0.5.0-beta.3
4+
5+
### Patch Changes
6+
7+
- aee7501: limit defineAuth call to one
8+
- Updated dependencies [c54625f]
9+
- @aws-amplify/auth-construct-alpha@0.6.0-beta.3
10+
311
## 0.5.0-beta.2
412

513
### Minor 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.5.0-beta.2",
3+
"version": "0.5.0-beta.3",
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.6.0-beta.2",
21+
"@aws-amplify/auth-construct-alpha": "^0.6.0-beta.3",
2222
"@aws-amplify/backend-output-storage": "^0.4.0-beta.1",
2323
"@aws-amplify/plugin-types": "^0.9.0-beta.0"
2424
},

packages/backend-data/CHANGELOG.md

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

3+
## 0.10.0-beta.3
4+
5+
### Patch Changes
6+
7+
- 912034e: limit defineData call to one
8+
- 7857f0a: backend-data: add js resolver support
9+
310
## 0.10.0-beta.2
411

512
### Minor 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.10.0-beta.2",
3+
"version": "0.10.0-beta.3",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend-function/CHANGELOG.md

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

3+
## 0.8.0-beta.2
4+
5+
### Minor Changes
6+
7+
- cec91d5: Add dynamic environment variables to function type definition files
8+
- b0ba24d: Generate type definition file for static environment variables for functions
9+
10+
### Patch Changes
11+
12+
- 318335d: Ensure resource access env vars are added to function typed shim files
13+
314
## 0.8.0-beta.1
415

516
### Minor Changes

packages/backend-function/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-function",
3-
"version": "0.8.0-beta.1",
3+
"version": "0.8.0-beta.2",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend-storage/CHANGELOG.md

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

3+
## 0.6.0-beta.2
4+
5+
### Minor Changes
6+
7+
- 5969a32: Implement deny-by-default behavior on access rules
8+
- 215d65d: Group storage access policies by action rather than prefix
9+
- 82006e5: Add "list" to available storage resource actions
10+
11+
### Patch Changes
12+
13+
- 64e425c: fix cogntio identity placeholder value in IAM policy
14+
- c760df4: Use array input instead of var args for defining resource access actions
15+
- 916d3f0: clean up s3 buckets when `defineStorage` is removed from the backend definition
16+
- 3adf7df: Add validation for allowed path patterns in storage access definition
17+
318
## 0.6.0-beta.1
419

520
### Minor Changes

0 commit comments

Comments
 (0)