diff --git a/.changeset/many-poems-greet.md b/.changeset/many-poems-greet.md deleted file mode 100644 index 3ee0ce8f..00000000 --- a/.changeset/many-poems-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inox-tools/runtime-logger': patch ---- - -Fixes internal plugins having the same name causing incorrect warnings when building diff --git a/.changeset/rich-wolves-collect.md b/.changeset/rich-wolves-collect.md deleted file mode 100644 index 8353ae27..00000000 --- a/.changeset/rich-wolves-collect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@inox-tools/modular-station': patch -'@inox-tools/astro-tests': patch -'@inox-tools/inline-mod': patch ---- - -Remove global change to `debug` package options diff --git a/.changeset/wicked-parrots-trade.md b/.changeset/wicked-parrots-trade.md deleted file mode 100644 index b2b16b46..00000000 --- a/.changeset/wicked-parrots-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inox-tools/modular-station': patch ---- - -Fixes duplicated initialization of API module when used transitively by integrations and direcly by the user project diff --git a/packages/aik-mod/CHANGELOG.md b/packages/aik-mod/CHANGELOG.md index 9a27726c..52767c1c 100644 --- a/packages/aik-mod/CHANGELOG.md +++ b/packages/aik-mod/CHANGELOG.md @@ -1,5 +1,12 @@ # @inox-tools/aik-mod +## 0.8.5 + +### Patch Changes + +- Updated dependencies [aa73961] + - @inox-tools/inline-mod@1.5.3 + ## 0.8.4 ### Patch Changes diff --git a/packages/aik-mod/package.json b/packages/aik-mod/package.json index 17776ed7..cde71696 100644 --- a/packages/aik-mod/package.json +++ b/packages/aik-mod/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/aik-mod", - "version": "0.8.4", + "version": "0.8.5", "description": "AIK Plugin for inline modules", "keywords": [ "aik", diff --git a/packages/astro-tests/CHANGELOG.md b/packages/astro-tests/CHANGELOG.md index 2facfd5c..5662e1da 100644 --- a/packages/astro-tests/CHANGELOG.md +++ b/packages/astro-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/astro-tests +## 0.1.6 + +### Patch Changes + +- aa73961: Remove global change to `debug` package options + ## 0.1.5 ### Patch Changes diff --git a/packages/astro-tests/package.json b/packages/astro-tests/package.json index 377f8bb7..7e254be2 100644 --- a/packages/astro-tests/package.json +++ b/packages/astro-tests/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/astro-tests", - "version": "0.1.5", + "version": "0.1.6", "description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools", "keywords": [ "withastro", diff --git a/packages/content-utils/CHANGELOG.md b/packages/content-utils/CHANGELOG.md index 4a192bf8..725945a3 100644 --- a/packages/content-utils/CHANGELOG.md +++ b/packages/content-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @inox-tools/content-utils +## 0.7.4 + +### Patch Changes + +- Updated dependencies [aa73961] +- Updated dependencies [aa73961] + - @inox-tools/modular-station@0.3.4 + ## 0.7.3 ### Patch Changes diff --git a/packages/content-utils/package.json b/packages/content-utils/package.json index 0bdd0aba..d3efa3e1 100644 --- a/packages/content-utils/package.json +++ b/packages/content-utils/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/content-utils", - "version": "0.7.3", + "version": "0.7.4", "description": "Utilities to work with content collections on an Astro project from an integration or library.", "keywords": [ "lifecycle", diff --git a/packages/inline-mod/CHANGELOG.md b/packages/inline-mod/CHANGELOG.md index 0c99fb03..52c8ac46 100644 --- a/packages/inline-mod/CHANGELOG.md +++ b/packages/inline-mod/CHANGELOG.md @@ -1,5 +1,11 @@ # @inox-tools/inline-mod +## 1.5.3 + +### Patch Changes + +- aa73961: Remove global change to `debug` package options + ## 1.5.2 ### Patch Changes diff --git a/packages/inline-mod/package.json b/packages/inline-mod/package.json index caab0dd0..0c1ade9d 100644 --- a/packages/inline-mod/package.json +++ b/packages/inline-mod/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/inline-mod", - "version": "1.5.2", + "version": "1.5.3", "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 9e1bf444..a97b16cc 100644 --- a/packages/modular-station/CHANGELOG.md +++ b/packages/modular-station/CHANGELOG.md @@ -1,5 +1,12 @@ # @inox-tools/modular-station +## 0.3.4 + +### Patch Changes + +- aa73961: Remove global change to `debug` package options +- aa73961: Fixes duplicated initialization of API module when used transitively by integrations and direcly by the user project + ## 0.3.3 ### Patch Changes diff --git a/packages/modular-station/package.json b/packages/modular-station/package.json index 4598a80c..0c57ab3f 100644 --- a/packages/modular-station/package.json +++ b/packages/modular-station/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/modular-station", - "version": "0.3.3", + "version": "0.3.4", "description": "Simplifying Astro integrations with a flexible docking system.", "keywords": [ "astro-integration", diff --git a/packages/modular-station/src/internal/debug.ts b/packages/modular-station/src/internal/debug.ts index a40abcba..e1f3f8e6 100644 --- a/packages/modular-station/src/internal/debug.ts +++ b/packages/modular-station/src/internal/debug.ts @@ -3,5 +3,5 @@ import debugC from 'debug'; export const debug = debugC('inox-tools:modular-station'); export function getDebug(name: string): debugC.Debugger { - return debug.extend(name); + return debug.extend(name); } diff --git a/packages/portal-gun/CHANGELOG.md b/packages/portal-gun/CHANGELOG.md index f541cbd9..cc3fbab5 100644 --- a/packages/portal-gun/CHANGELOG.md +++ b/packages/portal-gun/CHANGELOG.md @@ -1,5 +1,12 @@ # @inox-tools/portal-gun +## 0.1.1 + +### Patch Changes + +- Updated dependencies [23b89bf] + - @inox-tools/runtime-logger@0.3.5 + ## 0.1.0 ### Minor Changes diff --git a/packages/portal-gun/package.json b/packages/portal-gun/package.json index 54ba142d..4e8561c6 100644 --- a/packages/portal-gun/package.json +++ b/packages/portal-gun/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/portal-gun", - "version": "0.1.0", + "version": "0.1.1", "description": "Transport HTML elements through your page during rendering using Portals.", "keywords": [ "astro-integration", diff --git a/packages/runtime-logger/CHANGELOG.md b/packages/runtime-logger/CHANGELOG.md index 4f999590..867b4de7 100644 --- a/packages/runtime-logger/CHANGELOG.md +++ b/packages/runtime-logger/CHANGELOG.md @@ -1,5 +1,14 @@ # @inox-tools/runtime-logger +## 0.3.5 + +### Patch Changes + +- 23b89bf: Fixes internal plugins having the same name causing incorrect warnings when building +- Updated dependencies [aa73961] +- Updated dependencies [aa73961] + - @inox-tools/modular-station@0.3.4 + ## 0.3.4 ### Patch Changes diff --git a/packages/runtime-logger/package.json b/packages/runtime-logger/package.json index e578399d..ab8463de 100644 --- a/packages/runtime-logger/package.json +++ b/packages/runtime-logger/package.json @@ -1,6 +1,6 @@ { "name": "@inox-tools/runtime-logger", - "version": "0.3.4", + "version": "0.3.5", "description": "Expose Astro Integration Logger at runtime for consistent output", "keywords": [ "astro-integration",