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 b73e775 commit e9f2024
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 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: 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
2 changes: 1 addition & 1 deletion 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 Down
13 changes: 13 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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]
- @aws-amplify/client-config@1.3.0
- @aws-amplify/backend-data@1.1.3

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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,12 +27,12 @@
"@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/client-config": "^1.3.0",
"@aws-amplify/platform-core": "^1.0.6",
"@aws-amplify/plugin-types": "^1.2.1",
"@aws-sdk/client-amplify": "^3.624.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/client-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/client-config

## 1.3.0

### Minor Changes

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

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit e9f2024

Please sign in to comment.