From f338dfea534b21724b7d19dece8ee9f63a854f0f Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Thu, 2 May 2019 14:09:02 -0500 Subject: [PATCH] chore(release): Publish - gatsby-link@2.1.0 - gatsby-plugin-feed@2.2.0 - gatsby-plugin-manifest@2.1.0 - gatsby-plugin-offline@2.1.0 - gatsby-plugin-sitemap@2.1.0 - gatsby@2.4.0 --- packages/gatsby-link/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby-link/package.json | 2 +- packages/gatsby-plugin-feed/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby-plugin-feed/package.json | 2 +- packages/gatsby-plugin-manifest/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-plugin-offline/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby-plugin-offline/package.json | 2 +- packages/gatsby-plugin-sitemap/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby-plugin-sitemap/package.json | 2 +- packages/gatsby/CHANGELOG.md | 83 ++++++++++++++++++++ packages/gatsby/package.json | 4 +- 12 files changed, 505 insertions(+), 7 deletions(-) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index c103f7521f2b7..324b8ee98dd4d 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.17...gatsby-link@2.1.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.0.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.16...gatsby-link@2.0.17) (2019-04-30) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index acbe9ef6d9261..228e40a3a8db6 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "2.0.17", + "version": "2.1.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index d7c9315d2da90..8888029e2307e 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.1.2...gatsby-plugin-feed@2.2.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.1.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.1.1...gatsby-plugin-feed@2.1.2) (2019-04-30) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 0d55ba2bab876..1a60a1f9f8ad1 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "2.1.2", + "version": "2.2.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 31b068c08d7cf..7779e08268d32 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/gatsby-plugin-manifest@2.0.29...gatsby-plugin-manifest@2.1.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.0.29](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/gatsby-plugin-manifest@2.0.28...gatsby-plugin-manifest@2.0.29) (2019-04-10) ### Bug Fixes diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 9711bf2a5d5bc..36b2c50d57599 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.0.29", + "version": "2.1.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index a1e8e8f5bb4a5..668122d2c14bb 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.25...gatsby-plugin-offline@2.1.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.0.25](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.24...gatsby-plugin-offline@2.0.25) (2019-03-11) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 39d3f63efeabc..e05c496711892 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "2.0.25", + "version": "2.1.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 810d5795e9389..b80cbf22e8e55 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.12...gatsby-plugin-sitemap@2.1.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.11...gatsby-plugin-sitemap@2.0.12) (2019-04-08) ### Bug Fixes diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 3766fe5250d4f..0bff98383704a 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "2.0.12", + "version": "2.1.0", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 71cdc93b45832..6db8420619f3b 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.3.36...gatsby@2.4.0) (2019-05-02) + +### Features + +- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/commit/8291044)) + +### BREAKING CHANGES + +- **gatsby:** this is a breaking change (as currently authored) for a + few plugins (specified in this commit). I'll work on a fallback--but I + think it might make sense to just fail here. We can specify a + peerDependency in the package.json of each of these packages, too. + +- test: get tests passing + +- test: add a test for assetPrefix with nesting + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- chore: fix up merge conflicts/get tests passing + +- chore: tweak version + +- fix(gatsby-plugin-sitemap): work with asset prefix + +- fix(gatsby): disallow both relative assetPrefix and pathPrefix + +- chore: fallback to withPathPrefix, bump peerDep + +- chore: remove caveat re: trailing slash + +- fix: gatsby-plugin-sitemap regression + +- chore: revert peer dep + +- chore: use basePath if it's defined + +- chore: remove eslint global comment + +- chore: ensure prefixPaths is set to enable pathPrefix + +- chore: fix read-only error (can't reassign imports ya dingus) + +- chore: actually fallback + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/path-prefix.md + +Co-Authored-By: DSchau + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- chore: simply/merely remove the easy term ;) + +- Update docs/docs/asset-prefix.md + +Co-Authored-By: DSchau + +- test: write e2e test for asset prefix + +Note: this very well may fail + +- chore: fix package json and make isURL test stricter + +- chore: fix yarn and stuff hopefully + +- chore: minor clean up + +- fix(gatsby): fix initial navigation not registering in history + +- chore: remove unneccessary dep + +- fix: use **BASE_PATH** in development runtime too; add a test + +- chore: fix @pieh nit before he finds it + ## [2.3.36](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.3.35...gatsby@2.3.36) (2019-05-02) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ebc18f1dbcac5..760c7087f2345 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.3.36", + "version": "2.4.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -66,7 +66,7 @@ "fs-exists-cached": "1.0.0", "fs-extra": "^5.0.0", "gatsby-cli": "^2.5.12", - "gatsby-link": "^2.0.17", + "gatsby-link": "^2.1.0", "gatsby-plugin-page-creator": "^2.0.12", "gatsby-react-router-scroll": "^2.0.7", "gatsby-telemetry": "^1.0.9",