diff --git a/.changeset/kind-badgers-travel.md b/.changeset/kind-badgers-travel.md deleted file mode 100644 index a9cd09c..0000000 --- a/.changeset/kind-badgers-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/gatsby-source-workspace": minor ---- - -Add a `workspaceFilter` option to allow packages to be left out. diff --git a/.changeset/modern-windows-appear.md b/.changeset/modern-windows-appear.md deleted file mode 100644 index d9c365a..0000000 --- a/.changeset/modern-windows-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/gatsby-source-workspace": minor ---- - -Add new config option, which allows the user to specify the package.json fields they want to include diff --git a/.changeset/old-knives-smile.md b/.changeset/old-knives-smile.md deleted file mode 100644 index 45bb085..0000000 --- a/.changeset/old-knives-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/gatsby-source-workspace": patch ---- - -Include `version` field by default diff --git a/packages/gatsby-source-workspace/CHANGELOG.md b/packages/gatsby-source-workspace/CHANGELOG.md index acc078e..4ffaf4d 100644 --- a/packages/gatsby-source-workspace/CHANGELOG.md +++ b/packages/gatsby-source-workspace/CHANGELOG.md @@ -1,5 +1,17 @@ # @manypkg/gatsby-source-workspace +## 0.3.0 + +### Minor Changes + +- [`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765) [#35](https://github.com/Thinkmill/manypkg/pull/35) Thanks [@Noviny](https://github.com/Noviny)! - Add a `workspaceFilter` option to allow packages to be left out. + +* [`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765) [#35](https://github.com/Thinkmill/manypkg/pull/35) Thanks [@Noviny](https://github.com/Noviny)! - Add new config option, which allows the user to specify the package.json fields they want to include + +### Patch Changes + +- [`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765) [#35](https://github.com/Thinkmill/manypkg/pull/35) Thanks [@Noviny](https://github.com/Noviny)! - Include `version` field by default + ## 0.2.0 ### Minor Changes diff --git a/packages/gatsby-source-workspace/package.json b/packages/gatsby-source-workspace/package.json index cfcc6b4..07de2aa 100644 --- a/packages/gatsby-source-workspace/package.json +++ b/packages/gatsby-source-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/gatsby-source-workspace", - "version": "0.2.0", + "version": "0.3.0", "peerDependencies": { "gatsby": "^2.15.28" }, diff --git a/test-gatsby/CHANGELOG.md b/test-gatsby/CHANGELOG.md index c3e94ce..33a8a6d 100644 --- a/test-gatsby/CHANGELOG.md +++ b/test-gatsby/CHANGELOG.md @@ -1,5 +1,12 @@ # test-gatsby-thing +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765), [`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765), [`41dc2df`](https://github.com/Thinkmill/manypkg/commit/41dc2df8559eca9b5639779227209f61d2d88765)]: + - @manypkg/gatsby-source-workspace@0.3.0 + ## 0.0.2 ### Patch Changes diff --git a/test-gatsby/package.json b/test-gatsby/package.json index ff2aec9..bd25abf 100644 --- a/test-gatsby/package.json +++ b/test-gatsby/package.json @@ -1,9 +1,9 @@ { "name": "test-gatsby-thing", "private": true, - "version": "0.0.2", + "version": "0.0.3", "dependencies": { - "@manypkg/gatsby-source-workspace": "0.2.0", + "@manypkg/gatsby-source-workspace": "0.3.0", "@mdx-js/mdx": "^1.5.1", "@mdx-js/react": "^1.5.1", "gatsby": "^2.15.28",