Skip to content

Commit 1791f72

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

File tree

19 files changed

+98
-17
lines changed

19 files changed

+98
-17
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,19 @@
2929
"changesets": [
3030
"brave-carrots-glow",
3131
"brave-pets-clean",
32+
"brave-shirts-push",
33+
"breezy-eyes-appear",
3234
"brown-otters-smoke",
3335
"chatty-icons-mix",
3436
"cyan-steaks-repeat",
3537
"eighty-rings-pull",
38+
"famous-eels-kiss",
3639
"five-fireants-shout",
3740
"fluffy-books-dance",
3841
"four-donuts-jump",
3942
"friendly-kids-lick",
4043
"giant-feet-sing",
44+
"good-wasps-sin",
4145
"great-timers-invent",
4246
"khaki-panthers-grin",
4347
"khaki-pants-sniff",
@@ -46,16 +50,19 @@
4650
"light-cougars-give",
4751
"little-books-press",
4852
"loud-sheep-occur",
53+
"lucky-tigers-carry",
4954
"lucky-trainers-matter",
5055
"mean-frogs-visit",
5156
"mighty-experts-compare",
5257
"modern-files-arrive",
5358
"modern-terms-stare",
5459
"new-kings-beg",
60+
"odd-shirts-collect",
5561
"polite-kiwis-brake",
5662
"popular-bobcats-provide",
5763
"pretty-cups-jog",
5864
"pretty-lobsters-prove",
65+
"proud-bags-dream",
5966
"proud-feet-hide",
6067
"quiet-pets-scream",
6168
"quiet-shirts-hug",
@@ -64,9 +71,11 @@
6471
"short-olives-bow",
6572
"shy-horses-act",
6673
"silver-needles-rush",
74+
"smart-crews-serve",
6775
"smooth-penguins-joke",
6876
"smooth-tigers-double",
6977
"sour-rice-listen",
78+
"spicy-bulldogs-itch",
7079
"three-doors-act",
7180
"tidy-readers-prove"
7281
]

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.4
4+
5+
### Patch Changes
6+
7+
- 1d444df: Fix deployment bug with SAML providers.
8+
39
## 0.6.0-beta.3
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.6.0-beta.3",
3+
"version": "0.6.0-beta.4",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

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

3+
## 0.5.0-beta.4
4+
5+
### Minor Changes
6+
7+
- ab05ae0: attach policy & ssm params to acces userpool from auth resource
8+
- f999897: Enable auth group access to storage and change syntax for specifying owner-based access
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [1d444df]
13+
- @aws-amplify/auth-construct-alpha@0.6.0-beta.4
14+
315
## 0.5.0-beta.3
416

517
### 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.5.0-beta.3",
3+
"version": "0.5.0-beta.4",
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.3",
21+
"@aws-amplify/auth-construct-alpha": "^0.6.0-beta.4",
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.4
4+
5+
### Minor Changes
6+
7+
- a777488: plumb function access definition from schema into IAM policies attached to the functions
8+
- 268acd8: feat: enable destructive schema updates in amplify sandbox
9+
310
## 0.10.0-beta.3
411

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

packages/backend-function/CHANGELOG.md

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

3+
## 0.8.0-beta.3
4+
5+
### Patch Changes
6+
7+
- bdbf6e8: Set default function memory to 512
8+
- 7f5edee: Ensure typed shim files contain only the function name
9+
310
## 0.8.0-beta.2
411

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

packages/backend-storage/CHANGELOG.md

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

3+
## 0.6.0-beta.3
4+
5+
### Minor Changes
6+
7+
- f999897: Enable auth group access to storage and change syntax for specifying owner-based access
8+
39
## 0.6.0-beta.2
410

511
### Minor Changes

0 commit comments

Comments
 (0)