Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #162

Merged
merged 2 commits into from
Oct 3, 2022
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/[email protected]

## 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 <[email protected]>",
"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/[email protected]

## 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/[email protected]

## 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 <[email protected]>",
"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