Skip to content

Commit b3c0762

Browse files
chore(release): Version packages
1 parent 93487ff commit b3c0762

26 files changed

Lines changed: 103 additions & 50 deletions

File tree

.changeset/auth-custom-headers.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/adapter-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.7.2",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
7-
"aws-amplify": "^6.16.4",
7+
"aws-amplify": "^6.16.5",
88
"next": ">=13.5.0 <17.0.0"
99
},
1010
"dependencies": {
@@ -14,7 +14,7 @@
1414
"@types/node": "^20.3.1",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"aws-amplify": "6.16.4",
17+
"aws-amplify": "6.16.5",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
"tslib": "^2.5.0"
101101
},
102102
"peerDependencies": {
103-
"@aws-amplify/core": "^6.16.2"
103+
"@aws-amplify/core": "^6.16.3"
104104
},
105105
"devDependencies": {
106-
"@aws-amplify/core": "6.16.2",
106+
"@aws-amplify/core": "6.16.3",
107107
"@aws-amplify/react-native": "1.3.3",
108108
"@aws-sdk/types": "^3.973.6"
109109
}

packages/api-graphql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.8.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`93487ff`](https://github.com/aws-amplify/amplify-js/commit/93487ff0967b8b4f752aca4aacd341052b343177)]:
8+
- @aws-amplify/core@6.16.3
9+
310
## 4.8.6
411

512
### Patch Changes

packages/api-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "4.8.6",
3+
"version": "4.8.7",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -80,7 +80,7 @@
8080
],
8181
"dependencies": {
8282
"@aws-amplify/api-rest": "4.6.4",
83-
"@aws-amplify/core": "6.16.2",
83+
"@aws-amplify/core": "6.16.3",
8484
"@aws-amplify/data-schema": "^1.7.0",
8585
"@aws-sdk/types": "^3.973.6",
8686
"graphql": "15.8.0",

packages/api-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"tslib": "^2.5.0"
8585
},
8686
"peerDependencies": {
87-
"@aws-amplify/core": "^6.16.2"
87+
"@aws-amplify/core": "^6.16.3"
8888
},
8989
"devDependencies": {
90-
"@aws-amplify/core": "6.16.2",
90+
"@aws-amplify/core": "6.16.3",
9191
"@aws-amplify/react-native": "1.3.3",
9292
"@aws-sdk/types": "^3.973.6"
9393
}

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.3.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`93487ff`](https://github.com/aws-amplify/amplify-js/commit/93487ff0967b8b4f752aca4aacd341052b343177)]:
8+
- @aws-amplify/core@6.16.3
9+
- @aws-amplify/api-graphql@4.8.7
10+
311
## 6.3.25
412

513
### Patch Changes

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "6.3.25",
3+
"version": "6.3.26",
44
"description": "Api category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -68,7 +68,7 @@
6868
},
6969
"homepage": "https://aws-amplify.github.io/",
7070
"devDependencies": {
71-
"@aws-amplify/core": "6.16.2",
71+
"@aws-amplify/core": "6.16.3",
7272
"jest-fetch-mock": "3.0.3"
7373
},
7474
"files": [
@@ -80,13 +80,13 @@
8080
"server"
8181
],
8282
"dependencies": {
83-
"@aws-amplify/api-graphql": "4.8.6",
83+
"@aws-amplify/api-graphql": "4.8.7",
8484
"@aws-amplify/api-rest": "4.6.4",
8585
"@aws-amplify/data-schema": "^1.7.0",
8686
"rxjs": "^7.8.1",
8787
"tslib": "^2.5.0"
8888
},
8989
"peerDependencies": {
90-
"@aws-amplify/core": "^6.16.2"
90+
"@aws-amplify/core": "^6.16.3"
9191
}
9292
}

packages/auth/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 6.20.0
4+
5+
### Minor Changes
6+
7+
- [#14756](https://github.com/aws-amplify/amplify-js/pull/14756) [`93487ff`](https://github.com/aws-amplify/amplify-js/commit/93487ff0967b8b4f752aca4aacd341052b343177) Thanks [@piotrekwitkowski](https://github.com/piotrekwitkowski)! - Add custom headers support for Cognito Auth requests via `libraryOptions.Auth.headers`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`93487ff`](https://github.com/aws-amplify/amplify-js/commit/93487ff0967b8b4f752aca4aacd341052b343177)]:
12+
- @aws-amplify/core@6.16.3
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

packages/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "6.19.1",
3+
"version": "6.20.0",
44
"description": "Auth category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -96,7 +96,7 @@
9696
"tslib": "^2.5.0"
9797
},
9898
"peerDependencies": {
99-
"@aws-amplify/core": "^6.16.2",
99+
"@aws-amplify/core": "^6.16.3",
100100
"@aws-amplify/react-native": "^1.1.10"
101101
},
102102
"peerDependenciesMeta": {
@@ -105,7 +105,7 @@
105105
}
106106
},
107107
"devDependencies": {
108-
"@aws-amplify/core": "6.16.2",
108+
"@aws-amplify/core": "6.16.3",
109109
"@aws-amplify/react-native": "1.3.3",
110110
"@jest/test-sequencer": "^29.7.0"
111111
}

0 commit comments

Comments
 (0)