Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent 4623bd8 commit 1c56e7c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-moons-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-plums-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-crabs-worry.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vite-plugin-pagefind

## 0.3.0

### Minor Changes

- ebc03b8: Adds support for inline configuration.
- ebc03b8: Adds `pagefind_dir` option to configure the pagefind directory (rather than hardcoded to `/pagefind`).

### Patch Changes

- 2fe4aaf: Update peerDependency `vite`.

## 0.2.10

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-pagefind",
"description": "A Vite plugin for easily integrating pagefind into Vite based projects.",
"version": "0.2.10",
"version": "0.3.0",
"license": "MIT",
"author": {
"name": "Hugo Korte",
Expand All @@ -12,11 +12,17 @@
"url": "https://github.com/Hugos68/vite-plugin-pagefind"
},
"homepage": "https://github.com/Hugos68/vite-plugin-pagefind#vite-plugin-pagefind",
"keywords": ["vite", "vite-plugin", "pagefind"],
"keywords": [
"vite",
"vite-plugin",
"pagefind"
],
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/plugins/pagefind.js",
"exports": {
".": {
Expand Down

0 comments on commit 1c56e7c

Please sign in to comment.