gatsby-transformer-json 4.0.0 → 4.3.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-json) (2021-10-21)
6
+ ## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.1.0/packages/gatsby-transformer-json) (2021-11-02)
7
7
 
8
- [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9
9
 
10
10
  **Note:** Version bump only for package gatsby-transformer-json
11
11
 
12
+ ## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.0.0/packages/gatsby-transformer-json) (2021-10-21)
13
+
14
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15
+
16
+ #### Chores
17
+
18
+ - apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19
+
20
+ #### Other Changes
21
+
22
+ - Prefix `id` and only use createNodeId fix [#28942](https://github.com/gatsbyjs/gatsby/issues/28942) ([c20d6f6](https://github.com/gatsbyjs/gatsby/commit/c20d6f68c485467898ba82f79450c356b26f6ec1))
23
+
12
24
  ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.14.0/packages/gatsby-transformer-json) (2021-09-18)
13
25
 
14
26
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-transformer-json",
3
3
  "description": "Gatsby transformer plugin for JSON files",
4
- "version": "4.0.0",
4
+ "version": "4.3.0-next.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
13
13
  "devDependencies": {
14
14
  "@babel/cli": "^7.15.4",
15
15
  "@babel/core": "^7.15.5",
16
- "babel-preset-gatsby-package": "^2.0.0",
16
+ "babel-preset-gatsby-package": "^2.3.0-next.0",
17
17
  "cross-env": "^7.0.3"
18
18
  },
19
19
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme",
@@ -39,5 +39,5 @@
39
39
  "engines": {
40
40
  "node": ">=14.15.0"
41
41
  },
42
- "gitHead": "8d07242926e54f7c0819fbee84c152a27ec77959"
42
+ "gitHead": "f21bcd3e87c804ba77d8cc29f1ee1bd796992977"
43
43
  }