Skip to content

Commit

Permalink
Merge pull request #5 from pinefile/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
frozzare authored Oct 7, 2021
2 parents b906779 + 9b060d1 commit 1e55c6f
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/lemon-deers-bathe.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,6 +1,18 @@
# @pinefile/monorepo

## 1.1.0

### Minor Changes

- [`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b) Thanks [@frozzare](https://github.com/frozzare)! - Bump versions to follow semver

### Patch Changes

- Updated dependencies [[`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b)]:
- @pinefile/pine@1.1.0

## 1.0.2

### Patch Changes

- Updated dependencies []:
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.0.2",
"version": "1.1.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.0.2",
"@pinefile/pine": "^1.1.0",
"glob": "^7.2.0",
"multimatch": "^5.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/pine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# @pinefile/pine

## 1.1.0

### Minor Changes

- [`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b) Thanks [@frozzare](https://github.com/frozzare)! - Bump versions to follow semver

### Patch Changes

- Updated dependencies [[`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b)]:
- @pinefile/utils@1.1.0

## 1.0.2

### Patch Changes

- Updated dependencies []:
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.0.2",
"version": "1.1.0",
"description": "Small task runner for node.js",
"bin": {
"pine": "bin/pine"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/yargs": "^17.0.3"
},
"dependencies": {
"@pinefile/utils": "^1.0.2",
"@pinefile/utils": "^1.1.0",
"bach": "^1.2.0",
"chalk": "^4.1.2",
"core-js": "^3.18.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/runner-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# @pinefile/runner-npm

## 1.1.0

### Minor Changes

- [`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b) Thanks [@frozzare](https://github.com/frozzare)! - Bump versions to follow semver

### Patch Changes

- Updated dependencies [[`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b)]:
- @pinefile/pine@1.1.0

## 1.0.2

### Patch Changes

- Updated dependencies []:
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.0.2",
"version": "1.1.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.0.2"
"@pinefile/pine": "^1.1.0"
},
"scripts": {
"foo": "echo foo"
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# @pinefile/utils

## 1.1.0

### Minor Changes

- [`b906779`](https://github.com/pinefile/pine/commit/b906779eb4a67bd3859099493734f4dad8052d5b) Thanks [@frozzare](https://github.com/frozzare)! - Bump versions to follow semver

## 1.0.2

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

0 comments on commit 1e55c6f

Please sign in to comment.