Skip to content

Commit 73745b8

Browse files
authored
Merge pull request #575 from pinefile/changeset-release/master
Next release
2 parents 2340701 + 2f5b008 commit 73745b8

10 files changed

Lines changed: 48 additions & 20 deletions

File tree

.changeset/clear-corners-win.md

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

.changeset/clever-plums-win.md

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

packages/monorepo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pinefile/monorepo
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#573](https://github.com/pinefile/pine/pull/573) [`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609) Thanks [@frozzare](https://github.com/frozzare)! - Bump node version to 22
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609), [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69)]:
12+
- @pinefile/pine@3.0.0
13+
314
## 2.0.3
415

516
### Patch Changes

packages/monorepo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinefile/monorepo",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Pine monorepo functions",
55
"homepage": "https://github.com/pinefile/pine",
66
"repository": "https://github.com/pinefile/pine",
@@ -15,7 +15,7 @@
1515
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@pinefile/pine": "^2.0.3",
18+
"@pinefile/pine": "^3.0.0",
1919
"glob": "^8.1.0",
2020
"multimatch": "5.0.0"
2121
},

packages/pine/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @pinefile/pine
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#573](https://github.com/pinefile/pine/pull/573) [`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609) Thanks [@frozzare](https://github.com/frozzare)! - Bump node version to 22
8+
9+
### Patch Changes
10+
11+
- [#566](https://github.com/pinefile/pine/pull/566) [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69) Thanks [@frozzare](https://github.com/frozzare)! - Bumped esbuild
12+
13+
- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609)]:
14+
- @pinefile/utils@3.0.0
15+
316
## 2.0.3
417

518
### Patch Changes

packages/pine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinefile/pine",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Small task runner for node.js",
55
"bin": {
66
"pine": "./dist/bin.js"
@@ -32,7 +32,7 @@
3232
"@types/yargs": "^17.0.35"
3333
},
3434
"dependencies": {
35-
"@pinefile/utils": "^2.0.1",
35+
"@pinefile/utils": "^3.0.0",
3636
"bach": "^2.0.1",
3737
"chalk": "^4.1.2",
3838
"date-fns": "^2.30.0",

packages/runner-npm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pinefile/runner-npm
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#573](https://github.com/pinefile/pine/pull/573) [`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609) Thanks [@frozzare](https://github.com/frozzare)! - Bump node version to 22
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609), [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69)]:
12+
- @pinefile/pine@3.0.0
13+
314
## 2.0.3
415

516
### Patch Changes

packages/runner-npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinefile/runner-npm",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Pine npm runner",
55
"homepage": "https://github.com/pinefile/pine",
66
"repository": "https://github.com/pinefile/pine",
@@ -12,7 +12,7 @@
1212
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@pinefile/pine": "^2.0.3"
15+
"@pinefile/pine": "^3.0.0"
1616
},
1717
"engines": {
1818
"node": ">=22"

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pinefile/utils
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#573](https://github.com/pinefile/pine/pull/573) [`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609) Thanks [@frozzare](https://github.com/frozzare)! - Bump node version to 22
8+
39
## 2.0.1
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinefile/utils",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Pine task runner utils",
55
"homepage": "https://github.com/pinefile/pine",
66
"repository": "https://github.com/pinefile/pine",

0 commit comments

Comments
 (0)