Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/clear-corners-win.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-plums-win.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609), [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69)]:
- @pinefile/pine@3.0.0

## 2.0.3

### 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.3",
"version": "3.0.0",
"description": "Pine monorepo functions",
"homepage": "https://github.com/pinefile/pine",
"repository": "https://github.com/pinefile/pine",
Expand All @@ -15,7 +15,7 @@
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.3",
"@pinefile/pine": "^3.0.0",
"glob": "^8.1.0",
"multimatch": "5.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pinefile/pine

## 3.0.0

### Major Changes

- [#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

### Patch Changes

- [#566](https://github.com/pinefile/pine/pull/566) [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69) Thanks [@frozzare](https://github.com/frozzare)! - Bumped esbuild

- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609)]:
- @pinefile/utils@3.0.0

## 2.0.3

### 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.3",
"version": "3.0.0",
"description": "Small task runner for node.js",
"bin": {
"pine": "./dist/bin.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/yargs": "^17.0.35"
},
"dependencies": {
"@pinefile/utils": "^2.0.1",
"@pinefile/utils": "^3.0.0",
"bach": "^2.0.1",
"chalk": "^4.1.2",
"date-fns": "^2.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pinefile/runner-npm

## 3.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`da59e4c`](https://github.com/pinefile/pine/commit/da59e4ce487c7293192c8f7c58c1887b73d72609), [`70343a1`](https://github.com/pinefile/pine/commit/70343a1f38d719591f1aeaff71255ed3697baa69)]:
- @pinefile/pine@3.0.0

## 2.0.3

### 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.3",
"version": "3.0.0",
"description": "Pine npm runner",
"homepage": "https://github.com/pinefile/pine",
"repository": "https://github.com/pinefile/pine",
Expand All @@ -12,7 +12,7 @@
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
"license": "MIT",
"dependencies": {
"@pinefile/pine": "^2.0.3"
"@pinefile/pine": "^3.0.0"
},
"engines": {
"node": ">=22"
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

## 3.0.0

### Major Changes

- [#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

## 2.0.1

### Patch 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.1",
"version": "3.0.0",
"description": "Pine task runner utils",
"homepage": "https://github.com/pinefile/pine",
"repository": "https://github.com/pinefile/pine",
Expand Down