Skip to content

Commit d44512e

Browse files
committed
chore(release): 2.0.3
1 parent 1303ba8 commit d44512e

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.3](https://github.com/squarecandy/squarecandy-common/compare/v2.0.2...v2.0.3) (2026-02-11)
6+
7+
8+
### Bug Fixes
9+
10+
* additional cssnano overrides for background-color:initial ([095f60d](https://github.com/squarecandy/squarecandy-common/commit/095f60d0c6660296b810d0bb6c8a23568eb8cd46))
11+
* hide the depreciation notices about [@import](https://github.com/import) in sass for now. ([1303ba8](https://github.com/squarecandy/squarecandy-common/commit/1303ba8c0bf03959d37cd85f01eab3d688b8df7e))
12+
* remove no longer used package & debug logging ([3f88fe8](https://github.com/squarecandy/squarecandy-common/commit/3f88fe86ea7b4bf39d6cf959b8b003ba0f16ec6d))
13+
514
### [2.0.2](https://github.com/squarecandy/squarecandy-common/compare/v2.0.1...v2.0.2) (2026-02-08)
615

716

common/inc/sqcdy-common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* PHP code that should be distributed to all themes & plugins goes here.
4-
* Version: 2.0.2
4+
* Version: 2.0.3
55
*/
66

77
// for debugging

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squarecandy-common",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "This is the one for the squarecandy-common repo. Don't copy this one to your project.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)