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 Feb 5, 2025
1 parent de90deb commit d21e927
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-jars-drum.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-boats-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-readers-kiss.md

This file was deleted.

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

## 1.12.2

### Patch Changes

- 44c3769: paginate getParameter call when there are more than 10 parameters

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-function",
"version": "1.12.1",
"version": "1.12.2",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend

## 1.14.1

### Patch Changes

- 44c3769: paginate getParameter call when there are more than 10 parameters
- Updated dependencies [de90deb]
- Updated dependencies [44c3769]
- @aws-amplify/client-config@1.5.7
- @aws-amplify/backend-function@1.12.2

## 1.14.0

### Minor 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.14.0",
"version": "1.14.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,13 +32,13 @@
"dependencies": {
"@aws-amplify/data-schema": "^1.13.4",
"@aws-amplify/backend-auth": "^1.5.0",
"@aws-amplify/backend-function": "^1.12.1",
"@aws-amplify/backend-function": "^1.12.2",
"@aws-amplify/backend-data": "^1.4.0",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-output-storage": "^1.1.4",
"@aws-amplify/backend-secret": "^1.1.4",
"@aws-amplify/backend-storage": "^1.2.4",
"@aws-amplify/client-config": "^1.5.5",
"@aws-amplify/client-config": "^1.5.7",
"@aws-amplify/platform-core": "^1.5.1",
"@aws-amplify/plugin-types": "^1.7.0",
"@aws-sdk/client-amplify": "^3.624.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/backend-cli

## 1.4.10

### Patch Changes

- de90deb: Added catch blocks for EACCES Errors
- 6faa636: Add data and ai packages to ampx info output
- Updated dependencies [de90deb]
- @aws-amplify/client-config@1.5.7

## 1.4.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-cli",
"version": "1.4.9",
"version": "1.4.10",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-secret": "^1.1.6",
"@aws-amplify/cli-core": "^1.2.3",
"@aws-amplify/client-config": "^1.5.6",
"@aws-amplify/client-config": "^1.5.7",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/form-generator": "^1.0.3",
"@aws-amplify/model-generator": "^1.0.12",
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.5.7

### Patch Changes

- de90deb: Added catch blocks for EACCES Errors

## 1.5.6

### 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.5.6",
"version": "1.5.7",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d21e927

Please sign in to comment.