Skip to content

Commit

Permalink
Changesets: Version Packages (#13)
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 Apr 30, 2021
1 parent 91555a6 commit d7181a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/old-goats-jump.md

This file was deleted.

11 changes: 10 additions & 1 deletion package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gatsby-source-tmdb

## 2.0.3

### Patch Changes

- [#12](https://github.com/LekoArts/gatsby-source-tmdb/pull/12) [`91555a6`](https://github.com/LekoArts/gatsby-source-tmdb/commit/91555a68d5e2ab40fd330bc94bb9592de735c129) Thanks [@LekoArts](https://github.com/LekoArts)!
- Add a LICENSE
- Add regex to plugin options so that `url` won't have a leading slash
- Fix README links + add link to migration guide
- Update dependencies

## 2.0.2

### Patch Changes
Expand Down Expand Up @@ -42,4 +52,3 @@ You can find all plugin options here: https://github.com/LekoArts/gatsby-source-
- The `poster` & `backdrop` option was removed

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

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.2",
"version": "2.0.3",
"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 d7181a7

Please sign in to comment.