diff --git a/.changeset/great-rings-camp.md b/.changeset/great-rings-camp.md deleted file mode 100644 index e4891c3a..00000000 --- a/.changeset/great-rings-camp.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@inox-tools/aik-mod': patch -'@inox-tools/aik-route-config': patch -'@inox-tools/astro-tests': patch -'@inox-tools/astro-when': patch -'@inox-tools/content-utils': patch -'@inox-tools/custom-routing': patch -'@inox-tools/cut-short': patch -'@inox-tools/inline-mod': patch -'@inox-tools/modular-station': patch -'@inox-tools/portal-gun': patch -'@inox-tools/request-nanostores': patch -'@inox-tools/request-state': patch -'@inox-tools/runtime-logger': patch -'@inox-tools/sitemap-ext': patch -'@inox-tools/star-warp': patch ---- - -Bump Astro Integration Kit diff --git a/packages/aik-mod/CHANGELOG.md b/packages/aik-mod/CHANGELOG.md index 47c2b18b..542a305e 100644 --- a/packages/aik-mod/CHANGELOG.md +++ b/packages/aik-mod/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/aik-mod +## 0.9.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/inline-mod@2.0.2 + ## 0.9.0 ### Minor Changes diff --git a/packages/aik-mod/package.json b/packages/aik-mod/package.json index 3c5e6cd4..0e3bb87c 100644 --- a/packages/aik-mod/package.json +++ b/packages/aik-mod/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/aik-mod", - "version": "0.9.0", + "version": "0.9.1", "description": "AIK Plugin for inline modules", "keywords": [ "aik", diff --git a/packages/aik-route-config/CHANGELOG.md b/packages/aik-route-config/CHANGELOG.md index 2092c334..ea107674 100644 --- a/packages/aik-route-config/CHANGELOG.md +++ b/packages/aik-route-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/aik-route-config +## 0.8.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 0.8.0 ### Minor Changes diff --git a/packages/aik-route-config/package.json b/packages/aik-route-config/package.json index 6d4ba053..55882daa 100644 --- a/packages/aik-route-config/package.json +++ b/packages/aik-route-config/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/aik-route-config", - "version": "0.8.0", + "version": "0.8.1", "description": "", "keywords": [ "aik", diff --git a/packages/astro-tests/CHANGELOG.md b/packages/astro-tests/CHANGELOG.md index c9d0ea0b..efab8279 100644 --- a/packages/astro-tests/CHANGELOG.md +++ b/packages/astro-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/astro-tests +## 0.2.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 0.2.1 ### Patch Changes diff --git a/packages/astro-tests/package.json b/packages/astro-tests/package.json index 831c4295..bdd085a2 100644 --- a/packages/astro-tests/package.json +++ b/packages/astro-tests/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/astro-tests", - "version": "0.2.1", + "version": "0.2.2", "description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools", "keywords": [ "withastro", diff --git a/packages/astro-when/CHANGELOG.md b/packages/astro-when/CHANGELOG.md index 6e6f6db5..d7adf54b 100644 --- a/packages/astro-when/CHANGELOG.md +++ b/packages/astro-when/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/astro-when +## 1.0.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 1.0.1 ### Patch Changes diff --git a/packages/astro-when/package.json b/packages/astro-when/package.json index ccb3c97d..9daee3f6 100644 --- a/packages/astro-when/package.json +++ b/packages/astro-when/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/astro-when", - "version": "1.0.1", + "version": "1.0.2", "description": "Integration that informs when in Astro's lifecycle the code is running", "keywords": [ "lifecycle", diff --git a/packages/content-utils/CHANGELOG.md b/packages/content-utils/CHANGELOG.md index 1a7f3ac4..6d69cf02 100644 --- a/packages/content-utils/CHANGELOG.md +++ b/packages/content-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/content-utils +## 0.8.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/modular-station@0.4.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/content-utils/package.json b/packages/content-utils/package.json index 6ca10eee..85977759 100644 --- a/packages/content-utils/package.json +++ b/packages/content-utils/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/content-utils", - "version": "0.8.0", + "version": "0.8.1", "description": "Utilities to work with content collections on an Astro project from an integration or library.", "keywords": [ "lifecycle", diff --git a/packages/custom-routing/CHANGELOG.md b/packages/custom-routing/CHANGELOG.md index 4603157c..c39a02b7 100644 --- a/packages/custom-routing/CHANGELOG.md +++ b/packages/custom-routing/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/inline-mod +## 1.0.3 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 1.0.2 ### Patch Changes diff --git a/packages/custom-routing/package.json b/packages/custom-routing/package.json index 6a48d9e8..08f0f12c 100644 --- a/packages/custom-routing/package.json +++ b/packages/custom-routing/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/custom-routing", - "version": "1.0.2", + "version": "1.0.3", "description": "Define custom routing instead of Astro's default file-based routing.", "keywords": [ "astro-integration", diff --git a/packages/cut-short/CHANGELOG.md b/packages/cut-short/CHANGELOG.md index 9e0299d5..f4897a4d 100644 --- a/packages/cut-short/CHANGELOG.md +++ b/packages/cut-short/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/cut-short +## 1.0.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 1.0.1 ### Patch Changes diff --git a/packages/cut-short/package.json b/packages/cut-short/package.json index 52c795ba..cb223a0b 100644 --- a/packages/cut-short/package.json +++ b/packages/cut-short/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/cut-short", - "version": "1.0.1", + "version": "1.0.2", "description": "Immediately halt request processing and return custom responses effortlessly.", "keywords": [ "astro-integration", diff --git a/packages/inline-mod/CHANGELOG.md b/packages/inline-mod/CHANGELOG.md index 7e728b8b..7da0e081 100644 --- a/packages/inline-mod/CHANGELOG.md +++ b/packages/inline-mod/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/inline-mod +## 2.0.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 2.0.1 ### Patch Changes diff --git a/packages/inline-mod/package.json b/packages/inline-mod/package.json index 0085d4aa..30a7364c 100644 --- a/packages/inline-mod/package.json +++ b/packages/inline-mod/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/inline-mod", - "version": "2.0.1", + "version": "2.0.2", "description": "Define a virtual module inline with any reference to buildtime values", "keywords": [ "vite-plugin" diff --git a/packages/modular-station/CHANGELOG.md b/packages/modular-station/CHANGELOG.md index df678695..2a640ced 100644 --- a/packages/modular-station/CHANGELOG.md +++ b/packages/modular-station/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/modular-station +## 0.4.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 0.4.0 ### Minor Changes diff --git a/packages/modular-station/package.json b/packages/modular-station/package.json index 0b77d6a3..a4609dc9 100644 --- a/packages/modular-station/package.json +++ b/packages/modular-station/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/modular-station", - "version": "0.4.0", + "version": "0.4.1", "description": "Simplifying Astro integrations with a flexible docking system.", "keywords": [ "astro-integration", diff --git a/packages/portal-gun/CHANGELOG.md b/packages/portal-gun/CHANGELOG.md index 49bbadb3..749e8a25 100644 --- a/packages/portal-gun/CHANGELOG.md +++ b/packages/portal-gun/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/portal-gun +## 1.0.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/runtime-logger@0.4.1 + ## 1.0.1 ### Patch Changes diff --git a/packages/portal-gun/package.json b/packages/portal-gun/package.json index f74be564..e1723462 100644 --- a/packages/portal-gun/package.json +++ b/packages/portal-gun/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/portal-gun", - "version": "1.0.1", + "version": "1.0.2", "description": "Transport HTML elements through your page during rendering using Portals.", "keywords": [ "astro-integration", diff --git a/packages/request-nanostores/CHANGELOG.md b/packages/request-nanostores/CHANGELOG.md index ab705d4c..60205343 100644 --- a/packages/request-nanostores/CHANGELOG.md +++ b/packages/request-nanostores/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/request-nanostores +## 0.2.2 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/request-state@0.3.1 + ## 0.2.1 ### Patch Changes diff --git a/packages/request-nanostores/package.json b/packages/request-nanostores/package.json index 6dfb76ee..483e7d66 100644 --- a/packages/request-nanostores/package.json +++ b/packages/request-nanostores/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/request-nanostores", - "version": "0.2.1", + "version": "0.2.2", "description": "Make your Nanostores concurrent safe and shared from server to client", "keywords": [ "astro-integration", diff --git a/packages/request-state/CHANGELOG.md b/packages/request-state/CHANGELOG.md index ba73aa9b..1ff1fddd 100644 --- a/packages/request-state/CHANGELOG.md +++ b/packages/request-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/request-state +## 0.3.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 0.3.0 ### Minor Changes diff --git a/packages/request-state/package.json b/packages/request-state/package.json index 648a7e0d..e8ae9c57 100644 --- a/packages/request-state/package.json +++ b/packages/request-state/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/request-state", - "version": "0.3.0", + "version": "0.3.1", "description": "Shared request state between server and client", "keywords": [ "astro-integration", diff --git a/packages/runtime-logger/CHANGELOG.md b/packages/runtime-logger/CHANGELOG.md index ff19cc2a..8ab3bcad 100644 --- a/packages/runtime-logger/CHANGELOG.md +++ b/packages/runtime-logger/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/runtime-logger +## 0.4.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/modular-station@0.4.1 + ## 0.4.0 ### Minor Changes diff --git a/packages/runtime-logger/package.json b/packages/runtime-logger/package.json index 9c187414..17dfa2ff 100644 --- a/packages/runtime-logger/package.json +++ b/packages/runtime-logger/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/runtime-logger", - "version": "0.4.0", + "version": "0.4.1", "description": "Expose Astro Integration Logger at runtime for consistent output", "keywords": [ "astro-integration", diff --git a/packages/sitemap-ext/CHANGELOG.md b/packages/sitemap-ext/CHANGELOG.md index dafd066d..ec386edc 100644 --- a/packages/sitemap-ext/CHANGELOG.md +++ b/packages/sitemap-ext/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/sitemap-ext +## 0.4.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit +- Updated dependencies [0dcdeaa] + - @inox-tools/aik-route-config@0.8.1 + ## 0.4.0 ### Minor Changes diff --git a/packages/sitemap-ext/package.json b/packages/sitemap-ext/package.json index bce83126..268069d1 100644 --- a/packages/sitemap-ext/package.json +++ b/packages/sitemap-ext/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/sitemap-ext", - "version": "0.4.0", + "version": "0.4.1", "description": "Higher level extension over Astro's official sitemap integration", "keywords": [ "sitemap", diff --git a/packages/star-warp/CHANGELOG.md b/packages/star-warp/CHANGELOG.md index fb5d2e78..2c7519c8 100644 --- a/packages/star-warp/CHANGELOG.md +++ b/packages/star-warp/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/star-warp +## 0.2.1 + +### Patch Changes + +- 0dcdeaa: Bump Astro Integration Kit + ## 0.2.0 ### Minor Changes diff --git a/packages/star-warp/package.json b/packages/star-warp/package.json index 2dca129d..c70066da 100644 --- a/packages/star-warp/package.json +++ b/packages/star-warp/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/star-warp", - "version": "0.2.0", + "version": "0.2.1", "description": "Warp-drive search for Astro sites using Pagefind", "keywords": [ "astro-integration",