Skip to content

Commit

Permalink
Changesets: Version Packages (#25)
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 7, 2022
1 parent bb7fdec commit fffb25d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/rich-glasses-think.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#24](https://github.com/LekoArts/gatsby-source-tmdb/pull/24) [`d54a26f`](https://github.com/LekoArts/gatsby-source-tmdb/commit/d54a26f947a019a2abf7f91511686101d431a4b4) Thanks [@LekoArts](https://github.com/LekoArts)! - Update all dependencies

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

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"starter-name": "gatsby-starter-tmdb",
Expand All @@ -15,7 +15,7 @@
"gatsby-plugin-react-helmet-async": "^1.2.1",
"gatsby-plugin-sharp": "next",
"gatsby-plugin-vanilla-extract": "^2.0.1",
"gatsby-source-tmdb": "^3.0.3",
"gatsby-source-tmdb": "^3.0.4",
"gatsby-transformer-sharp": "next",
"node-fetch": "^2.6.1",
"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

## 3.0.4

### Patch Changes

- [#24](https://github.com/LekoArts/gatsby-source-tmdb/pull/24) [`d54a26f`](https://github.com/LekoArts/gatsby-source-tmdb/commit/d54a26f947a019a2abf7f91511686101d431a4b4) Thanks [@LekoArts](https://github.com/LekoArts)! - Update all dependencies

## 3.0.3

### 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.3",
"version": "3.0.4",
"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 @@ -8780,7 +8780,7 @@ __metadata:
gatsby-plugin-react-helmet-async: ^1.2.1
gatsby-plugin-sharp: next
gatsby-plugin-vanilla-extract: ^2.0.1
gatsby-source-tmdb: ^3.0.3
gatsby-source-tmdb: ^3.0.4
gatsby-transformer-sharp: next
node-fetch: ^2.6.1
react: ^18.2.0
Expand Down Expand Up @@ -9844,7 +9844,7 @@ __metadata:
languageName: node
linkType: hard

"gatsby-source-tmdb@^3.0.3, gatsby-source-tmdb@workspace:package":
"gatsby-source-tmdb@^3.0.4, gatsby-source-tmdb@workspace:package":
version: 0.0.0-use.local
resolution: "gatsby-source-tmdb@workspace:package"
dependencies:
Expand Down

0 comments on commit fffb25d

Please sign in to comment.