Skip to content

Commit

Permalink
Merge pull request #164 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Oct 3, 2022
2 parents e76841f + e64a957 commit 90f4fb8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-lies-clean.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.1

### Patch Changes

- Updated dependencies [[`a5e9b03`](https://github.com/pinefile/pine/commit/a5e9b0319d13abce2f0688c32ecece215269261d)]:
- @pinefile/pine@2.0.1

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"description": "Pine monorepo functions",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand All @@ -14,7 +14,7 @@
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.0",
"@pinefile/pine": "^2.0.1",
"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.1

### Patch Changes

- [#163](https://github.com/pinefile/pine/pull/163) [`a5e9b03`](https://github.com/pinefile/pine/commit/a5e9b0319d13abce2f0688c32ecece215269261d) Thanks [@frozzare](https://github.com/frozzare)! - Fix bin file for pine

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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.1

### Patch Changes

- Updated dependencies [[`a5e9b03`](https://github.com/pinefile/pine/commit/a5e9b0319d13abce2f0688c32ecece215269261d)]:
- @pinefile/pine@2.0.1

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"description": "Pine npm runner",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand All @@ -11,7 +11,7 @@
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.0"
"@pinefile/pine": "^2.0.1"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 90f4fb8

Please sign in to comment.