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
7 changes: 0 additions & 7 deletions .changeset/itchy-vans-sleep.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/silly-gifts-speak.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [#157](https://github.com/pinefile/pine/pull/157) [`a238930`](https://github.com/pinefile/pine/commit/a2389300a3a08278f457cf616f784d288da54f8d) Thanks [@frozzare](https://github.com/frozzare)!
- Drop support for node 12

### Patch Changes

- Updated dependencies [[`13fb795`](https://github.com/pinefile/pine/commit/13fb795dbbd114d305fc397582d364d32b882fbe)]:
- @pinefile/pine@2.0.0

## 1.4.7

### 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": "1.4.7",
"version": "2.0.0",
"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": "^1.6.2",
"@pinefile/pine": "^2.0.0",
"glob": "^8.0.3",
"multimatch": "5.0.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @pinefile/pine

## 2.0.0

### Major Changes

- [#157](https://github.com/pinefile/pine/pull/157) [`13fb795`](https://github.com/pinefile/pine/commit/13fb795dbbd114d305fc397582d364d32b882fbe) Thanks [@frozzare](https://github.com/frozzare)!
- Add `esbuild-register` by default
- Add `tasks` function to easier load all tasks in a directory
- Add export for `glob`
- Bump dependencies
- Drop support for node 12

### Patch Changes

- Updated dependencies [[`a238930`](https://github.com/pinefile/pine/commit/a2389300a3a08278f457cf616f784d288da54f8d)]:
- @pinefile/utils@2.0.0

## 1.6.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": "1.6.2",
"version": "2.0.0",
"description": "Small task runner for node.js",
"bin": {
"pine": "./dist/bin.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/yargs": "^17.0.13"
},
"dependencies": {
"@pinefile/utils": "^1.2.0",
"@pinefile/utils": "^2.0.0",
"bach": "^2.0.1",
"chalk": "^4.1.2",
"date-fns": "^2.29.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pinefile/runner-npm

## 2.0.0

### Major Changes

- [#157](https://github.com/pinefile/pine/pull/157) [`a238930`](https://github.com/pinefile/pine/commit/a2389300a3a08278f457cf616f784d288da54f8d) Thanks [@frozzare](https://github.com/frozzare)!
- Drop support for node 12

### Patch Changes

- Updated dependencies [[`13fb795`](https://github.com/pinefile/pine/commit/13fb795dbbd114d305fc397582d364d32b882fbe)]:
- @pinefile/pine@2.0.0

## 1.4.6

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

## 2.0.0

### Major Changes

- [#157](https://github.com/pinefile/pine/pull/157) [`a238930`](https://github.com/pinefile/pine/commit/a2389300a3a08278f457cf616f784d288da54f8d) Thanks [@frozzare](https://github.com/frozzare)!
- Drop support for node 12

## 1.2.0

### Minor 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": "1.2.0",
"version": "2.0.0",
"description": "Pine task runner utils",
"homepage": "https://github.com/pinefile/pine",
"files": [
Expand Down