Skip to content

Commit

Permalink
Merge pull request #8 from Hugos68/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Hugos68 authored Jan 28, 2024
2 parents 1dc1751 + 05f1f55 commit 8f78486
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-suns-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-sheep-collect.md

This file was deleted.

25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,52 @@
# vite-plugin-pagefind

## 0.0.9

### Patch Changes

- 1dc1751: Renamed pagefindDir to appDir and removed the need to specify the `pagefind` folder
- 1dc1751: Added documentation (see README.md)

## 0.0.8

### Patch Changes

- bd97d3d: Finally fixed running pagefind after build
- fcf32c0: Fixed broken vite dependency: https://github.com/vitejs/vite/issues/15714
- bd97d3d: Finally fixed running pagefind after build
- fcf32c0: Fixed broken vite dependency: https://github.com/vitejs/vite/issues/15714

## 0.0.7

### Patch Changes

- 9bdcc49: Fixed pagefind post build not running after the build process
- 9bdcc49: Fixed pagefind post build not running after the build process

## 0.0.6

### Patch Changes

- d911925: Fixed hardcoded buildDir
- 324852e: Added quotes around paths for pagefind to prevent invalid paths from occuring
- d911925: Fixed hardcoded buildDir
- 324852e: Added quotes around paths for pagefind to prevent invalid paths from occuring

## 0.0.5

### Patch Changes

- 04163e9: Added cwd option that defaults to process.cwd, added default to buildDir: build
- 04163e9: Added cwd option that defaults to process.cwd, added default to buildDir: build

## 0.0.4

### Patch Changes

- 93731cd: Bugfix: Had colorette as devDep causing issues with the plugin
- 93731cd: Bugfix: Had colorette as devDep causing issues with the plugin

## 0.0.3

### Patch Changes

- 2f8a075: Only packaging dist files now
- 2f8a075: Only packaging dist files now

## 0.0.2

### Patch Changes

- a969687: Released package
- a969687: Released package
2 changes: 1 addition & 1 deletion 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 projects",
"version": "0.0.8",
"version": "0.0.9",
"author": {
"name": "Hugo Korte",
"email": "[email protected]"
Expand Down

0 comments on commit 8f78486

Please sign in to comment.