Skip to content

Commit

Permalink
Version Packages (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Noviny committed Nov 11, 2019
1 parent 4fbc692 commit c7b6fce
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
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.

11 changes: 11 additions & 0 deletions packages/gatsby-source-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1.0",
"version": "0.2.0",
"peerDependencies": {
"gatsby": "^2.15.28"
},
Expand Down
9 changes: 9 additions & 0 deletions test-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit c7b6fce

Please sign in to comment.