gatsby-source-hacker-news 4.1.0 → 4.3.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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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.3.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-hacker-news) (2021-12-01)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3)
9
+
10
+ **Note:** Version bump only for package gatsby-source-hacker-news
11
+
12
+ ## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.2.0/packages/gatsby-source-hacker-news) (2021-11-16)
13
+
14
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2)
15
+
16
+ **Note:** Version bump only for package gatsby-source-hacker-news
17
+
18
+ ## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.1.0/packages/gatsby-source-hacker-news) (2021-11-02)
19
+
20
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
21
+
22
+ **Note:** Version bump only for package gatsby-source-hacker-news
23
+
24
+ ## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.0.0/packages/gatsby-source-hacker-news) (2021-10-21)
25
+
26
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
27
+
28
+ #### Chores
29
+
30
+ - apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
31
+
6
32
  ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.14.0/packages/gatsby-source-hacker-news) (2021-09-18)
7
33
 
8
34
  [🧾 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-source-hacker-news",
3
3
  "description": "Gatsby source plugin for building websites using Hacker News as a data source",
4
- "version": "4.1.0",
4
+ "version": "4.3.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@babel/cli": "^7.15.4",
16
16
  "@babel/core": "^7.15.5",
17
- "babel-preset-gatsby-package": "^2.1.0",
17
+ "babel-preset-gatsby-package": "^2.3.0",
18
18
  "cross-env": "^7.0.3"
19
19
  },
20
20
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme",
@@ -40,5 +40,5 @@
40
40
  "engines": {
41
41
  "node": ">=14.15.0"
42
42
  },
43
- "gitHead": "4086ca523d1caf68d44076e361f00e7b4b96c4a5"
43
+ "gitHead": "864751dd815c57f4122bc7aa12e17aac53ec3ba0"
44
44
  }