Skip to content

Commit

Permalink
Merge pull request #14 from timlrx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (rc)
  • Loading branch information
timlrx authored May 25, 2022
2 parents 9b238b4 + 0183aed commit d5ca7c3
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"calm-bats-smell",
"eighty-seas-destroy",
"famous-spoons-listen",
"great-turkeys-mate",
"healthy-rice-accept",
"shiny-spoons-beam",
"shiny-tips-beam",
"sixty-turkeys-cross",
"soft-ears-fetch",
"sour-cars-mix",
"strange-trees-worry"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pliny/cli

## 0.0.1-rc.11

### Patch Changes

- 264a96b: remove next/compiled and add packages as dependency
- 5dbf7d1: remove build-publishable-release script
- Updated dependencies [264a96b]
- Updated dependencies [5dbf7d1]
- @pliny/installer@0.0.1-rc.5

## 0.0.1-rc.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pliny/cli",
"description": "Pliny CLI",
"homepage": "https://github.com/timlrx/pliny",
"version": "0.0.1-rc.10",
"version": "0.0.1-rc.11",
"license": "MIT",
"bin": {
"pliny": "./bin/run"
Expand All @@ -25,7 +25,7 @@
"@oclif/plugin-not-found": "2.3.1",
"@oclif/plugin-plugins": "2.1.0",
"@oclif/plugin-version": "1.0.4",
"@pliny/installer": "^0.0.1-rc.4",
"@pliny/installer": "^0.0.1-rc.5",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pliny/installer

## 0.0.1-rc.5

### Patch Changes

- 264a96b: remove next/compiled and add packages as dependency
- 5dbf7d1: remove build-publishable-release script

## 0.0.1-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pliny/installer",
"version": "0.0.1-rc.4",
"version": "0.0.1-rc.5",
"description": "Package installation for the Pliny CLI",
"homepage": "https://github.com/timlrx/pliny",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/pliny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pliny

## 0.0.1-rc.6

### Patch Changes

- 5dbf7d1: remove build-publishable-release script

## 0.0.1-rc.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pliny/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pliny",
"description": "Main entry point for pliny components and CLI",
"homepage": "https://github.com/timlrx/pliny",
"version": "0.0.1-rc.5",
"version": "0.0.1-rc.6",
"main": "./dist/index.mjs",
"exports": {
"./analytics": "./dist/analytics/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion starter-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"next": "12.1.6",
"next-contentlayer": "0.2.5",
"next-themes": "^0.2.0",
"pliny": "^0.0.1-rc.5",
"pliny": "^0.0.1-rc.6",
"postcss": "^8.4.5",
"preact": "^10.6.2",
"react": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,7 @@ __metadata:
"@oclif/plugin-not-found": 2.3.1
"@oclif/plugin-plugins": 2.1.0
"@oclif/plugin-version": 1.0.4
"@pliny/installer": ^0.0.1-rc.4
"@pliny/installer": ^0.0.1-rc.5
camelcase: ^6.2.0
chalk: ^4.1.0
console-table-printer: ^2.7.5
Expand Down Expand Up @@ -3122,7 +3122,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pliny/installer@^0.0.1-rc.4, @pliny/installer@workspace:packages/installer":
"@pliny/installer@^0.0.1-rc.5, @pliny/installer@workspace:packages/installer":
version: 0.0.0-use.local
resolution: "@pliny/installer@workspace:packages/installer"
dependencies:
Expand Down Expand Up @@ -12967,7 +12967,7 @@ __metadata:
languageName: node
linkType: hard

"pliny@^0.0.1-rc.5, pliny@workspace:packages/pliny":
"pliny@^0.0.1-rc.6, pliny@workspace:packages/pliny":
version: 0.0.0-use.local
resolution: "pliny@workspace:packages/pliny"
dependencies:
Expand Down Expand Up @@ -15228,7 +15228,7 @@ __metadata:
next: 12.1.6
next-contentlayer: 0.2.5
next-themes: ^0.2.0
pliny: ^0.0.1-rc.5
pliny: ^0.0.1-rc.6
postcss: ^8.4.5
preact: ^10.6.2
prettier: ^2.5.1
Expand Down

0 comments on commit d5ca7c3

Please sign in to comment.