Skip to content

Commit b77411a

Browse files
authored
Merge pull request #41 from limbo-works/release-please--branches--main--components--theme-configuration
chore(main): release theme-configuration 3.3.5
2 parents 6d477c6 + 035a902 commit b77411a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.4"
2+
".": "3.3.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.3.5](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/compare/theme-configuration-v3.3.4...theme-configuration-v3.3.5) (2026-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* better handling of theme classes to only apply what they need to apply ([6d477c6](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/commit/6d477c683cd0c950df04d06ece6087e34eec78f2))
9+
310
## [3.3.4](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/compare/theme-configuration-v3.3.3...theme-configuration-v3.3.4) (2026-02-17)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@limbo-works/theme-configuration",
33
"type": "module",
4-
"version": "3.3.4",
4+
"version": "3.3.5",
55
"main": "./nuxt.config.ts",
66
"scripts": {
77
"dev": "nuxi prepare & nuxi dev .playground",

0 commit comments

Comments
 (0)