Skip to content

Commit e0a0fe1

Browse files
authored
Merge pull request #63 from timlrx/changeset-release/main
Version Packages (beta)
2 parents aaf0314 + 5af7842 commit e0a0fe1

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"starter-blog": "0.0.1"
1010
},
1111
"changesets": [
12+
"angry-shirts-sin",
1213
"chatty-days-sleep",
1314
"curvy-clocks-work",
1415
"eight-pugs-battle",

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.4-beta.5
4+
5+
### Patch Changes
6+
7+
- 5788d92: add prettier as dependency
8+
- Updated dependencies [5788d92]
9+
- @pliny/installer@0.0.4-beta.5
10+
311
## 0.0.4-beta.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-beta.4",
5+
"version": "0.0.4-beta.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-beta.4",
28+
"@pliny/installer": "0.0.4-beta.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.4-beta.5
4+
5+
### Patch Changes
6+
7+
- 5788d92: add prettier as dependency
8+
39
## 0.0.4-beta.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-beta.4",
3+
"version": "0.0.4-beta.5",
44
"description": "Package installation for the Pliny CLI",
55
"homepage": "https://github.com/timlrx/pliny",
66
"license": "MIT",

yarn.lock

Lines changed: 2 additions & 2 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-beta.4
3465+
"@pliny/installer": 0.0.4-beta.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:

0 commit comments

Comments
 (0)