Skip to content

Commit

Permalink
Merge pull request #31 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Mar 10, 2022
2 parents 3257182 + d219547 commit bd6d5dd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-seals-march.md

This file was deleted.

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

## 1.4.6

### Patch Changes

- Updated dependencies [[`3257182`](https://github.com/pinefile/pine/commit/32571820ba1aa22f589bbc81d8d98c8a9920e0b4)]:
- @pinefile/pine@1.6.1

## 1.4.5

### 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.5",
"version": "1.4.6",
"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.6.0",
"@pinefile/pine": "^1.6.1",
"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.6.1

### Patch Changes

- [`3257182`](https://github.com/pinefile/pine/commit/32571820ba1aa22f589bbc81d8d98c8a9920e0b4) Thanks [@frozzare](https://github.com/frozzare)! - Fix issue where help text could not be displayed when no pinefile was loaded

## 1.6.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.6.0",
"version": "1.6.1",
"description": "Small task runner for node.js",
"bin": {
"pine": "bin/pine"
Expand Down
7 changes: 7 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pinefile/runner-npm

## 1.4.5

### Patch Changes

- Updated dependencies [[`3257182`](https://github.com/pinefile/pine/commit/32571820ba1aa22f589bbc81d8d98c8a9920e0b4)]:
- @pinefile/pine@1.6.1

## 1.4.4

### 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.4",
"version": "1.4.5",
"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.0"
"@pinefile/pine": "^1.6.1"
},
"scripts": {
"foo": "echo foo"
Expand Down

0 comments on commit bd6d5dd

Please sign in to comment.