Skip to content

Commit

Permalink
Merge pull request #52 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 19, 2022
2 parents 04448a5 + 2f1375a commit 9ab250e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"changesets": [
"chatty-days-sleep",
"five-actors-carry",
"short-flies-remember",
"violet-dryers-deliver"
]
}
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.2

### Patch Changes

- a6ea8ac: upgrade to react 18

## 0.0.4-beta.1

### 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.1",
"version": "0.0.4-beta.2",
"description": "Package installation for the Pliny CLI",
"homepage": "https://github.com/timlrx/pliny",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/pliny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pliny

## 0.0.6-beta.4

### Patch Changes

- 280d784: try publishing locally
- a6ea8ac: upgrade to react 18

## 0.0.6-beta.2

### 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.3",
"version": "0.0.6-beta.4",
"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.3",
"pliny": "0.0.6-beta.4",
"postcss": "^8.4.16",
"preact": "^10.11.0",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13633,7 +13633,7 @@ __metadata:
languageName: node
linkType: hard

"[email protected].3, pliny@workspace:packages/pliny":
"[email protected].4, pliny@workspace:packages/pliny":
version: 0.0.0-use.local
resolution: "pliny@workspace:packages/pliny"
dependencies:
Expand Down Expand Up @@ -15932,7 +15932,7 @@ __metadata:
next-contentlayer: 0.2.8
next-plugin-preact: 3.0.7
next-themes: ^0.2.0
pliny: 0.0.6-beta.3
pliny: 0.0.6-beta.4
postcss: ^8.4.16
preact: ^10.11.0
prettier: ^2.7.0
Expand Down

0 comments on commit 9ab250e

Please sign in to comment.