Skip to content

Commit

Permalink
Merge pull request #36 from timlrx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
timlrx committed Jul 14, 2022
2 parents ab74a1b + c80532f commit 33ad90f
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-berries-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-bikes-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-terms-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-cameras-marry.md

This file was deleted.

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

### Patch Changes

- 9b9f193: update tsup to v6.1.2
- Updated dependencies [9b9f193]
- @pliny/installer@0.0.3

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.2",
"@pliny/installer": "^0.0.3",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
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.3

### Patch Changes

- 9b9f193: update tsup to v6.1.2

## 0.0.2

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

## 0.0.3

### Patch Changes

- b59e129: add search component with algolia integration
- 6b5d0a4: add kbar option to search component
- a6215f8: fix issues with comments dynamic import and add back id tag
- 9b9f193: update tsup to v6.1.2

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.0.3",
"main": "./dist/index.mjs",
"exports": {
"./analytics": "./dist/analytics/index.mjs",
Expand Down Expand Up @@ -113,4 +113,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.2",
"pliny": "^0.0.3",
"postcss": "^8.4.5",
"preact": "^10.8.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 @@ -3262,7 +3262,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.2
"@pliny/installer": ^0.0.3
camelcase: ^6.2.0
chalk: ^4.1.0
console-table-printer: ^2.7.5
Expand Down Expand Up @@ -3312,7 +3312,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pliny/installer@^0.0.2, @pliny/installer@workspace:packages/installer":
"@pliny/installer@^0.0.3, @pliny/installer@workspace:packages/installer":
version: 0.0.0-use.local
resolution: "@pliny/installer@workspace:packages/installer"
dependencies:
Expand Down Expand Up @@ -13521,7 +13521,7 @@ __metadata:
languageName: node
linkType: hard

"pliny@^0.0.2, pliny@workspace:packages/pliny":
"pliny@^0.0.3, 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.2
pliny: ^0.0.3
postcss: ^8.4.5
preact: ^10.8.2
prettier: ^2.5.1
Expand Down

0 comments on commit 33ad90f

Please sign in to comment.