Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/better-blocks-astro-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/better-blocks-astro-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/better-blocks-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/better-blocks-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/better-blocks-react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/better-blocks-react-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/better-blocks-vue-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/better-blocks-vue-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/chartkit-astro-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/chartkit-astro-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/chartkit-react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/chartkit-react-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/chartkit-vue-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/chartkit-vue-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/strapi-plugin-better-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-better-blocks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/strapi-plugin-blueprint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-blueprint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/strapi-plugin-greenlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-greenlight/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/strapi-plugin-rewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-rewind/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading