Skip to content

Commit

Permalink
Version Packages (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 22, 2022
1 parent a4c5fee commit 771d08a
Show file tree
Hide file tree
Showing 24 changed files with 71 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-ligers-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-peas-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-pets-turn.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"@aws-amplify/ui-react": "4.3.0",
"@aws-amplify/ui-react": "4.3.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16",
"@aws-amplify/ui-angular": "^3.2.0",
"@aws-amplify/ui-angular": "^3.2.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^4.3.0",
"@aws-amplify/ui-react": "^4.3.1",
"aws-amplify": "latest",
"next": "^11.1.3",
"next-global-css": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "vite preview --port 3000"
},
"dependencies": {
"@aws-amplify/ui-vue": "^3.1.0",
"@aws-amplify/ui-vue": "^3.1.1",
"aws-amplify": "latest",
"vue": "^3.0.5",
"vue-router": "4"
Expand Down
7 changes: 7 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-angular

## 3.2.1

### Patch Changes

- Updated dependencies [[`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989)]:
- @aws-amplify/ui@5.4.1

## 3.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
"version": "3.2.0",
"version": "3.2.1",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand All @@ -17,7 +17,7 @@
"aws-amplify": "5.x.x"
},
"dependencies": {
"@aws-amplify/ui": "5.4.0",
"@aws-amplify/ui": "5.4.1",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
"tslib": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.2.0';
export const VERSION = '3.2.1';
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"devDependencies": {
"@aws-amplify/ui": "^5.4.0",
"@aws-amplify/ui": "^5.4.1",
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@nuintun/qrcode": "^3.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-core

## 2.1.6

### Patch Changes

- [#3183](https://github.com/aws-amplify/amplify-ui/pull/3183) [`cbbf51f53`](https://github.com/aws-amplify/amplify-ui/commit/cbbf51f53c428dc378d8986ae27c3bf9e52f67ab) Thanks [@ErikCH](https://github.com/ErikCH)! - Fixed MFA totpIssuer and totpUsername so it displays correctly in QR code when scanned.

- Updated dependencies [[`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989)]:
- @aws-amplify/ui@5.4.1

## 2.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-core",
"version": "2.1.5",
"version": "2.1.6",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"react-native": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@aws-amplify/ui": "5.4.0",
"@aws-amplify/ui": "5.4.1",
"@xstate/react": "3.0.1",
"lodash": "4.17.21",
"xstate": "^4.33.6"
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react-native

## 1.2.1

### Patch Changes

- [#3216](https://github.com/aws-amplify/amplify-ui/pull/3216) [`a4c5feea8`](https://github.com/aws-amplify/amplify-ui/commit/a4c5feea83057dc6fd615e2547c9456a81302060) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(rna): add Field component to address iOS TextInput secureTextEntry bug

- Updated dependencies [[`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989), [`cbbf51f53`](https://github.com/aws-amplify/amplify-ui/commit/cbbf51f53c428dc378d8986ae27c3bf9e52f67ab)]:
- @aws-amplify/ui@5.4.1
- @aws-amplify/ui-react-core@2.1.6

## 1.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-native",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"type-fest": "^2.3.4"
},
"dependencies": {
"@aws-amplify/ui": "5.4.0",
"@aws-amplify/ui-react-core": "2.1.5"
"@aws-amplify/ui": "5.4.1",
"@aws-amplify/ui-react-core": "2.1.6"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.2.0';
export const VERSION = '1.2.1';
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react

## 4.3.1

### Patch Changes

- [#3183](https://github.com/aws-amplify/amplify-ui/pull/3183) [`cbbf51f53`](https://github.com/aws-amplify/amplify-ui/commit/cbbf51f53c428dc378d8986ae27c3bf9e52f67ab) Thanks [@ErikCH](https://github.com/ErikCH)! - Fixed MFA totpIssuer and totpUsername so it displays correctly in QR code when scanned.

- Updated dependencies [[`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989), [`cbbf51f53`](https://github.com/aws-amplify/amplify-ui/commit/cbbf51f53c428dc378d8986ae27c3bf9e52f67ab)]:
- @aws-amplify/ui@5.4.1
- @aws-amplify/ui-react-core@2.1.6

## 4.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
"version": "4.3.0",
"version": "4.3.1",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
Expand Down Expand Up @@ -48,8 +48,8 @@
"size": "yarn run size-limit"
},
"dependencies": {
"@aws-amplify/ui": "5.4.0",
"@aws-amplify/ui-react-core": "2.1.5",
"@aws-amplify/ui": "5.4.1",
"@aws-amplify/ui-react-core": "2.1.6",
"@radix-ui/react-accordion": "1.0.0",
"@radix-ui/react-direction": "1.0.0",
"@radix-ui/react-dropdown-menu": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '4.3.0';
export const VERSION = '4.3.1';
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui

## 5.4.1

### Patch Changes

- [#3153](https://github.com/aws-amplify/amplify-ui/pull/3153) [`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989) Thanks [@joebuono](https://github.com/joebuono)! - fix(ui): Add missing Authenticator translations

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
"version": "5.4.0",
"version": "5.4.1",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-vue

## 3.1.1

### Patch Changes

- Updated dependencies [[`db8f019a7`](https://github.com/aws-amplify/amplify-ui/commit/db8f019a7737c4762ff19c1b03c7c06625277989)]:
- @aws-amplify/ui@5.4.1

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-vue",
"version": "3.1.0",
"version": "3.1.1",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:unit:watch": "jest --watch"
},
"dependencies": {
"@aws-amplify/ui": "5.4.0",
"@aws-amplify/ui": "5.4.1",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "7.5.5",
"@xstate/vue": "0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.1.0';
export const VERSION = '3.1.1';

0 comments on commit 771d08a

Please sign in to comment.