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

Commit 8275612

Browse files
Changesets: Version Packages (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 5761a97 commit 8275612

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.changeset/stale-worms-drive.md

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

example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# example
2+
3+
## 0.0.2
4+
### Patch Changes
5+
6+
- Updated dependencies [[`b0b40f5`](https://github.com/LekoArts/gatsby-source-tmdb/commit/b0b40f5a4f440ac29969af04a4c1f5bec6a768db)]:
7+
- gatsby-source-tmdb@3.0.0

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.1",
3+
"version": "0.0.2",
44
"private": true,
55
"license": "MIT",
66
"starter-name": "gatsby-starter-tmdb",
@@ -14,7 +14,7 @@
1414
"gatsby-plugin-image": "^2.4.0",
1515
"gatsby-plugin-react-helmet-async": "^1.2.0",
1616
"gatsby-plugin-sharp": "^4.4.0",
17-
"gatsby-source-tmdb": "^2.0.0",
17+
"gatsby-source-tmdb": "^3.0.0",
1818
"gatsby-transformer-sharp": "^4.4.0",
1919
"node-fetch": "^2.6.1",
2020
"react": "^17.0.2",

package/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
With https://github.com/LekoArts/gatsby-source-tmdb/pull/14 merged a new `v3` of `gatsby-source-tmdb` is out.
8+
9+
**Key highlights** of this release:
10+
11+
- Full compatibility with Gatsby 4
12+
- Improved error handling
13+
- Ability to download images specific to an endpoint
14+
15+
**Breaking Changes:**
16+
17+
- By default no images are downloaded anymore and you'll have to specifically opt-in to that. The shape (`localFile` on e.g. `poster_path`) stayed the same but you'll need to either enable image downloading globally or individually for each endpoint
18+
19+
You can read a migration guide here: https://github.com/LekoArts/gatsby-source-tmdb/blob/main/MIGRATING.md
20+
321
## 2.0.3
422

523
### Patch Changes
@@ -26,10 +44,6 @@
2644

2745
### Major Changes
2846

29-
**Description:**
30-
31-
Hello!
32-
3347
With https://github.com/LekoArts/gatsby-source-tmdb/pull/9 merged a new `v2` of `gatsby-source-tmdb` is out.
3448

3549
**Key highlights** of this release:

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": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)