Skip to content

Commit 31fce3f

Browse files
authored
Merge pull request #40 from timlrx/changeset-release/main
Version Packages
2 parents d7a71bb + 6bd6861 commit 31fce3f

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/cyan-apes-yell.md

-5
This file was deleted.

packages/pliny/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- d8cada5: Fix sitemap glob and replace tsx file extension
8+
39
## 0.0.4
410

511
### Patch Changes

packages/pliny/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pliny",
33
"description": "Main entry point for pliny components and CLI",
44
"homepage": "https://github.com/timlrx/pliny",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"main": "./dist/index.mjs",
77
"exports": {
88
"./analytics": "./dist/analytics/index.mjs",

starter-blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"next": "12.1.6",
3030
"next-contentlayer": "0.2.5",
3131
"next-themes": "^0.2.0",
32-
"pliny": "^0.0.4",
32+
"pliny": "^0.0.5",
3333
"postcss": "^8.4.5",
3434
"preact": "^10.8.2",
3535
"react": "17.0.2",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -13521,7 +13521,7 @@ __metadata:
1352113521
languageName: node
1352213522
linkType: hard
1352313523

13524-
"pliny@^0.0.4, pliny@workspace:packages/pliny":
13524+
"pliny@^0.0.5, pliny@workspace:packages/pliny":
1352513525
version: 0.0.0-use.local
1352613526
resolution: "pliny@workspace:packages/pliny"
1352713527
dependencies:
@@ -15866,7 +15866,7 @@ __metadata:
1586615866
next: 12.1.6
1586715867
next-contentlayer: 0.2.5
1586815868
next-themes: ^0.2.0
15869-
pliny: ^0.0.4
15869+
pliny: ^0.0.5
1587015870
postcss: ^8.4.5
1587115871
preact: ^10.8.2
1587215872
prettier: ^2.5.1

0 commit comments

Comments
 (0)