Skip to content

Commit

Permalink
Version Packages (#2944)
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 Nov 14, 2022
1 parent ef2664f commit 1e9dd74
Show file tree
Hide file tree
Showing 32 changed files with 251 additions and 173 deletions.
26 changes: 0 additions & 26 deletions .changeset/brown-lies-wonder.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/chilly-ants-grin.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/eighty-guests-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-otters-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-needles-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-falcons-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-planets-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-seahorses-provide.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/smart-lobsters-jump.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-rules-work.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-spies-cross.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/warm-carrots-count.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/witty-seas-meow.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/witty-seas-warn.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/witty-seas-woof.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": "$_ run build"
},
"dependencies": {
"@aws-amplify/ui-react": "3.6.0",
"@aws-amplify/ui-react": "4.0.0",
"@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": "^2.4.26",
"@aws-amplify/ui-angular": "^3.0.0",
"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": "^3.6.0",
"@aws-amplify/ui-react": "^4.0.0",
"aws-amplify": "^5.0.1",
"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": "^2.4.26",
"@aws-amplify/ui-vue": "^3.0.0",
"aws-amplify": "^5.0.1",
"vue": "^3.0.5",
"vue-router": "4"
Expand Down
58 changes: 58 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# @aws-amplify/ui-angular

## 3.0.0

### Major Changes

- [#2786](https://github.com/aws-amplify/amplify-ui/pull/2786) [`20a3c6103`](https://github.com/aws-amplify/amplify-ui/commit/20a3c6103aad0883aa14adecfe706d1a6998adce) Thanks [@reesscot](https://github.com/reesscot)! - BREAKING CHANGE: remove legacy exports `@aws-amplify/ui-react/legacy` and `@aws-amplify/ui-angular/legacy`.

- [#2580](https://github.com/aws-amplify/amplify-ui/pull/2580) [`468ad185a`](https://github.com/aws-amplify/amplify-ui/commit/468ad185a0486074637e56832b3353d6616a804d) Thanks [@wlee221](https://github.com/wlee221)! - **BREAKING**: Migrate Angular compiler to IVY, and drop support for View Engine. Please migrate to Angular 12+, and make sure you did not disable ivy in your `tsconfig.json`:

```json
{
...,
"angularCompilerOption": {
// REMOVE this line if you have it in your tsconfig.json
"enableIvy": false
}
}
```

_Note:_ View Engine has already been [deprecated](https://blog.angular.io/angular-v12-is-now-available-32ed51fbfd49) in v12, and [fully removed](https://blog.angular.io/angular-v13-is-now-available-cce66f7bc296) in v13.

- [#2580](https://github.com/aws-amplify/amplify-ui/pull/2580) [`468ad185a`](https://github.com/aws-amplify/amplify-ui/commit/468ad185a0486074637e56832b3353d6616a804d) Thanks [@wlee221](https://github.com/wlee221)! - **BREAKING**: Bump minimum supported Angular version to v12. If your application is on Angular 11 or before, please migrate to Angular 12+ as per [official guide](https://update.angular.io).

_Note_: Going forward, `@aws-amplify/ui-angular` will have the same version support as Angular's official LTS [support window](https://angular.io/guide/releases#actively-supported-versions). This means all major versions will be supported for 18 months, until we bump the minimum required version to the next one.

- [#2735](https://github.com/aws-amplify/amplify-ui/pull/2735) [`fa3135add`](https://github.com/aws-amplify/amplify-ui/commit/fa3135add1346465db19b9d252ae26edaed70e3b) Thanks [@wlee221](https://github.com/wlee221)! - **Breaking**: We replaced following legacy Authenticator texts:

- `Confirmation Code` in confirm sign up screen is replaced by `Enter your Code`
- `Send Code` in reset password screen is replaced by `Send code`.
- `Send Code` in confirm reset password screen is replaced by `Submit`
- `Forgot your password? ` with the trailing space is replaced by `Forgot your password`.

If you were using `I18n` to translate those keys, please update your translations accordingly to match the new strings.

### Patch Changes

- [#2877](https://github.com/aws-amplify/amplify-ui/pull/2877) [`ab8942c54`](https://github.com/aws-amplify/amplify-ui/commit/ab8942c54d0d758d79521ba1a9bf06bf28e30bc7) Thanks [@ErikCH](https://github.com/ErikCH)! - **BREAKING**: When overriding `Auth.signUp`, update the override function call to include the `autoSignIn` option set to enabled. This is now required.

```diff
async handleSignUp(formData) {
let { username, password, attributes } = formData;
// custom username
username = username.toLowerCase();
attributes.email = attributes.email.toLowerCase();
return Auth.signUp({
username,
password,
attributes,
+ autoSignIn: {
+ enabled: true
+ }
});
}

```

- Updated dependencies [[`ab8942c54`](https://github.com/aws-amplify/amplify-ui/commit/ab8942c54d0d758d79521ba1a9bf06bf28e30bc7), [`82903f7bb`](https://github.com/aws-amplify/amplify-ui/commit/82903f7bbc0325e709fe48b851e8752cde3c309a), [`d90b148c0`](https://github.com/aws-amplify/amplify-ui/commit/d90b148c0e06b3321f4f05fad2b32ef52c04214d)]:
- @aws-amplify/ui@5.0.0

## 2.4.26

### 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": "2.4.26",
"version": "3.0.0",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand All @@ -17,7 +17,7 @@
"aws-amplify": "5.x.x"
},
"dependencies": {
"@aws-amplify/ui": "4.1.0",
"@aws-amplify/ui": "5.0.0",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
"tslib": "2.3.1",
Expand Down
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": "^4.1.0",
"@aws-amplify/ui": "^5.0.0",
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@testing-library/cypress": "^8.0.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/ui-react-core

## 2.0.0

### Major Changes

- [#2703](https://github.com/aws-amplify/amplify-ui/pull/2703) [`5ec150f4e`](https://github.com/aws-amplify/amplify-ui/commit/5ec150f4ee6fd5d0186fa3b8e55cc98089f4c80e) Thanks [@calebpollman](https://github.com/calebpollman)! - Remove useAuthenticator internal variables `_state` and `_send` (See #2685)

- [#2772](https://github.com/aws-amplify/amplify-ui/pull/2772) [`4a22217e0`](https://github.com/aws-amplify/amplify-ui/commit/4a22217e0f92ef71baaffc4346bee9599db62c20) Thanks [@zchenwei](https://github.com/zchenwei)! - BREAKING CHANGE(react): bump up React minimum support version to 16.14.0 and update JSX transform

### Patch Changes

- Updated dependencies [[`ab8942c54`](https://github.com/aws-amplify/amplify-ui/commit/ab8942c54d0d758d79521ba1a9bf06bf28e30bc7), [`82903f7bb`](https://github.com/aws-amplify/amplify-ui/commit/82903f7bbc0325e709fe48b851e8752cde3c309a), [`d90b148c0`](https://github.com/aws-amplify/amplify-ui/commit/d90b148c0e06b3321f4f05fad2b32ef52c04214d)]:
- @aws-amplify/ui@5.0.0

## 1.0.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": "1.0.5",
"version": "2.0.0",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"react-native": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@aws-amplify/ui": "4.1.0",
"@aws-amplify/ui": "5.0.0",
"@xstate/react": "3.0.1",
"lodash": "4.17.21",
"xstate": "^4.33.6"
Expand Down
14 changes: 14 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @aws-amplify/ui-react-native

## 1.0.0

### Major Changes

- [#2962](https://github.com/aws-amplify/amplify-ui/pull/2962) [`11c7d9c60`](https://github.com/aws-amplify/amplify-ui/commit/11c7d9c602af211cd0b378742e8975f936d61fc5) Thanks [@calebpollman](https://github.com/calebpollman)! - Release In-App Messaging feature for React and React Native
PR: https://github.com/aws-amplify/amplify-ui/pull/2798

### Patch Changes

- Updated dependencies [[`ab8942c54`](https://github.com/aws-amplify/amplify-ui/commit/ab8942c54d0d758d79521ba1a9bf06bf28e30bc7), [`5ec150f4e`](https://github.com/aws-amplify/amplify-ui/commit/5ec150f4ee6fd5d0186fa3b8e55cc98089f4c80e), [`4a22217e0`](https://github.com/aws-amplify/amplify-ui/commit/4a22217e0f92ef71baaffc4346bee9599db62c20), [`82903f7bb`](https://github.com/aws-amplify/amplify-ui/commit/82903f7bbc0325e709fe48b851e8752cde3c309a), [`d90b148c0`](https://github.com/aws-amplify/amplify-ui/commit/d90b148c0e06b3321f4f05fad2b32ef52c04214d)]:
- @aws-amplify/ui@5.0.0
- @aws-amplify/ui-react-core@2.0.0
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": "0.0.1",
"version": "1.0.0",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,8 +42,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@aws-amplify/ui": "4.1.0",
"@aws-amplify/ui-react-core": "1.0.5"
"@aws-amplify/ui": "5.0.0",
"@aws-amplify/ui-react-core": "2.0.0"
},
"peerDependencies": {
"aws-amplify": "5.x.x",
Expand Down
Loading

0 comments on commit 1e9dd74

Please sign in to comment.