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 Sep 3, 2024
1 parent 10ce672 commit 94b45e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-cameras-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-kangaroos-nail.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.4.0

### Minor Changes

- 038b54d: update cron jsdoc example

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend

## 1.2.1

### Patch Changes

- d4c10fe: add check to `@aws-amplify/backend` entrypoint to throw early in a browser context
- Updated dependencies [038b54d]
- @aws-amplify/backend-function@1.4.0

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "1.2.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@aws-amplify/data-schema": "^1.0.0",
"@aws-amplify/backend-auth": "^1.1.2",
"@aws-amplify/backend-function": "^1.3.2",
"@aws-amplify/backend-function": "^1.4.0",
"@aws-amplify/backend-data": "^1.1.3",
"@aws-amplify/backend-output-schemas": "^1.2.0",
"@aws-amplify/backend-output-storage": "^1.1.1",
Expand Down

0 comments on commit 94b45e6

Please sign in to comment.