Skip to content

Commit

Permalink
Merge pull request #285 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Feb 7, 2023
2 parents 10cabb7 + 1c4d278 commit cf9b938
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/tricky-badgers-obey.md

This file was deleted.

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

## 2.0.3

### Patch Changes

- [#284](https://github.com/pinefile/pine/pull/284) [`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f) Thanks [@frozzare](https://github.com/frozzare)! - Bump dependencies

- Updated dependencies [[`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f)]:
- @pinefile/pine@2.0.3

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.2",
"@pinefile/pine": "^2.0.3",
"glob": "^8.1.0",
"multimatch": "5.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pinefile/pine

## 2.0.3

### Patch Changes

- [#284](https://github.com/pinefile/pine/pull/284) [`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f) Thanks [@frozzare](https://github.com/frozzare)! - Bump dependencies

- Updated dependencies [[`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f)]:
- @pinefile/utils@2.0.1

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/pine",
"version": "2.0.2",
"version": "2.0.3",
"description": "Small task runner for node.js",
"bin": {
"pine": "./dist/bin.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/yargs": "^17.0.22"
},
"dependencies": {
"@pinefile/utils": "^2.0.0",
"@pinefile/utils": "^2.0.1",
"bach": "^2.0.1",
"chalk": "^4.1.2",
"date-fns": "^2.29.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pinefile/runner-npm

## 2.0.3

### Patch Changes

- [#284](https://github.com/pinefile/pine/pull/284) [`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f) Thanks [@frozzare](https://github.com/frozzare)! - Bump dependencies

- Updated dependencies [[`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f)]:
- @pinefile/pine@2.0.3

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.2"
"@pinefile/pine": "^2.0.3"
},
"engines": {
"node": ">=14"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pinefile/utils

## 2.0.1

### Patch Changes

- [#284](https://github.com/pinefile/pine/pull/284) [`e62aed2`](https://github.com/pinefile/pine/commit/e62aed2958897bd34743a7c97ce958ae2067579f) Thanks [@frozzare](https://github.com/frozzare)! - Bump dependencies

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Pine task runner utils",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand Down

0 comments on commit cf9b938

Please sign in to comment.