diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dfab3..009edd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [2.0.2] - 2026-08-28 ### Fixed diff --git a/packages/blocks/src/theme-toggle/block.json b/packages/blocks/src/theme-toggle/block.json index 5505bd0..0fd601f 100644 --- a/packages/blocks/src/theme-toggle/block.json +++ b/packages/blocks/src/theme-toggle/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core-framework/theme-toggle", - "version": "2.0.1", + "version": "2.0.2", "title": "Theme Toggle", "category": "core-framework", "description": "Easily add toggle between dark and light mode. This feature requires use of the Core Framework classes and variables.", diff --git a/packages/core/src/constants/version.ts b/packages/core/src/constants/version.ts index f2f75cf..19caa34 100644 --- a/packages/core/src/constants/version.ts +++ b/packages/core/src/constants/version.ts @@ -1 +1 @@ -export const APP_VERSION = "2.0.1"; +export const APP_VERSION = "2.0.2"; diff --git a/packages/figma/package.json b/packages/figma/package.json index c6b8540..d2e4ba8 100644 --- a/packages/figma/package.json +++ b/packages/figma/package.json @@ -1,6 +1,6 @@ { "name": "core-framework-figma", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "Figma integration for Core Framework", "author": "David Babinec", diff --git a/packages/gutenberg/package.json b/packages/gutenberg/package.json index 14c7501..2d439c3 100644 --- a/packages/gutenberg/package.json +++ b/packages/gutenberg/package.json @@ -1,6 +1,6 @@ { "name": "coreframework-gutenberg-integration", - "version": "2.0.1", + "version": "2.0.2", "description": "Gutenberg editor integration for Core Framework.", "author": "David Babinec", "main": "index.js", diff --git a/packages/gutenberg/plugin.php b/packages/gutenberg/plugin.php index f8aab7d..745c357 100644 --- a/packages/gutenberg/plugin.php +++ b/packages/gutenberg/plugin.php @@ -5,7 +5,7 @@ * Description: Core Framework Gutenberg Integration * Author: Core Framework & Sebastian Piskaty * Author URI: https://coreframework.com & https://secumbu.at - * Version: 2.0.1 + * Version: 2.0.2 * License: MIT * License URI: https://opensource.org/license/mit * Text Domain: coreframework diff --git a/packages/wp/core-framework.php b/packages/wp/core-framework.php index 2636bef..63dc78e 100644 --- a/packages/wp/core-framework.php +++ b/packages/wp/core-framework.php @@ -10,7 +10,7 @@ * Plugin Name: Core Framework * Plugin URI: https://coreframework.com * Description: The CORE of your website - * Version: 2.0.1 + * Version: 2.0.2 * Author: Core Framework * Author URI: https://coreframework.com * Text Domain: core-framework @@ -40,7 +40,7 @@ define( 'CORE_FRAMEWORK_NAME', dirname( CORE_FRAMEWORK_MAIN_FILE ) ); define( 'CORE_FRAMEWORK_DB_VER', '1.3' ); -define( 'CORE_FRAMEWORK_VERSION', '2.0.1' ); +define( 'CORE_FRAMEWORK_VERSION', '2.0.2' ); define( 'CORE_FRAMEWORK_ASSETS_PREFIX', 'core-framework/core-framework/' ); diff --git a/packages/wp/gutenberg-blocks/theme-toggle/block.json b/packages/wp/gutenberg-blocks/theme-toggle/block.json index 2d27ab1..d7c8d8c 100644 --- a/packages/wp/gutenberg-blocks/theme-toggle/block.json +++ b/packages/wp/gutenberg-blocks/theme-toggle/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core-framework/theme-toggle", - "version": "2.0.1", + "version": "2.0.2", "title": "Theme Toggle", "category": "core-framework", "description": "Easily add toggle between dark and light mode. This feature requires use of the Core Framework classes and variables.", diff --git a/packages/wp/package.json b/packages/wp/package.json index d57ebd2..20d3645 100644 --- a/packages/wp/package.json +++ b/packages/wp/package.json @@ -1,6 +1,6 @@ { "name": "coreframework", - "version": "2.0.1", + "version": "2.0.2", "description": "The Core Framework WordPress plugin.", "author": "David Babinec", "license": "MIT", diff --git a/packages/wp/readme.txt b/packages/wp/readme.txt index 819be73..659204c 100644 --- a/packages/wp/readme.txt +++ b/packages/wp/readme.txt @@ -4,7 +4,7 @@ Tags: css, framework, stylesheet, bricks, oxygen Requires at least: 6.0 Requires PHP: 8.0 Tested up to: 7.0 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: MIT License URI: https://opensource.org/license/mit diff --git a/packages/www/package.json b/packages/www/package.json index 5ff9a16..8af7e96 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,7 +1,7 @@ { "name": "core-framework", "private": true, - "version": "2.0.1", + "version": "2.0.2", "description": "The standalone Core Framework web app.", "author": "David Babinec", "license": "MIT",