Skip to content

Commit 178f1ee

Browse files
palickocursoragent
andcommitted
Bump webentor-core to 0.9.13
- Fix CSS formatting (quote style, multiline transitions, selector indentation) - Update compatibility matrix - Add changeset for npm publish Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f1ab833 commit 178f1ee

9 files changed

Lines changed: 24 additions & 14 deletions

File tree

.changeset/bump-core-0913.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@webikon/webentor-core': patch
3+
---
4+
5+
Fix CSS formatting (quote style normalization, multiline transitions, selector indentation)

docs/src/compatibility-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| starterVersion | themeVersion | coreVersion | configsVersion | setupCliVersion | php | node |
66
| --- | --- | --- | --- | --- | --- | --- |
7-
| 2.0.2 | 2.0.3 | 0.9.12 | 1.0.0 | 1.0.0 | >=8.3 | >=20 |
7+
| 2.0.2 | 2.0.3 | 0.9.13 | 1.0.0 | 1.0.0 | >=8.3 | >=20 |
88

99
## Runtime dependencies
1010

packages/webentor-core/CHANGELOG.md

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

33
## DEV
44

5+
## 0.9.13
6+
7+
- Fix CSS formatting (quote style normalization, multiline transitions, selector indentation)
58

69
## 0.9.12
710

packages/webentor-core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webikon/webentor-core",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"license": "MIT",
55
"description": "Webentor Core package",
66
"homepage": "https://webikon.sk",

packages/webentor-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webikon/webentor-core",
33
"homepage": "https://webikon.sk",
4-
"version": "0.9.12",
4+
"version": "0.9.13",
55
"description": "Core functionality and useful utilities for Webentor Stack",
66
"license": "MIT",
77
"author": "Webikon s.r.o.",

packages/webentor-core/resources/styles/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import 'tailwindcss' prefix(wbtr);
2-
@source "../views/";
3-
@source "../core-components/";
4-
@source "../blocks/";
5-
@source "../../app/";
2+
@source '../views/';
3+
@source '../core-components/';
4+
@source '../blocks/';
5+
@source '../../app/';
66

77
/* Tailwind Config */
88
@import './common/_theme';

packages/webentor-core/resources/styles/common/_editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464

6565
/* Dirty fix for hiding empty typography panel, see https://github.com/WordPress/gutenberg/issues/61231 */
6666
.typography-block-support-panel:has(
67-
.components-tools-panel-header + :empty:last-child
68-
) {
67+
.components-tools-panel-header + :empty:last-child
68+
) {
6969
display: none;
7070
}
7171

packages/webentor-core/resources/styles/common/_global.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
}
3030

3131
svg {
32-
transition: fill 0.15s ease-out, stroke 0.15s ease-out;
32+
transition:
33+
fill 0.15s ease-out,
34+
stroke 0.15s ease-out;
3335
}
3436
}
3537

packages/webentor-core/resources/styles/editor.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import 'tailwindcss' prefix(wbtr);
2-
@source "../views/";
3-
@source "../core-components/";
4-
@source "../blocks/";
5-
@source "../../app/";
2+
@source '../views/';
3+
@source '../core-components/';
4+
@source '../blocks/';
5+
@source '../../app/';
66

77
/* Tailwind Config */
88
@import './common/_theme';

0 commit comments

Comments
 (0)