Skip to content

Commit

Permalink
Changesets: Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lennart <[email protected]>
  • Loading branch information
3 people authored Dec 22, 2021
1 parent 5761a97 commit 8275612
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
21 changes: 0 additions & 21 deletions .changeset/stale-worms-drive.md

This file was deleted.

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

## 0.0.2
### Patch Changes

- Updated dependencies [[`b0b40f5`](https://github.com/LekoArts/gatsby-source-tmdb/commit/b0b40f5a4f440ac29969af04a4c1f5bec6a768db)]:
- [email protected]
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.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"starter-name": "gatsby-starter-tmdb",
Expand All @@ -14,7 +14,7 @@
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-react-helmet-async": "^1.2.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-source-tmdb": "^2.0.0",
"gatsby-source-tmdb": "^3.0.0",
"gatsby-transformer-sharp": "^4.4.0",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
Expand Down
22 changes: 18 additions & 4 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# gatsby-source-tmdb

## 3.0.0

### Major Changes

With https://github.com/LekoArts/gatsby-source-tmdb/pull/14 merged a new `v3` of `gatsby-source-tmdb` is out.

**Key highlights** of this release:

- Full compatibility with Gatsby 4
- Improved error handling
- Ability to download images specific to an endpoint

**Breaking Changes:**

- 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

You can read a migration guide here: https://github.com/LekoArts/gatsby-source-tmdb/blob/main/MIGRATING.md

## 2.0.3

### Patch Changes
Expand All @@ -26,10 +44,6 @@

### Major Changes

**Description:**

Hello!

With https://github.com/LekoArts/gatsby-source-tmdb/pull/9 merged a new `v2` of `gatsby-source-tmdb` is out.

**Key highlights** of this release:
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": "2.0.3",
"version": "3.0.0",
"description": "Source from The Movie Database (TMDb) in Gatsby. Supports all endpoints, optionally downloads images and extends results with more information.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 8275612

Please sign in to comment.