Skip to content

Commit 3a2b4c6

Browse files
committed
v1.0.0-rc.11
1 parent 006f4ec commit 3a2b4c6

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2024-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **nuxt:** allow to load morpheme styles manually ([006f4ec](https://github.com/gitsindonesia/ui-component/commit/006f4ec5c74714a484b8f6ec273a00b012e80995))
12+
13+
14+
15+
16+
617
# [1.0.0-rc.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-04-15)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.0-rc.10",
5+
"version": "1.0.0-rc.11",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/nuxt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2024-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **nuxt:** allow to load morpheme styles manually ([006f4ec](https://github.com/gitsindonesia/ui-component/commit/006f4ec5c74714a484b8f6ec273a00b012e80995))
12+
13+
14+
15+
16+
617
# [1.0.0-rc.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-04-15)
718

819

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morpheme/nuxt",
33
"description": "Nuxt module for Morpheme UI",
4-
"version": "1.0.0-rc.10",
4+
"version": "1.0.0-rc.11",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)