Skip to content

Commit f211fce

Browse files
authored
Merge pull request #19 from timlrx/changeset-release/main
Version Packages (rc)
2 parents dfea04b + 26c1a38 commit f211fce

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"calm-bats-smell",
1313
"eighty-seas-destroy",
1414
"famous-spoons-listen",
15+
"five-fireants-peel",
1516
"great-turkeys-mate",
1617
"green-laws-shake",
1718
"grumpy-lizards-talk",
1819
"healthy-rice-accept",
20+
"healthy-starfishes-clean",
1921
"shiny-spoons-beam",
2022
"shiny-tips-beam",
2123
"sixty-turkeys-cross",

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pliny/cli
22

3+
## 0.0.1-rc.15
4+
5+
### Patch Changes
6+
7+
- 168752d: add back ts-node
8+
- Updated dependencies [d78d04f]
9+
- @pliny/installer@0.0.1-rc.8
10+
311
## 0.0.1-rc.14
412

513
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pliny/cli",
33
"description": "Pliny CLI",
44
"homepage": "https://github.com/timlrx/pliny",
5-
"version": "0.0.1-rc.14",
5+
"version": "0.0.1-rc.15",
66
"license": "MIT",
77
"bin": {
88
"pliny": "./bin/run"
@@ -25,7 +25,7 @@
2525
"@oclif/plugin-not-found": "2.3.1",
2626
"@oclif/plugin-plugins": "2.1.0",
2727
"@oclif/plugin-version": "1.0.4",
28-
"@pliny/installer": "^0.0.1-rc.7",
28+
"@pliny/installer": "^0.0.1-rc.8",
2929
"camelcase": "^6.2.0",
3030
"chalk": "^4.1.0",
3131
"console-table-printer": "^2.7.5",

packages/installer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pliny/installer
22

3+
## 0.0.1-rc.8
4+
5+
### Patch Changes
6+
7+
- d78d04f: create separate tsconfig to resolve recipes
8+
39
## 0.0.1-rc.7
410

511
### Patch Changes

packages/installer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pliny/installer",
3-
"version": "0.0.1-rc.7",
3+
"version": "0.0.1-rc.8",
44
"description": "Package installation for the Pliny CLI",
55
"homepage": "https://github.com/timlrx/pliny",
66
"license": "MIT",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3092,7 +3092,7 @@ __metadata:
30923092
"@oclif/plugin-not-found": 2.3.1
30933093
"@oclif/plugin-plugins": 2.1.0
30943094
"@oclif/plugin-version": 1.0.4
3095-
"@pliny/installer": ^0.0.1-rc.7
3095+
"@pliny/installer": ^0.0.1-rc.8
30963096
camelcase: ^6.2.0
30973097
chalk: ^4.1.0
30983098
console-table-printer: ^2.7.5
@@ -3142,7 +3142,7 @@ __metadata:
31423142
languageName: unknown
31433143
linkType: soft
31443144

3145-
"@pliny/installer@^0.0.1-rc.7, @pliny/installer@workspace:packages/installer":
3145+
"@pliny/installer@^0.0.1-rc.8, @pliny/installer@workspace:packages/installer":
31463146
version: 0.0.0-use.local
31473147
resolution: "@pliny/installer@workspace:packages/installer"
31483148
dependencies:

0 commit comments

Comments
 (0)