Skip to content

Commit 118166a

Browse files
authored
Merge pull request #36 from limbo-works/release-please--branches--main--components--theme-configuration
chore(main): release theme-configuration 3.3.0
2 parents 8192a4f + 46851f5 commit 118166a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.2.2"
2+
".": "3.3.0"
33
}

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/compare/theme-configuration-v3.2.2...theme-configuration-v3.3.0) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* improved efficiency ([75d6b5a](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/commit/75d6b5a3670ddae8c3be9fb627e53b045938caed))
9+
* improved efficiency further ([8192a4f](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/commit/8192a4fcc1da697e6de8347e8c8c76cf91ef7066))
10+
11+
12+
### Bug Fixes
13+
14+
* return to earlier state ([26e0544](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/commit/26e0544055d73961e9d77d91bdd33c464b25b93c))
15+
316
## [3.2.2](https://github.com/limbo-works/Limbo.Nuxt.ThemeConfiguration/compare/theme-configuration-v3.2.1...theme-configuration-v3.2.2) (2026-01-16)
417

518

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.2.2",
4+
"version": "3.3.0",
55
"main": "./nuxt.config.ts",
66
"scripts": {
77
"dev": "nuxi prepare & nuxi dev .playground",

0 commit comments

Comments
 (0)