Skip to content

Commit 0183aed

Browse files
Version Packages (rc)
1 parent 9b238b4 commit 0183aed

File tree

9 files changed

+34
-9
lines changed

9 files changed

+34
-9
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
"calm-bats-smell",
1313
"eighty-seas-destroy",
1414
"famous-spoons-listen",
15+
"great-turkeys-mate",
1516
"healthy-rice-accept",
1617
"shiny-spoons-beam",
1718
"shiny-tips-beam",
19+
"sixty-turkeys-cross",
1820
"soft-ears-fetch",
1921
"sour-cars-mix",
2022
"strange-trees-worry"

packages/cli/CHANGELOG.md

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

3+
## 0.0.1-rc.11
4+
5+
### Patch Changes
6+
7+
- 264a96b: remove next/compiled and add packages as dependency
8+
- 5dbf7d1: remove build-publishable-release script
9+
- Updated dependencies [264a96b]
10+
- Updated dependencies [5dbf7d1]
11+
- @pliny/installer@0.0.1-rc.5
12+
313
## 0.0.1-rc.10
414

515
### 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.10",
5+
"version": "0.0.1-rc.11",
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.4",
28+
"@pliny/installer": "^0.0.1-rc.5",
2929
"camelcase": "^6.2.0",
3030
"chalk": "^4.1.0",
3131
"console-table-printer": "^2.7.5",

packages/installer/CHANGELOG.md

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

3+
## 0.0.1-rc.5
4+
5+
### Patch Changes
6+
7+
- 264a96b: remove next/compiled and add packages as dependency
8+
- 5dbf7d1: remove build-publishable-release script
9+
310
## 0.0.1-rc.4
411

512
### 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.4",
3+
"version": "0.0.1-rc.5",
44
"description": "Package installation for the Pliny CLI",
55
"homepage": "https://github.com/timlrx/pliny",
66
"license": "MIT",

packages/pliny/CHANGELOG.md

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

3+
## 0.0.1-rc.6
4+
5+
### Patch Changes
6+
7+
- 5dbf7d1: remove build-publishable-release script
8+
39
## 0.0.1-rc.5
410

511
### Patch Changes

packages/pliny/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pliny",
33
"description": "Main entry point for pliny components and CLI",
44
"homepage": "https://github.com/timlrx/pliny",
5-
"version": "0.0.1-rc.5",
5+
"version": "0.0.1-rc.6",
66
"main": "./dist/index.mjs",
77
"exports": {
88
"./analytics": "./dist/analytics/index.mjs",

starter-blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"next": "12.1.6",
2929
"next-contentlayer": "0.2.5",
3030
"next-themes": "^0.2.0",
31-
"pliny": "^0.0.1-rc.5",
31+
"pliny": "^0.0.1-rc.6",
3232
"postcss": "^8.4.5",
3333
"preact": "^10.6.2",
3434
"react": "17.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ __metadata:
30733073
"@oclif/plugin-not-found": 2.3.1
30743074
"@oclif/plugin-plugins": 2.1.0
30753075
"@oclif/plugin-version": 1.0.4
3076-
"@pliny/installer": ^0.0.1-rc.4
3076+
"@pliny/installer": ^0.0.1-rc.5
30773077
camelcase: ^6.2.0
30783078
chalk: ^4.1.0
30793079
console-table-printer: ^2.7.5
@@ -3122,7 +3122,7 @@ __metadata:
31223122
languageName: unknown
31233123
linkType: soft
31243124

3125-
"@pliny/installer@^0.0.1-rc.4, @pliny/installer@workspace:packages/installer":
3125+
"@pliny/installer@^0.0.1-rc.5, @pliny/installer@workspace:packages/installer":
31263126
version: 0.0.0-use.local
31273127
resolution: "@pliny/installer@workspace:packages/installer"
31283128
dependencies:
@@ -12967,7 +12967,7 @@ __metadata:
1296712967
languageName: node
1296812968
linkType: hard
1296912969

12970-
"pliny@^0.0.1-rc.5, pliny@workspace:packages/pliny":
12970+
"pliny@^0.0.1-rc.6, pliny@workspace:packages/pliny":
1297112971
version: 0.0.0-use.local
1297212972
resolution: "pliny@workspace:packages/pliny"
1297312973
dependencies:
@@ -15228,7 +15228,7 @@ __metadata:
1522815228
next: 12.1.6
1522915229
next-contentlayer: 0.2.5
1523015230
next-themes: ^0.2.0
15231-
pliny: ^0.0.1-rc.5
15231+
pliny: ^0.0.1-rc.6
1523215232
postcss: ^8.4.5
1523315233
preact: ^10.6.2
1523415234
prettier: ^2.5.1

0 commit comments

Comments
 (0)