Skip to content

Commit

Permalink
Changesets: Version Packages (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2022
1 parent 8779fbc commit 521a189
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-drinks-poke.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.0.6

### Patch Changes

- Updated dependencies [[`8779fbc`](https://github.com/LekoArts/gatsby-source-tmdb/commit/8779fbc55ac13b4aaed69e1869a38a74b4f03fdf)]:
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"license": "MIT",
"starter-name": "gatsby-starter-tmdb",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 521a189

Please sign in to comment.