Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
  • Loading branch information
aws-amplify-bot committed May 25, 2023
1 parent 49ffb1e commit a6e32df
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.3](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.2.3) (2023-05-25)

**Note:** Version bump only for package aws-amplify

## [5.2.2](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.2.2) (2023-05-18)

**Note:** Version bump only for package aws-amplify
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "5.2.2",
"version": "5.2.3",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -45,13 +45,13 @@
"@aws-amplify/auth": "5.3.6",
"@aws-amplify/cache": "5.0.32",
"@aws-amplify/core": "5.3.0",
"@aws-amplify/datastore": "4.3.0",
"@aws-amplify/datastore": "4.4.0",
"@aws-amplify/geo": "2.0.32",
"@aws-amplify/interactions": "5.0.32",
"@aws-amplify/notifications": "1.1.6",
"@aws-amplify/predictions": "5.1.7",
"@aws-amplify/predictions": "5.2.0",
"@aws-amplify/pubsub": "5.1.15",
"@aws-amplify/storage": "5.2.6",
"@aws-amplify/storage": "5.3.0",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/datastore-storage-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-25)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter

## [2.0.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-12)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
Expand Down
4 changes: 2 additions & 2 deletions packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore-storage-adapter",
"version": "2.0.32",
"version": "2.0.33",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@aws-amplify/core": "5.3.0",
"@aws-amplify/datastore": "4.3.0",
"@aws-amplify/datastore": "4.4.0",
"@types/react-native-sqlite-storage": "5.0.1",
"expo-file-system": "13.1.4",
"expo-sqlite": "10.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-25)

### Features

- **data:** DataStore unit tests for rapid consecutive multi-client mutations; test refactors ([#11335](https://github.com/aws-amplify/amplify-js/issues/11335)) ([87d686f](https://github.com/aws-amplify/amplify-js/commit/87d686f39bd3506176553841277fa8ff82fa060a))

# [4.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "4.3.0",
"version": "4.4.0",
"description": "AppSyncLocal support for aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/predictions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-25)

### Features

- **storage:** getProperties API ([#11378](https://github.com/aws-amplify/amplify-js/issues/11378)) ([3bed12b](https://github.com/aws-amplify/amplify-js/commit/3bed12b6960c676095689ee895c60ae55a041c8c))

## [5.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-18)

**Note:** Version bump only for package @aws-amplify/predictions
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "5.1.7",
"version": "5.2.0",
"description": "Machine learning category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@aws-amplify/core": "5.3.0",
"@aws-amplify/storage": "5.2.6",
"@aws-amplify/storage": "5.3.0",
"@aws-sdk/client-comprehend": "3.6.1",
"@aws-sdk/client-polly": "3.6.1",
"@aws-sdk/client-rekognition": "3.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-25)

### Features

- **storage:** getProperties API ([#11378](https://github.com/aws-amplify/amplify-js/issues/11378)) ([3bed12b](https://github.com/aws-amplify/amplify-js/commit/3bed12b6960c676095689ee895c60ae55a041c8c))

## [5.2.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-12)

**Note:** Version bump only for package @aws-amplify/storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "5.2.6",
"version": "5.3.0",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit a6e32df

Please sign in to comment.