diff --git a/.changeset/happy-drinks-poke.md b/.changeset/happy-drinks-poke.md deleted file mode 100644 index 0d95806..0000000 --- a/.changeset/happy-drinks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-tmdb": major ---- - -Minimum required Node.js version is 18. Bump peerDependency to Gatsby 5. diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 1d21e32..e5cc429 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`8779fbc`](https://github.com/LekoArts/gatsby-source-tmdb/commit/8779fbc55ac13b4aaed69e1869a38a74b4f03fdf)]: + - gatsby-source-tmdb@4.0.0 + ## 0.0.5 ### Patch Changes diff --git a/example/package.json b/example/package.json index 0699c29..bc10c02 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.0.5", + "version": "0.0.6", "private": true, "license": "MIT", "starter-name": "gatsby-starter-tmdb", @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet-async": "^1.2.3", "gatsby-plugin-sharp": "^5.0.0-next.0", "gatsby-plugin-vanilla-extract": "^3.0.0", - "gatsby-source-tmdb": "^3.0.3", + "gatsby-source-tmdb": "^4.0.0", "gatsby-transformer-sharp": "^5.0.0-next.0", "node-fetch": "^2.6.7", "react": "^18.2.0", diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 6570769..08e0b73 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-tmdb +## 4.0.0 + +### Major Changes + +- [#26](https://github.com/LekoArts/gatsby-source-tmdb/pull/26) [`8779fbc`](https://github.com/LekoArts/gatsby-source-tmdb/commit/8779fbc55ac13b4aaed69e1869a38a74b4f03fdf) Thanks [@LekoArts](https://github.com/LekoArts)! - Minimum required Node.js version is 18. Bump peerDependency to Gatsby 5. + ## 3.0.4 ### Patch Changes diff --git a/package/package.json b/package/package.json index a7f66b7..48c2c4f 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-tmdb", - "version": "3.0.4", + "version": "4.0.0", "description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.", "main": "dist/gatsby-node.js", "source": "src/gatsby-node.ts", diff --git a/yarn.lock b/yarn.lock index bf85100..e21d036 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8209,7 +8209,7 @@ __metadata: gatsby-plugin-react-helmet-async: ^1.2.3 gatsby-plugin-sharp: ^5.0.0-next.0 gatsby-plugin-vanilla-extract: ^3.0.0 - gatsby-source-tmdb: ^3.0.3 + gatsby-source-tmdb: ^4.0.0 gatsby-transformer-sharp: ^5.0.0-next.0 node-fetch: ^2.6.7 react: ^18.2.0 @@ -9203,7 +9203,7 @@ __metadata: languageName: node linkType: hard -"gatsby-source-tmdb@^3.0.3, gatsby-source-tmdb@workspace:package": +"gatsby-source-tmdb@^4.0.0, gatsby-source-tmdb@workspace:package": version: 0.0.0-use.local resolution: "gatsby-source-tmdb@workspace:package" dependencies: