Skip to content

Commit bef1450

Browse files
authoredMay 25, 2022
Merge pull request #10 from timlrx/changeset-release/main
Version Packages (rc)
2 parents bda93d3 + bcd766e commit bef1450

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"starter-blog": "0.0.1-rc.1"
1010
},
1111
"changesets": [
12+
"calm-bats-smell",
1213
"famous-spoons-listen",
1314
"shiny-tips-beam",
1415
"soft-ears-fetch",

‎packages/cli/CHANGELOG.md

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

3+
## 0.0.1-rc.7
4+
5+
### Patch Changes
6+
7+
- bda93d3: add oclif manifest
8+
39
## 0.0.1-rc.6
410

511
### Patch Changes

‎packages/cli/package.json

+1-1
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.6",
5+
"version": "0.0.1-rc.7",
66
"license": "MIT",
77
"bin": {
88
"pliny": "./bin/run"

0 commit comments

Comments
 (0)
Please sign in to comment.