Skip to content

Commit

Permalink
Version Packages (#3575)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 28, 2023
1 parent fe1d7b7 commit 854ec2d
Show file tree
Hide file tree
Showing 23 changed files with 71 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-berries-invent.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-eggs-arrive.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 @@ -21,7 +21,7 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "4.4.1",
"@aws-amplify/ui-react": "4.4.2",
"@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 @@ -20,7 +20,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.11",
"@aws-amplify/ui-angular": "^3.2.12",
"aws-amplify": "latest",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
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.4.1",
"@aws-amplify/ui-react": "^4.4.2",
"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.11",
"@aws-amplify/ui-vue": "^3.1.12",
"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.12

### Patch Changes

- Updated dependencies [[`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125)]:
- @aws-amplify/ui@5.5.9

## 3.2.11

### Patch 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.11",
"version": "3.2.12",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand All @@ -18,7 +18,7 @@
"aws-amplify": ">= 5.0.1"
},
"dependencies": {
"@aws-amplify/ui": "5.5.8",
"@aws-amplify/ui": "5.5.9",
"classnames": "2.3.1",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
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.11';
export const VERSION = '3.2.12';
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.5.8",
"@aws-amplify/ui": "^5.5.9",
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@nuintun/qrcode": "^3.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-core

## 2.1.17

### Patch Changes

- Updated dependencies [[`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125)]:
- @aws-amplify/ui@5.5.9

## 2.1.16

### 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.16",
"version": "2.1.17",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.5.8",
"@aws-amplify/ui": "5.5.9",
"@xstate/react": "3.0.1",
"lodash": "4.17.21",
"xstate": "^4.33.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-native

## 1.2.12

### Patch Changes

- Updated dependencies [[`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125)]:
- @aws-amplify/ui@5.5.9
- @aws-amplify/ui-react-core@2.1.17

## 1.2.11

### Patch 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.11",
"version": "1.2.12",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@aws-amplify/ui": "5.5.8",
"@aws-amplify/ui-react-core": "2.1.16"
"@aws-amplify/ui": "5.5.9",
"@aws-amplify/ui-react-core": "2.1.17"
},
"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.11';
export const VERSION = '1.2.12';
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @aws-amplify/ui-react

## 4.4.2

### Patch Changes

- [#3317](https://github.com/aws-amplify/amplify-ui/pull/3317) [`7f1392bcf`](https://github.com/aws-amplify/amplify-ui/commit/7f1392bcf00807d62bf0e1d3eb2c2d6f51e161a9) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - chore(types): better typing of studio code for TS strict mode

- getOverridesFromVariants
- useNavigateAction
- useTypeCastFields

- Updated dependencies [[`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125)]:
- @aws-amplify/ui@5.5.9
- @aws-amplify/ui-react-core@2.1.17

## 4.4.1

### Patch 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.4.1",
"version": "4.4.2",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -47,8 +47,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.5.8",
"@aws-amplify/ui-react-core": "2.1.16",
"@aws-amplify/ui": "5.5.9",
"@aws-amplify/ui-react-core": "2.1.17",
"@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.4.1';
export const VERSION = '4.4.2';
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.5.9

### Patch Changes

- [#3588](https://github.com/aws-amplify/amplify-ui/pull/3588) [`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - fix(ui): Add select primitive icon default color

## 5.5.8

### Patch 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.5.8",
"version": "5.5.9",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"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.12

### Patch Changes

- Updated dependencies [[`5ee48f997`](https://github.com/aws-amplify/amplify-ui/commit/5ee48f99780ba5df889c1d66f24a0ebc9f601125)]:
- @aws-amplify/ui@5.5.9

## 3.1.11

### Patch 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.11",
"version": "3.1.12",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@aws-amplify/ui": "5.5.8",
"@aws-amplify/ui": "5.5.9",
"@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.11';
export const VERSION = '3.1.12';

0 comments on commit 854ec2d

Please sign in to comment.