diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e0c34..9a3f56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # Changelog +## v1.4.0 + +[compare changes](https://github.com/vueComponent/ant-design-vue-nuxt/compare/v1.1.2...v1.4.0) + +### 🚀 Enhancements + +- Add flex component ([da86291](https://github.com/vueComponent/ant-design-vue-nuxt/commit/da86291)) +- Add extractStyle ([7439e98](https://github.com/vueComponent/ant-design-vue-nuxt/commit/7439e98)) + +### 🩹 Fixes + +- Fix typo ([aebf62e](https://github.com/vueComponent/ant-design-vue-nuxt/commit/aebf62e)) + +### 🏡 Chore + +- **release:** V1.2.0 ([30d89ec](https://github.com/vueComponent/ant-design-vue-nuxt/commit/30d89ec)) +- Test bundler module resolution ([bc5c5cf](https://github.com/vueComponent/ant-design-vue-nuxt/commit/bc5c5cf)) +- **release:** V1.3.0 ([314ef40](https://github.com/vueComponent/ant-design-vue-nuxt/commit/314ef40)) + +### 🤖 CI + +- Eslint format ([7c43723](https://github.com/vueComponent/ant-design-vue-nuxt/commit/7c43723)) + +### ❤️ Contributors + +- Aibayanyu20 +- Markthree ([@markthree](http://github.com/markthree)) +- Daniel Roe + +## v1.3.0 + +[compare changes](https://github.com/vueComponent/ant-design-vue-nuxt/compare/v1.1.2...v1.3.0) + +### 🚀 Enhancements + +- Add flex component ([da86291](https://github.com/vueComponent/ant-design-vue-nuxt/commit/da86291)) + +### 🩹 Fixes + +- Fix typo ([aebf62e](https://github.com/vueComponent/ant-design-vue-nuxt/commit/aebf62e)) + +### 🏡 Chore + +- **release:** V1.2.0 ([30d89ec](https://github.com/vueComponent/ant-design-vue-nuxt/commit/30d89ec)) +- Test bundler module resolution ([bc5c5cf](https://github.com/vueComponent/ant-design-vue-nuxt/commit/bc5c5cf)) + +### 🤖 CI + +- Eslint format ([7c43723](https://github.com/vueComponent/ant-design-vue-nuxt/commit/7c43723)) + +### ❤️ Contributors + +- Aibayanyu20 +- Daniel Roe + ## v1.2.0 [compare changes](https://github.com/vueComponent/ant-design-vue-nuxt/compare/v1.1.2...v1.2.0) diff --git a/package.json b/package.json index 5f46a39..e52f0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design-vue/nuxt", - "version": "1.2.0", + "version": "1.4.0", "description": "ant-design-vue-nuxt module", "repository": "vueComponent/ant-design-vue-nuxt", "license": "MIT", @@ -52,4 +52,4 @@ "ant-design-vue": "^4.0.8", "typescript": "5.1.6" } -} +} \ No newline at end of file diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index f933af1..ba14eff 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -4,7 +4,7 @@ export default defineNuxtConfig({ extractStyle: true }, imports:{ - autoImport:true + autoImport: true }, vite:{ resolve:{ diff --git a/src/runtime/components/AExtractStyle.vue b/src/runtime/components/AExtractStyle.vue index 0ddf65a..91894b6 100644 --- a/src/runtime/components/AExtractStyle.vue +++ b/src/runtime/components/AExtractStyle.vue @@ -1,6 +1,6 @@