Skip to content

Commit

Permalink
Merge pull request #12 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Nov 10, 2021
2 parents b9aff94 + 3356879 commit 908355b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-berries-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-pets-shake.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

## 1.4.0

### Minor Changes

- [`b9aff94`](https://github.com/pinefile/pine/commit/b9aff940033bb0c459607042f713750b5487547c) Thanks [@frozzare](https://github.com/frozzare)! - Bump `@pinefile/pine` to latest version

### Patch Changes

- Updated dependencies [[`ae94431`](https://github.com/pinefile/pine/commit/ae9443110f106cbdd235b9589af8baa9fc55e4cf)]:
- @pinefile/pine@1.4.0

## 1.3.1

### 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.3.1",
"version": "1.4.0",
"description": "Pine monorepo functions",
"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.3.0",
"@pinefile/pine": "^1.4.0",
"glob": "^7.2.0",
"multimatch": "5.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pinefile/pine

## 1.4.0

### Minor Changes

- [#10](https://github.com/pinefile/pine/pull/10) [`ae94431`](https://github.com/pinefile/pine/commit/ae9443110f106cbdd235b9589af8baa9fc55e4cf) Thanks [@frozzare](https://github.com/frozzare)! - Add support for this keyword in task functions

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinefile/pine",
"version": "1.3.0",
"version": "1.4.0",
"description": "Small task runner for node.js",
"bin": {
"pine": "bin/pine"
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

## 1.4.0

### Minor Changes

- [`b9aff94`](https://github.com/pinefile/pine/commit/b9aff940033bb0c459607042f713750b5487547c) Thanks [@frozzare](https://github.com/frozzare)! - Bump `@pinefile/pine` to latest version

### Patch Changes

- Updated dependencies [[`ae94431`](https://github.com/pinefile/pine/commit/ae9443110f106cbdd235b9589af8baa9fc55e4cf)]:
- @pinefile/pine@1.4.0

## 1.3.0

### Minor 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.3.0",
"version": "1.4.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.3.0"
"@pinefile/pine": "^1.4.0"
},
"scripts": {
"foo": "echo foo"
Expand Down

0 comments on commit 908355b

Please sign in to comment.