Skip to content

Commit ad32a15

Browse files
github-actions[bot]Noviny
authored andcommitted
Version Packages (#36)
1 parent 41dc2df commit ad32a15

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/kind-badgers-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-windows-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-knives-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/gatsby-source-workspace/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @manypkg/gatsby-source-workspace
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`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.
8+
9+
* [`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
10+
11+
### Patch Changes
12+
13+
- [`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
14+
315
## 0.2.0
416

517
### Minor Changes

packages/gatsby-source-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/gatsby-source-workspace",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"peerDependencies": {
55
"gatsby": "^2.15.28"
66
},

test-gatsby/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-gatsby-thing
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- @manypkg/gatsby-source-workspace@0.3.0
9+
310
## 0.0.2
411

512
### Patch Changes

test-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "test-gatsby-thing",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"dependencies": {
6-
"@manypkg/gatsby-source-workspace": "0.2.0",
6+
"@manypkg/gatsby-source-workspace": "0.3.0",
77
"@mdx-js/mdx": "^1.5.1",
88
"@mdx-js/react": "^1.5.1",
99
"gatsby": "^2.15.28",

0 commit comments

Comments
 (0)