diff --git a/.changeset/empty-berries-wait.md b/.changeset/empty-berries-wait.md deleted file mode 100644 index b8c9680..0000000 --- a/.changeset/empty-berries-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pliny': patch ---- - -add search component with algolia integration diff --git a/.changeset/friendly-bikes-love.md b/.changeset/friendly-bikes-love.md deleted file mode 100644 index 9e7cb13..0000000 --- a/.changeset/friendly-bikes-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pliny': patch ---- - -add kbar option to search component diff --git a/.changeset/loud-terms-float.md b/.changeset/loud-terms-float.md deleted file mode 100644 index 45519dd..0000000 --- a/.changeset/loud-terms-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pliny': patch ---- - -fix issues with comments dynamic import and add back id tag diff --git a/.changeset/mean-cameras-marry.md b/.changeset/mean-cameras-marry.md deleted file mode 100644 index 0c0e055..0000000 --- a/.changeset/mean-cameras-marry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@pliny/cli': patch -'@pliny/installer': patch -'pliny': patch ---- - -update tsup to v6.1.2 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6ec595d..f474936 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index eaba122..4e752a1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" @@ -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", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index c3e576b..3fc4ea6 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,11 @@ # @pliny/installer +## 0.0.3 + +### Patch Changes + +- 9b9f193: update tsup to v6.1.2 + ## 0.0.2 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index 59dc63a..18aa09f 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -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", diff --git a/packages/pliny/CHANGELOG.md b/packages/pliny/CHANGELOG.md index 8c20d5f..a0bc8c6 100644 --- a/packages/pliny/CHANGELOG.md +++ b/packages/pliny/CHANGELOG.md @@ -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 diff --git a/packages/pliny/package.json b/packages/pliny/package.json index a513d85..a3eb7db 100644 --- a/packages/pliny/package.json +++ b/packages/pliny/package.json @@ -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", @@ -113,4 +113,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/starter-blog/package.json b/starter-blog/package.json index a12ac6d..1598219 100644 --- a/starter-blog/package.json +++ b/starter-blog/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 80d7ee4..e4ffc34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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: @@ -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: @@ -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