Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 5b6ae85 commit a9ab0b5
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-rules-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-suits-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-tigers-speak.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/backend-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/backend-data

## 1.1.3

### Patch Changes

- c8d1f10: added provisionHotswapFriendlyResources and getDeploymentType to determine if we are in sandbox and would like to enable hotswap

## 1.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-data",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@aws-amplify/data-schema": "^1.0.0",
"@aws-amplify/backend-platform-test-stubs": "^0.3.4",
"@aws-amplify/platform-core": "^1.0.6"
"@aws-amplify/platform-core": "^1.0.7"
},
"peerDependencies": {
"aws-cdk-lib": "^2.152.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @aws-amplify/backend

## 1.2.0

### Minor Changes

- 4ea9a5e: re-add the V1 of client config version

### Patch Changes

- Updated dependencies [4ea9a5e]
- Updated dependencies [c8d1f10]
- Updated dependencies [5b6ae85]
- @aws-amplify/client-config@1.3.0
- @aws-amplify/backend-data@1.1.3
- @aws-amplify/platform-core@1.0.7

## 1.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -27,13 +27,13 @@
"@aws-amplify/data-schema": "^1.0.0",
"@aws-amplify/backend-auth": "^1.1.2",
"@aws-amplify/backend-function": "^1.3.2",
"@aws-amplify/backend-data": "^1.1.1",
"@aws-amplify/backend-data": "^1.1.3",
"@aws-amplify/backend-output-schemas": "^1.2.0",
"@aws-amplify/backend-output-storage": "^1.1.1",
"@aws-amplify/backend-secret": "^1.0.1",
"@aws-amplify/backend-storage": "^1.1.1",
"@aws-amplify/client-config": "^1.2.0",
"@aws-amplify/platform-core": "^1.0.6",
"@aws-amplify/client-config": "^1.3.0",
"@aws-amplify/platform-core": "^1.0.7",
"@aws-amplify/plugin-types": "^1.2.1",
"@aws-sdk/client-amplify": "^3.624.0",
"lodash.snakecase": "^4.1.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/client-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/client-config

## 1.3.0

### Minor Changes

- 4ea9a5e: re-add the V1 of client config version

### Patch Changes

- 5b6ae85: relax object accumulator to accumulate parts with different versions with same major version
- Updated dependencies [5b6ae85]
- @aws-amplify/platform-core@1.0.7

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/client-config",
"version": "1.2.1",
"version": "1.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +26,7 @@
"@aws-amplify/backend-output-schemas": "^1.2.0",
"@aws-amplify/deployed-backend-client": "^1.4.0",
"@aws-amplify/model-generator": "^1.0.5",
"@aws-amplify/platform-core": "^1.0.5",
"@aws-amplify/platform-core": "^1.0.7",
"zod": "^3.22.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/platform-core

## 1.0.7

### Patch Changes

- 5b6ae85: relax object accumulator to accumulate parts with different versions with same major version

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/platform-core",
"version": "1.0.6",
"version": "1.0.7",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a9ab0b5

Please sign in to comment.