Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit fffb25d

Browse files
Changesets: Version Packages (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb7fdec commit fffb25d

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

.changeset/rich-glasses-think.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# example
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`d54a26f`](https://github.com/LekoArts/gatsby-source-tmdb/commit/d54a26f947a019a2abf7f91511686101d431a4b4)]:
10+
- gatsby-source-tmdb@3.0.4
11+
312
## 0.0.4
413

514
### Patch Changes

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"license": "MIT",
66
"starter-name": "gatsby-starter-tmdb",
@@ -15,7 +15,7 @@
1515
"gatsby-plugin-react-helmet-async": "^1.2.1",
1616
"gatsby-plugin-sharp": "next",
1717
"gatsby-plugin-vanilla-extract": "^2.0.1",
18-
"gatsby-source-tmdb": "^3.0.3",
18+
"gatsby-source-tmdb": "^3.0.4",
1919
"gatsby-transformer-sharp": "next",
2020
"node-fetch": "^2.6.1",
2121
"react": "^18.2.0",

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gatsby-source-tmdb
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 3.0.3
410

511
### Patch Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-tmdb",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.",
55
"main": "dist/gatsby-node.js",
66
"source": "src/gatsby-node.ts",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8780,7 +8780,7 @@ __metadata:
87808780
gatsby-plugin-react-helmet-async: ^1.2.1
87818781
gatsby-plugin-sharp: next
87828782
gatsby-plugin-vanilla-extract: ^2.0.1
8783-
gatsby-source-tmdb: ^3.0.3
8783+
gatsby-source-tmdb: ^3.0.4
87848784
gatsby-transformer-sharp: next
87858785
node-fetch: ^2.6.1
87868786
react: ^18.2.0
@@ -9844,7 +9844,7 @@ __metadata:
98449844
languageName: node
98459845
linkType: hard
98469846

9847-
"gatsby-source-tmdb@^3.0.3, gatsby-source-tmdb@workspace:package":
9847+
"gatsby-source-tmdb@^3.0.4, gatsby-source-tmdb@workspace:package":
98489848
version: 0.0.0-use.local
98499849
resolution: "gatsby-source-tmdb@workspace:package"
98509850
dependencies:

0 commit comments

Comments
 (0)