From d7181a77ea00e6b1008094393cb172caf9e2343e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:16:44 +0200 Subject: [PATCH] Changesets: Version Packages (#13) Co-authored-by: github-actions[bot] Co-authored-by: Lennart --- .changeset/old-goats-jump.md | 8 -------- package/CHANGELOG.md | 11 ++++++++++- package/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/old-goats-jump.md diff --git a/.changeset/old-goats-jump.md b/.changeset/old-goats-jump.md deleted file mode 100644 index c6132a0..0000000 --- a/.changeset/old-goats-jump.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"gatsby-source-tmdb": patch ---- - -- 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 diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index af9e5b5..ea09cc8 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -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 @@ -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 - diff --git a/package/package.json b/package/package.json index 1177a60..7a93eed 100644 --- a/package/package.json +++ b/package/package.json @@ -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": {