Skip to content

Commit 0ab862e

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - [email protected] - @aws-amplify/[email protected]
1 parent c0abd86 commit 0ab862e

File tree

6 files changed

+42
-7
lines changed

6 files changed

+42
-7
lines changed

packages/amplify-codegen-e2e-tests/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.39.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.0) (2021-06-30)
7+
8+
9+
### Features
10+
11+
* **codegen:** iOS index directive support ([#174](https://github.com/aws-amplify/amplify-codegen/issues/174)) ([abb966c](https://github.com/aws-amplify/amplify-codegen/commit/abb966c647b08537564f85314a4266a5cbe33ffd))
12+
13+
14+
15+
16+
617
## [2.38.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.38.1) (2021-06-02)
718

819
**Note:** Version bump only for package amplify-codegen-e2e-tests

packages/amplify-codegen-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen-e2e-tests",
3-
"version": "2.38.1",
3+
"version": "2.39.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.26.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.0) (2021-06-30)
7+
8+
9+
### Features
10+
11+
* **codegen:** iOS index directive support ([#174](https://github.com/aws-amplify/amplify-codegen/issues/174)) ([abb966c](https://github.com/aws-amplify/amplify-codegen/commit/abb966c647b08537564f85314a4266a5cbe33ffd))
12+
* **modelgen:** ios - emit provider in [@auth](https://github.com/auth) rules ([#184](https://github.com/aws-amplify/amplify-codegen/issues/184)) ([f9c1b1a](https://github.com/aws-amplify/amplify-codegen/commit/f9c1b1af89a837ed4b705e21085f6c8402e94283))
13+
14+
15+
16+
17+
618
## [2.25.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.25.1) (2021-06-02)
719

820

packages/amplify-codegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "2.25.1",
3+
"version": "2.26.0",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "1.25.0",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.26.0",
2424
"@aws-amplify/graphql-docs-generator": "2.3.4",
2525
"@aws-amplify/graphql-types-generator": "2.8.0",
2626
"@graphql-codegen/core": "1.8.3",
@@ -34,10 +34,10 @@
3434
"graphql": "^14.5.8",
3535
"graphql-config": "^2.2.1",
3636
"inquirer": "^7.3.3",
37-
"ora": "^4.0.3",
38-
"slash": "^3.0.0",
3937
"js-yaml": "^4.0.0",
40-
"semver": "^7.3.5"
38+
"ora": "^4.0.3",
39+
"semver": "^7.3.5",
40+
"slash": "^3.0.0"
4141
},
4242
"peerDependencies": {
4343
"amplify-cli-core": "^1.17.2",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.26.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-06-30)
7+
8+
9+
### Features
10+
11+
* **codegen:** iOS index directive support ([#174](https://github.com/aws-amplify/amplify-codegen/issues/174)) ([abb966c](https://github.com/aws-amplify/amplify-codegen/commit/abb966c647b08537564f85314a4266a5cbe33ffd))
12+
* **modelgen:** ios - emit provider in [@auth](https://github.com/auth) rules ([#184](https://github.com/aws-amplify/amplify-codegen/issues/184)) ([f9c1b1a](https://github.com/aws-amplify/amplify-codegen/commit/f9c1b1af89a837ed4b705e21085f6c8402e94283))
13+
14+
15+
16+
17+
618
# [1.25.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-06-02)
719

820

packages/appsync-modelgen-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/appsync-modelgen-plugin",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",

0 commit comments

Comments
 (0)