Skip to content

Commit

Permalink
Merge pull request #40 from timlrx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
timlrx authored Jul 23, 2022
2 parents d7a71bb + 6bd6861 commit 31fce3f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-apes-yell.md

This file was deleted.

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.5

### Patch Changes

- d8cada5: Fix sitemap glob and replace tsx file extension

## 0.0.4

### 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.4",
"version": "0.0.5",
"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 @@ -29,7 +29,7 @@
"next": "12.1.6",
"next-contentlayer": "0.2.5",
"next-themes": "^0.2.0",
"pliny": "^0.0.4",
"pliny": "^0.0.5",
"postcss": "^8.4.5",
"preact": "^10.8.2",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13521,7 +13521,7 @@ __metadata:
languageName: node
linkType: hard

"pliny@^0.0.4, pliny@workspace:packages/pliny":
"pliny@^0.0.5, pliny@workspace:packages/pliny":
version: 0.0.0-use.local
resolution: "pliny@workspace:packages/pliny"
dependencies:
Expand Down Expand Up @@ -15866,7 +15866,7 @@ __metadata:
next: 12.1.6
next-contentlayer: 0.2.5
next-themes: ^0.2.0
pliny: ^0.0.4
pliny: ^0.0.5
postcss: ^8.4.5
preact: ^10.8.2
prettier: ^2.5.1
Expand Down

0 comments on commit 31fce3f

Please sign in to comment.