You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
3
9
## v1.0.3 (January 26, 2018)
4
10
5
11
### Maintenance
6
12
7
-
* Add "Known Issues" section to README.md
13
+
- Add "Known Issues" section to README.md
8
14
9
15
## v1.0.2 (January 25, 2018)
10
16
11
17
### Fixes
12
18
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.
14
20
15
21
## v1.0.1 (January 25, 2018)
16
22
17
23
### Fixes
18
24
19
-
* Respect `NODE_PATH` environment variable (from `process.env` or `.env` file)
25
+
- Respect `NODE_PATH` environment variable (from `process.env` or `.env` file)
20
26
21
27
### Maintenance
22
28
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`
0 commit comments