diff --git a/.changeset/clever-avocados-cover.md b/.changeset/clever-avocados-cover.md deleted file mode 100644 index 3abbeda..0000000 --- a/.changeset/clever-avocados-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": patch ---- - -Export `GLOB_PAGES` constant ("\*\*.{astro,ts,js}") for building glob patterns diff --git a/.changeset/clever-turkeys-divide.md b/.changeset/clever-turkeys-divide.md deleted file mode 100644 index 6360fdc..0000000 --- a/.changeset/clever-turkeys-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": minor ---- - -Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Ignore pages prefixed with an underscore `_` diff --git a/.changeset/friendly-planets-train.md b/.changeset/friendly-planets-train.md deleted file mode 100644 index ac8d68e..0000000 --- a/.changeset/friendly-planets-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": patch ---- - -Defer error when pointing to Astro's 'pages' dir to `injectPages` function diff --git a/.changeset/honest-ducks-search.md b/.changeset/honest-ducks-search.md deleted file mode 100644 index 436f3ae..0000000 --- a/.changeset/honest-ducks-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": patch ---- - -Add support for Astro v3.0 diff --git a/.changeset/rare-jeans-hang.md b/.changeset/rare-jeans-hang.md deleted file mode 100644 index a171405..0000000 --- a/.changeset/rare-jeans-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": patch ---- - -Add Changesets and Linting diff --git a/.changeset/tender-frogs-behave.md b/.changeset/tender-frogs-behave.md deleted file mode 100644 index 65002ef..0000000 --- a/.changeset/tender-frogs-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": minor ---- - -Move `injectRoute` argument from `addPageDir` to `injectPages` diff --git a/.changeset/warm-pets-heal.md b/.changeset/warm-pets-heal.md deleted file mode 100644 index fbf3ae6..0000000 --- a/.changeset/warm-pets-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-pages": patch ---- - -Update READMEs diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md new file mode 100644 index 0000000..e1f94b9 --- /dev/null +++ b/package/CHANGELOG.md @@ -0,0 +1,16 @@ +# astro-pages + +## 0.2.0 + +### Minor Changes + +- b7b35f1: Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Ignore pages prefixed with an underscore `_` +- e3e2ae2: Move `injectRoute` argument from `addPageDir` to `injectPages` + +### Patch Changes + +- a4e57f7: Export `GLOB_PAGES` constant ("\*\*.{astro,ts,js}") for building glob patterns +- 1adc442: Defer error when pointing to Astro's 'pages' dir to `injectPages` function +- dd9a626: Add support for Astro v3.0 +- e0ed6c4: Add Changesets and Linting +- 7f391d2: Update READMEs diff --git a/package/package.json b/package/package.json index afd9059..737c8fb 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-pages", - "version": "0.1.5", + "version": "0.2.0", "description": "Add custom file based routing directories in Astro", "keywords": [ "astro",