From c7b6fceab2ffeb909cf636258ae89f0abb2cfc1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 17:05:23 +1100 Subject: [PATCH] Version Packages (#33) --- .changeset/modern-windows-appear.md | 5 ----- .changeset/old-knives-smile.md | 5 ----- packages/gatsby-source-workspace/CHANGELOG.md | 11 +++++++++++ packages/gatsby-source-workspace/package.json | 2 +- test-gatsby/CHANGELOG.md | 9 +++++++++ test-gatsby/package.json | 4 ++-- 6 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 .changeset/modern-windows-appear.md delete mode 100644 .changeset/old-knives-smile.md 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 7e2394c..acc078e 100644 --- a/packages/gatsby-source-workspace/CHANGELOG.md +++ b/packages/gatsby-source-workspace/CHANGELOG.md @@ -1,6 +1,17 @@ # @manypkg/gatsby-source-workspace +## 0.2.0 + +### Minor Changes + +- [`4fbc692`](https://github.com/Thinkmill/manypkg/commit/4fbc6928242bfb26eb8dff1248e92c22cf1671c3) [#32](https://github.com/Thinkmill/manypkg/pull/32) 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 + +- [`4fbc692`](https://github.com/Thinkmill/manypkg/commit/4fbc6928242bfb26eb8dff1248e92c22cf1671c3) [#32](https://github.com/Thinkmill/manypkg/pull/32) Thanks [@Noviny](https://github.com/Noviny)! - Include `version` field by default + ## 0.1.0 + ### Minor Changes - c393d90: Initial release diff --git a/packages/gatsby-source-workspace/package.json b/packages/gatsby-source-workspace/package.json index 8851f61..cfcc6b4 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.1.0", + "version": "0.2.0", "peerDependencies": { "gatsby": "^2.15.28" }, diff --git a/test-gatsby/CHANGELOG.md b/test-gatsby/CHANGELOG.md index 0e9575e..c3e94ce 100644 --- a/test-gatsby/CHANGELOG.md +++ b/test-gatsby/CHANGELOG.md @@ -1,6 +1,15 @@ # test-gatsby-thing +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`4fbc692`](https://github.com/Thinkmill/manypkg/commit/4fbc6928242bfb26eb8dff1248e92c22cf1671c3), [`4fbc692`](https://github.com/Thinkmill/manypkg/commit/4fbc6928242bfb26eb8dff1248e92c22cf1671c3)]: + - @manypkg/gatsby-source-workspace@0.2.0 + ## 0.0.1 + ### Patch Changes + - Updated dependencies [c393d90] - @manypkg/gatsby-source-workspace@0.1.0 diff --git a/test-gatsby/package.json b/test-gatsby/package.json index 7cec0b8..ff2aec9 100644 --- a/test-gatsby/package.json +++ b/test-gatsby/package.json @@ -1,9 +1,9 @@ { "name": "test-gatsby-thing", "private": true, - "version": "0.0.1", + "version": "0.0.2", "dependencies": { - "@manypkg/gatsby-source-workspace": "0.1.0", + "@manypkg/gatsby-source-workspace": "0.2.0", "@mdx-js/mdx": "^1.5.1", "@mdx-js/react": "^1.5.1", "gatsby": "^2.15.28",