Skip to content

Commit

Permalink
Merge pull request #168 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Oct 4, 2022
2 parents 7c3f3f9 + 24d0cb6 commit 2da33ae
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/tame-rabbits-wink.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/monorepo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pinefile/monorepo

## 2.0.2

### Patch Changes

- Updated dependencies [[`b0e4047`](https://github.com/pinefile/pine/commit/b0e4047cce8a64c1df4720bceafb438f7745184e)]:
- @pinefile/pine@2.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/monorepo",
"version": "2.0.1",
"version": "2.0.2",
"description": "Pine monorepo functions",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand All @@ -14,7 +14,7 @@
"author": "Fredrik Forsmo <[email protected]>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.1",
"@pinefile/pine": "^2.0.2",
"glob": "^8.0.3",
"multimatch": "5.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pinefile/pine

## 2.0.2

### Patch Changes

- [#167](https://github.com/pinefile/pine/pull/167) [`b0e4047`](https://github.com/pinefile/pine/commit/b0e4047cce8a64c1df4720bceafb438f7745184e) Thanks [@frozzare](https://github.com/frozzare)! - Fix so config can be loaded from package.json

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/pine",
"version": "2.0.1",
"version": "2.0.2",
"description": "Small task runner for node.js",
"bin": {
"pine": "./dist/bin.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pinefile/runner-npm

## 2.0.2

### Patch Changes

- Updated dependencies [[`b0e4047`](https://github.com/pinefile/pine/commit/b0e4047cce8a64c1df4720bceafb438f7745184e)]:
- @pinefile/pine@2.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runner-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/runner-npm",
"version": "2.0.1",
"version": "2.0.2",
"description": "Pine npm runner",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand All @@ -11,7 +11,7 @@
"author": "Fredrik Forsmo <[email protected]>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.1"
"@pinefile/pine": "^2.0.2"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 2da33ae

Please sign in to comment.