Skip to content

Commit

Permalink
Version Packages (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Noviny committed Nov 21, 2019
1 parent 41dc2df commit ad32a15
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-badgers-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-windows-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-knives-smile.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/gatsby-source-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/gatsby-source-workspace",
"version": "0.2.0",
"version": "0.3.0",
"peerDependencies": {
"gatsby": "^2.15.28"
},
Expand Down
7 changes: 7 additions & 0 deletions test-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions test-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ad32a15

Please sign in to comment.