Skip to content

Commit

Permalink
Merge pull request #19 from timlrx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (rc)
  • Loading branch information
timlrx authored May 27, 2022
2 parents dfea04b + 26c1a38 commit f211fce
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"calm-bats-smell",
"eighty-seas-destroy",
"famous-spoons-listen",
"five-fireants-peel",
"great-turkeys-mate",
"green-laws-shake",
"grumpy-lizards-talk",
"healthy-rice-accept",
"healthy-starfishes-clean",
"shiny-spoons-beam",
"shiny-tips-beam",
"sixty-turkeys-cross",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pliny/cli

## 0.0.1-rc.15

### Patch Changes

- 168752d: add back ts-node
- Updated dependencies [d78d04f]
- @pliny/installer@0.0.1-rc.8

## 0.0.1-rc.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pliny/cli",
"description": "Pliny CLI",
"homepage": "https://github.com/timlrx/pliny",
"version": "0.0.1-rc.14",
"version": "0.0.1-rc.15",
"license": "MIT",
"bin": {
"pliny": "./bin/run"
Expand All @@ -25,7 +25,7 @@
"@oclif/plugin-not-found": "2.3.1",
"@oclif/plugin-plugins": "2.1.0",
"@oclif/plugin-version": "1.0.4",
"@pliny/installer": "^0.0.1-rc.7",
"@pliny/installer": "^0.0.1-rc.8",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pliny/installer

## 0.0.1-rc.8

### Patch Changes

- d78d04f: create separate tsconfig to resolve recipes

## 0.0.1-rc.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pliny/installer",
"version": "0.0.1-rc.7",
"version": "0.0.1-rc.8",
"description": "Package installation for the Pliny CLI",
"homepage": "https://github.com/timlrx/pliny",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ __metadata:
"@oclif/plugin-not-found": 2.3.1
"@oclif/plugin-plugins": 2.1.0
"@oclif/plugin-version": 1.0.4
"@pliny/installer": ^0.0.1-rc.7
"@pliny/installer": ^0.0.1-rc.8
camelcase: ^6.2.0
chalk: ^4.1.0
console-table-printer: ^2.7.5
Expand Down Expand Up @@ -3142,7 +3142,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pliny/installer@^0.0.1-rc.7, @pliny/installer@workspace:packages/installer":
"@pliny/installer@^0.0.1-rc.8, @pliny/installer@workspace:packages/installer":
version: 0.0.0-use.local
resolution: "@pliny/installer@workspace:packages/installer"
dependencies:
Expand Down

0 comments on commit f211fce

Please sign in to comment.