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 Jul 7, 2022
1 parent 14d35db commit 7fc80e3
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-candles-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-colts-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-foxes-grin.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -19,7 +19,7 @@
"test": "$_ run build"
},
"dependencies": {
"@aws-amplify/ui-react": "3.0.4",
"@aws-amplify/ui-react": "3.0.5",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/messages": "^16.0.1",
"@docsearch/react": "3",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/package.json
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@aws-amplify/ui-angular": "^2.4.13",
"@aws-amplify/ui-angular": "^2.4.14",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^3.0.4",
"@aws-amplify/ui-react": "^3.0.5",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"next": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -10,7 +10,7 @@
"start": "vite preview --port 3000"
},
"dependencies": {
"@aws-amplify/ui-vue": "^2.4.12",
"@aws-amplify/ui-vue": "^2.4.13",
"aws-amplify": "latest",
"vue": "^3.0.5",
"vue-router": "4"
Expand Down
6 changes: 6 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
@@ -1,5 +1,11 @@
# @aws-amplify/ui-angular

## 2.4.14

### Patch Changes

- [#2159](https://github.com/aws-amplify/amplify-ui/pull/2159) [`595d30079`](https://github.com/aws-amplify/amplify-ui/commit/595d300790677eb05cd290d2f373042311e1cb8b) Thanks [@SantoshLatpate](https://github.com/SantoshLatpate)! - fix(angular): Disabled submit button when API call status is pending

## 2.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
"version": "2.4.13",
"version": "2.4.14",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react

## 3.0.5

### Patch Changes

- [#2263](https://github.com/aws-amplify/amplify-ui/pull/2263) [`14d35db95`](https://github.com/aws-amplify/amplify-ui/commit/14d35db950c5ae00409ac483a32a0726e8caa2ee) Thanks [@slaymance](https://github.com/slaymance)! - Update to latest version of maplibre-gl-js-amplify to support maplibre-gl v2

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
"version": "3.0.4",
"version": "3.0.5",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @aws-amplify/ui-vue

## 2.4.13

### Patch Changes

- [#2184](https://github.com/aws-amplify/amplify-ui/pull/2184) [`a8b77d484`](https://github.com/aws-amplify/amplify-ui/commit/a8b77d4849fe6df85b61c8af23a264d40f799de6) Thanks [@ErikCH](https://github.com/ErikCH)! - Cleaned Vue code. Updated jest to latest. Added in JSX. Updated how editor displays interface in .vue files.

## 2.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-vue",
"version": "2.4.12",
"version": "2.4.13",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 7fc80e3

Please sign in to comment.