Skip to content

Commit

Permalink
Merge pull request #49 from timlrx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
timlrx authored Oct 18, 2022
2 parents b87504a + 9e43f9f commit a14917d
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"starter-blog": "0.0.1"
},
"changesets": [
"chatty-days-sleep"
"chatty-days-sleep",
"violet-dryers-deliver"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
]
},
"packageManager": "[email protected]"
}
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pliny/cli

## 0.0.4-beta.1

### Patch Changes

- 64ea789: fix react hoisting issues
- Updated dependencies [64ea789]
- @pliny/installer@0.0.4-beta.1

## 0.0.4-beta.0

### 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.4-beta.0",
"version": "0.0.4-beta.1",
"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.1.2",
"@pliny/installer": "^0.0.4-beta.0",
"@pliny/installer": "^0.0.4-beta.1",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"console-table-printer": "^2.11.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pliny/installer

## 0.0.4-beta.1

### Patch Changes

- 64ea789: fix react hoisting issues

## 0.0.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.4-beta.0",
"version": "0.0.4-beta.1",
"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.6-beta.2

### Patch Changes

- 64ea789: fix react hoisting issues

## 0.0.6-beta.1

### 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.6-beta.1",
"version": "0.0.6-beta.2",
"type": "module",
"exports": {
"./analytics": "./analytics/index.js",
Expand Down
2 changes: 1 addition & 1 deletion starter-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"next-contentlayer": "0.2.8",
"next-plugin-preact": "3.0.7",
"next-themes": "^0.2.0",
"pliny": "^0.0.6-beta.1",
"pliny": "^0.0.6-beta.2",
"postcss": "^8.4.16",
"preact": "^10.11.0",
"preact-render-to-string": "^5.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ __metadata:
"@oclif/plugin-not-found": 2.3.1
"@oclif/plugin-plugins": 2.1.0
"@oclif/plugin-version": 1.1.2
"@pliny/installer": ^0.0.4-beta.0
"@pliny/installer": ^0.0.4-beta.1
camelcase: ^6.2.0
chalk: ^4.1.0
console-table-printer: ^2.11.1
Expand Down Expand Up @@ -3522,7 +3522,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pliny/installer@^0.0.4-beta.0, @pliny/installer@workspace:packages/installer":
"@pliny/installer@^0.0.4-beta.1, @pliny/installer@workspace:packages/installer":
version: 0.0.0-use.local
resolution: "@pliny/installer@workspace:packages/installer"
dependencies:
Expand Down Expand Up @@ -13633,7 +13633,7 @@ __metadata:
languageName: node
linkType: hard

"pliny@^0.0.6-beta.1, pliny@workspace:packages/pliny":
"pliny@^0.0.6-beta.2, pliny@workspace:packages/pliny":
version: 0.0.0-use.local
resolution: "pliny@workspace:packages/pliny"
dependencies:
Expand Down Expand Up @@ -15961,7 +15961,7 @@ __metadata:
next-contentlayer: 0.2.8
next-plugin-preact: 3.0.7
next-themes: ^0.2.0
pliny: ^0.0.6-beta.1
pliny: ^0.0.6-beta.2
postcss: ^8.4.16
preact: ^10.11.0
preact-render-to-string: ^5.2.4
Expand Down

0 comments on commit a14917d

Please sign in to comment.