diff --git a/packages/better-blocks-astro-renderer/CHANGELOG.md b/packages/better-blocks-astro-renderer/CHANGELOG.md index 70238c5..025b611 100644 --- a/packages/better-blocks-astro-renderer/CHANGELOG.md +++ b/packages/better-blocks-astro-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.1 (2026-08-26) + +This was a version bump only for @qkix/better-blocks-astro-renderer to align it with other projects, there were no code changes. + ## 0.15.0 (2026-08-20) ### 🚀 Features diff --git a/packages/better-blocks-astro-renderer/package.json b/packages/better-blocks-astro-renderer/package.json index e5d7f90..f6220bf 100644 --- a/packages/better-blocks-astro-renderer/package.json +++ b/packages/better-blocks-astro-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/better-blocks-astro-renderer", - "version": "0.15.0", + "version": "0.15.1", "description": "Astro renderer for Strapi v5 Blocks content with full Better Blocks plugin support - colors, tables, to-do lists, media embeds, alignment, and more. Native Astro components, zero client-side JavaScript.", "type": "module", "types": "./index.ts", diff --git a/packages/better-blocks-core/CHANGELOG.md b/packages/better-blocks-core/CHANGELOG.md index 665b32f..6f6f65c 100644 --- a/packages/better-blocks-core/CHANGELOG.md +++ b/packages/better-blocks-core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.7 (2026-08-26) + +This was a version bump only for @qkix/better-blocks-core to align it with other projects, there were no code changes. + ## 0.2.6 (2026-08-20) ### 🚀 Features diff --git a/packages/better-blocks-core/package.json b/packages/better-blocks-core/package.json index be602d9..3bb9555 100644 --- a/packages/better-blocks-core/package.json +++ b/packages/better-blocks-core/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/better-blocks-core", - "version": "0.2.6", + "version": "0.2.7", "description": "Framework-independent core for Strapi v5 Better Blocks content - the document types every renderer shares, plus the attribute mapping they all apply", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/better-blocks-react-renderer/CHANGELOG.md b/packages/better-blocks-react-renderer/CHANGELOG.md index a1b083e..7509003 100644 --- a/packages/better-blocks-react-renderer/CHANGELOG.md +++ b/packages/better-blocks-react-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.18.8 (2026-08-26) + +This was a version bump only for @qkix/better-blocks-react-renderer to align it with other projects, there were no code changes. + ## 0.18.7 (2026-08-20) ### 🚀 Features diff --git a/packages/better-blocks-react-renderer/package.json b/packages/better-blocks-react-renderer/package.json index b14d93d..c690633 100644 --- a/packages/better-blocks-react-renderer/package.json +++ b/packages/better-blocks-react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/better-blocks-react-renderer", - "version": "0.18.7", + "version": "0.18.8", "description": "React renderer for Strapi v5 Blocks content with full Better Blocks plugin support - colors, tables, to-do lists, media embeds, alignment, and more", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/better-blocks-vue-renderer/CHANGELOG.md b/packages/better-blocks-vue-renderer/CHANGELOG.md index f021ebf..4fc27db 100644 --- a/packages/better-blocks-vue-renderer/CHANGELOG.md +++ b/packages/better-blocks-vue-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 (2026-08-26) + +This was a version bump only for @qkix/better-blocks-vue-renderer to align it with other projects, there were no code changes. + ## 0.2.0 (2026-08-20) ### 🚀 Features diff --git a/packages/better-blocks-vue-renderer/package.json b/packages/better-blocks-vue-renderer/package.json index a0b0b72..096f6f6 100644 --- a/packages/better-blocks-vue-renderer/package.json +++ b/packages/better-blocks-vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/better-blocks-vue-renderer", - "version": "0.2.0", + "version": "0.2.1", "description": "Vue 3 renderer for Strapi v5 Blocks content with full Better Blocks plugin support - colors, tables, to-do lists, media embeds, alignment, and more. Server-rendered in Nuxt, and just as happy in a plain Vue app.", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/chartkit-astro-renderer/CHANGELOG.md b/packages/chartkit-astro-renderer/CHANGELOG.md index 531a157..b6cb029 100644 --- a/packages/chartkit-astro-renderer/CHANGELOG.md +++ b/packages/chartkit-astro-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.7 (2026-08-26) + +This was a version bump only for @qkix/chartkit-astro-renderer to align it with other projects, there were no code changes. + ## 0.2.6 (2026-08-20) This was a version bump only for @qkix/chartkit-astro-renderer to align it with other projects, there were no code changes. diff --git a/packages/chartkit-astro-renderer/package.json b/packages/chartkit-astro-renderer/package.json index 56cfad1..fbcbff8 100644 --- a/packages/chartkit-astro-renderer/package.json +++ b/packages/chartkit-astro-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/chartkit-astro-renderer", - "version": "0.2.6", + "version": "0.2.7", "description": "Astro renderer for Chartkit charts - server-rendered SVG with zero client-side JavaScript, and the Better Blocks block plugin that draws a chart inside a document", "type": "module", "types": "./index.ts", diff --git a/packages/chartkit-react-renderer/CHANGELOG.md b/packages/chartkit-react-renderer/CHANGELOG.md index 273045d..048b180 100644 --- a/packages/chartkit-react-renderer/CHANGELOG.md +++ b/packages/chartkit-react-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.7 (2026-08-26) + +This was a version bump only for @qkix/chartkit-react-renderer to align it with other projects, there were no code changes. + ## 0.2.6 (2026-08-20) This was a version bump only for @qkix/chartkit-react-renderer to align it with other projects, there were no code changes. diff --git a/packages/chartkit-react-renderer/package.json b/packages/chartkit-react-renderer/package.json index 6968712..864c71d 100644 --- a/packages/chartkit-react-renderer/package.json +++ b/packages/chartkit-react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/chartkit-react-renderer", - "version": "0.2.6", + "version": "0.2.7", "description": "React renderer for Chartkit charts - server-rendered SVG with no client-side JavaScript, and the Better Blocks block plugin that draws a chart inside a document", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/chartkit-vue-renderer/CHANGELOG.md b/packages/chartkit-vue-renderer/CHANGELOG.md index 8d4b854..4629ceb 100644 --- a/packages/chartkit-vue-renderer/CHANGELOG.md +++ b/packages/chartkit-vue-renderer/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 (2026-08-26) + +This was a version bump only for @qkix/chartkit-vue-renderer to align it with other projects, there were no code changes. + ## 0.1.2 (2026-08-20) This was a version bump only for @qkix/chartkit-vue-renderer to align it with other projects, there were no code changes. diff --git a/packages/chartkit-vue-renderer/package.json b/packages/chartkit-vue-renderer/package.json index aea37f4..23c3a0f 100644 --- a/packages/chartkit-vue-renderer/package.json +++ b/packages/chartkit-vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/chartkit-vue-renderer", - "version": "0.1.2", + "version": "0.1.3", "description": "Vue 3 renderer for Chartkit charts - server-rendered SVG with zero client-side JavaScript, and the Better Blocks block plugin that draws a chart inside a document", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/strapi-plugin-better-blocks/CHANGELOG.md b/packages/strapi-plugin-better-blocks/CHANGELOG.md index f9c123f..9838d0c 100644 --- a/packages/strapi-plugin-better-blocks/CHANGELOG.md +++ b/packages/strapi-plugin-better-blocks/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.23.9 (2026-08-26) + +This was a version bump only for @qkix/strapi-plugin-better-blocks to align it with other projects, there were no code changes. + ## 0.23.8 (2026-08-20) ### 🚀 Features diff --git a/packages/strapi-plugin-better-blocks/package.json b/packages/strapi-plugin-better-blocks/package.json index 5477791..659f212 100644 --- a/packages/strapi-plugin-better-blocks/package.json +++ b/packages/strapi-plugin-better-blocks/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/strapi-plugin-better-blocks", - "version": "0.23.8", + "version": "0.23.9", "description": "An enhanced Rich Text (Blocks) field for Strapi with inline color picker and more", "strapi": { "kind": "plugin", diff --git a/packages/strapi-plugin-blueprint/CHANGELOG.md b/packages/strapi-plugin-blueprint/CHANGELOG.md index 6c87cd8..9d79367 100644 --- a/packages/strapi-plugin-blueprint/CHANGELOG.md +++ b/packages/strapi-plugin-blueprint/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 (2026-08-26) + +This was a version bump only for @qkix/strapi-plugin-blueprint to align it with other projects, there were no code changes. + ## 0.1.1 (2026-08-18) ### 📖 Documentation diff --git a/packages/strapi-plugin-blueprint/package.json b/packages/strapi-plugin-blueprint/package.json index 65b1cd1..3ceb7c3 100644 --- a/packages/strapi-plugin-blueprint/package.json +++ b/packages/strapi-plugin-blueprint/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/strapi-plugin-blueprint", - "version": "0.1.1", + "version": "0.1.2", "description": "A diagram of your Strapi v5 content types, components and dynamic zones - rendered as real SVG", "strapi": { "kind": "plugin", diff --git a/packages/strapi-plugin-greenlight/CHANGELOG.md b/packages/strapi-plugin-greenlight/CHANGELOG.md index ae76443..6ca964e 100644 --- a/packages/strapi-plugin-greenlight/CHANGELOG.md +++ b/packages/strapi-plugin-greenlight/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 (2026-08-26) + +This was a version bump only for @qkix/strapi-plugin-greenlight to align it with other projects, there were no code changes. + ## 0.1.3 (2026-08-18) ### 📖 Documentation diff --git a/packages/strapi-plugin-greenlight/package.json b/packages/strapi-plugin-greenlight/package.json index 0be078d..f0c3579 100644 --- a/packages/strapi-plugin-greenlight/package.json +++ b/packages/strapi-plugin-greenlight/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/strapi-plugin-greenlight", - "version": "0.1.3", + "version": "0.1.4", "description": "Multi-stage content review for Strapi v5, with a publish gate - nothing goes live until it has been approved", "strapi": { "kind": "plugin", diff --git a/packages/strapi-plugin-rewind/CHANGELOG.md b/packages/strapi-plugin-rewind/CHANGELOG.md index 77d47d3..035e77d 100644 --- a/packages/strapi-plugin-rewind/CHANGELOG.md +++ b/packages/strapi-plugin-rewind/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.4.0 (2026-08-26) + +### 🚀 Features + +- **strapi-plugin-rewind:** remember what a relation pointed at ([#174](https://github.com/qkix/strapi-plugins/pull/174)) + +### ❤️ Thank You + +- kkukielka + ## 0.3.0 (2026-08-20) ### 🚀 Features diff --git a/packages/strapi-plugin-rewind/package.json b/packages/strapi-plugin-rewind/package.json index c130e8a..cfe37f4 100644 --- a/packages/strapi-plugin-rewind/package.json +++ b/packages/strapi-plugin-rewind/package.json @@ -1,6 +1,6 @@ { "name": "@qkix/strapi-plugin-rewind", - "version": "0.3.0", + "version": "0.4.0", "description": "Document version history for Strapi v5 - snapshots on every save, with restore", "strapi": { "kind": "plugin",