Skip to content

Commit 0d81abf

Browse files
authored
Merge pull request #68 from timlrx/changeset-release/main
Version Packages
2 parents ffdadf6 + 31408da commit 0d81abf

File tree

9 files changed

+29
-16
lines changed

9 files changed

+29
-16
lines changed

.changeset/rotten-elephants-hope.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pliny/cli
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 479ed29: release new version
8+
- Updated dependencies [479ed29]
9+
- @pliny/installer@0.0.5
10+
311
## 0.0.4
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
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.4",
5+
"version": "0.0.5",
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.1.2",
28-
"@pliny/installer": "0.0.4",
28+
"@pliny/installer": "0.0.5",
2929
"camelcase": "^6.2.0",
3030
"chalk": "^4.1.0",
3131
"console-table-printer": "^2.11.1",

packages/installer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pliny/installer
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 479ed29: release new version
8+
39
## 0.0.4
410

511
### Patch Changes

packages/installer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pliny/installer",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Package installation for the Pliny CLI",
55
"homepage": "https://github.com/timlrx/pliny",
66
"license": "MIT",

packages/pliny/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pliny
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 479ed29: release new version
8+
39
## 0.0.6
410

511
### Patch Changes

packages/pliny/package.json

Lines changed: 1 addition & 1 deletion
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.6",
5+
"version": "0.0.7",
66
"type": "module",
77
"exports": {
88
"./*": "./*",

starter-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"next": "12.3.1",
2929
"next-contentlayer": "0.2.8",
3030
"next-themes": "^0.2.0",
31-
"pliny": "0.0.6",
31+
"pliny": "0.0.7",
3232
"postcss": "^8.4.16",
3333
"react": "18.2.0",
3434
"react-dom": "18.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ __metadata:
34623462
"@oclif/plugin-not-found": 2.3.1
34633463
"@oclif/plugin-plugins": 2.1.0
34643464
"@oclif/plugin-version": 1.1.2
3465-
"@pliny/installer": 0.0.4
3465+
"@pliny/installer": 0.0.5
34663466
camelcase: ^6.2.0
34673467
chalk: ^4.1.0
34683468
console-table-printer: ^2.11.1
@@ -3512,7 +3512,7 @@ __metadata:
35123512
languageName: unknown
35133513
linkType: soft
35143514

3515-
"@pliny/[email protected].4, @pliny/installer@workspace:packages/installer":
3515+
"@pliny/[email protected].5, @pliny/installer@workspace:packages/installer":
35163516
version: 0.0.0-use.local
35173517
resolution: "@pliny/installer@workspace:packages/installer"
35183518
dependencies:
@@ -13547,7 +13547,7 @@ __metadata:
1354713547
languageName: node
1354813548
linkType: hard
1354913549

13550-
"[email protected].6, pliny@workspace:packages/pliny":
13550+
"[email protected].7, pliny@workspace:packages/pliny":
1355113551
version: 0.0.0-use.local
1355213552
resolution: "pliny@workspace:packages/pliny"
1355313553
dependencies:
@@ -15827,7 +15827,7 @@ __metadata:
1582715827
next: 12.3.1
1582815828
next-contentlayer: 0.2.8
1582915829
next-themes: ^0.2.0
15830-
pliny: 0.0.6
15830+
pliny: 0.0.7
1583115831
postcss: ^8.4.16
1583215832
prettier: ^2.7.0
1583315833
prettier-plugin-tailwindcss: ^0.1.13

0 commit comments

Comments
 (0)