From f8cd45313ebcdc4586c09152ab127b4db46b6d51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:48:33 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3025ae..c50792f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/limbo-works/Limbo.Nuxt.Core/compare/v2.11.1...v3.0.0) (2024-09-23) + + +### ⚠ BREAKING CHANGES + +* now it's know that the unocss things are modules + +### Bug Fixes + +* now it's know that the unocss things are modules ([d17d5a0](https://github.com/limbo-works/Limbo.Nuxt.Core/commit/d17d5a019a9c1ee6059ef4e02ae95bd8d754ce0f)) + ## [2.11.1](https://github.com/limbo-works/Limbo.Nuxt.Core/compare/v2.11.0...v2.11.1) (2024-09-23) diff --git a/package.json b/package.json index aa4e739..78df8d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@limbo-works/nuxt-core", "type": "module", - "version": "2.11.1", + "version": "3.0.0", "main": "./nuxt.config.js", "scripts": { "dev": "nuxi prepare & nuxi dev .playground",