Skip to content

Commit b7949fb

Browse files
committed
1.1.0
1 parent 5ad335c commit b7949fb

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
# ChangeLog
22

3+
## v1.1.0 (July 7, 2018)
4+
5+
### Features
6+
7+
- Replace deprecated package babel-plugin-inline-import-graphql-ast with babel-plugin-import-graphql. See [the CHANGELOG.md file for that package](https://github.com/detrohutt/babel-plugin-import-graphql/blob/master/CHANGELOG.md) for information about new features released since the package name changed (v2.5.0+).
8+
39
## v1.0.3 (January 26, 2018)
410

511
### Maintenance
612

7-
* Add "Known Issues" section to README.md
13+
- Add "Known Issues" section to README.md
814

915
## v1.0.2 (January 25, 2018)
1016

1117
### Fixes
1218

13-
* Make emergency upgrade of `babel-plugin-inline-import-graphql-ast` due to a broken release I published while adding the `nodePath` option needed by this package.
19+
- Make emergency upgrade of `babel-plugin-inline-import-graphql-ast` due to a broken release I published while adding the `nodePath` option needed by this package.
1420

1521
## v1.0.1 (January 25, 2018)
1622

1723
### Fixes
1824

19-
* Respect `NODE_PATH` environment variable (from `process.env` or `.env` file)
25+
- Respect `NODE_PATH` environment variable (from `process.env` or `.env` file)
2026

2127
### Maintenance
2228

23-
* Upgrade `babel-plugin-inline-import-graphql-ast` dependency to `^2.1.0`
29+
- Upgrade `babel-plugin-inline-import-graphql-ast` dependency to `^2.1.0`
2430

2531
## v1.0.0 (December 15, 2017)
2632

27-
* Initial release
33+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-rewire-inline-import-graphql-ast",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A plugin to add the inline-import-graphql-ast Babel plugin to create-react-app with react-app-rewired",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)