Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed May 2, 2019
1 parent 8291044 commit f338dfe
Show file tree
Hide file tree
Showing 12 changed files with 505 additions and 7 deletions.
83 changes: 83 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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 <[email protected]>

- 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 <[email protected]>

- Update docs/docs/path-prefix.md

Co-Authored-By: DSchau <[email protected]>

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- chore: simply/merely remove the easy term ;)

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- 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/[email protected]@2.0.17) (2019-04-30)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
83 changes: 83 additions & 0 deletions packages/gatsby-plugin-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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 <[email protected]>

- 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 <[email protected]>

- Update docs/docs/path-prefix.md

Co-Authored-By: DSchau <[email protected]>

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- chore: simply/merely remove the easy term ;)

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- 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/[email protected]@2.1.2) (2019-04-30)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
83 changes: 83 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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 <[email protected]>

- 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 <[email protected]>

- Update docs/docs/path-prefix.md

Co-Authored-By: DSchau <[email protected]>

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- chore: simply/merely remove the easy term ;)

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- 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/[email protected]@2.0.29) (2019-04-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
83 changes: 83 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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 <[email protected]>

- 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 <[email protected]>

- Update docs/docs/path-prefix.md

Co-Authored-By: DSchau <[email protected]>

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- chore: simply/merely remove the easy term ;)

- Update docs/docs/asset-prefix.md

Co-Authored-By: DSchau <[email protected]>

- 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/[email protected]@2.0.25) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-offline
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
Loading

0 comments on commit f338dfe

Please sign in to comment.