Skip to content

Commit 01ff1b2

Browse files
committed
v1.0.0
1 parent 2f15b59 commit 01ff1b2

File tree

120 files changed

+811
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+811
-331
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package morpheme-monorepo
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816

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.13",
5+
"version": "1.0.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/alert/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/alert
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/alert

packages/alert/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/alert",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0",
44
"description": "Morpheme Alert - a flexible Vue alert component that can be used to display various types of messages to the user.",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -17,11 +17,11 @@
1717
"author": "Warsono <[email protected]>",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@morpheme/button": "^1.0.0-rc.12",
21-
"@morpheme/icon": "^1.0.0-rc.12",
22-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
23-
"@morpheme/theme": "^1.0.0-rc.4",
24-
"@morpheme/utils": "^1.0.0-rc.4",
20+
"@morpheme/button": "^1.0.0",
21+
"@morpheme/icon": "^1.0.0",
22+
"@morpheme/tailwind-config": "^1.0.0",
23+
"@morpheme/theme": "^1.0.0",
24+
"@morpheme/utils": "^1.0.0",
2525
"vue": "^3.3.4"
2626
},
2727
"devDependencies": {

packages/app-bar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/app-bar
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/app-bar

packages/app-bar/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/app-bar",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0",
44
"description": "Morpheme AppBar is a Vue component used to display content at the top of a page.",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -16,13 +16,13 @@
1616
"author": "Warsono <[email protected]>",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@morpheme/theme": "^1.0.0-rc.4",
19+
"@morpheme/theme": "^1.0.0",
2020
"vue": "^3.3.4"
2121
},
2222
"devDependencies": {
23-
"@morpheme/button": "^1.0.0-rc.12",
24-
"@morpheme/icon": "^1.0.0-rc.12",
25-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
23+
"@morpheme/button": "^1.0.0",
24+
"@morpheme/icon": "^1.0.0",
25+
"@morpheme/tailwind-config": "^1.0.0",
2626
"@vue/test-utils": "^2.0.0-rc.17",
2727
"c8": "^7.11.3",
2828
"tailwindcss": "^3.3.1",

packages/app-shell/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/app-shell
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/app-shell

packages/app-shell/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/app-shell",
3-
"version": "1.0.0-rc.13",
3+
"version": "1.0.0",
44
"description": "Morpheme Application Shell Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -21,20 +21,20 @@
2121
},
2222
"devDependencies": {
2323
"@headlessui/vue": "^1.7.13",
24-
"@morpheme/app-bar": "^1.0.0-rc.12",
25-
"@morpheme/avatar": "^1.0.0-rc.12",
26-
"@morpheme/button": "^1.0.0-rc.12",
27-
"@morpheme/card": "^1.0.0-rc.12",
28-
"@morpheme/dropdown": "^1.0.0-rc.12",
29-
"@morpheme/forms": "^1.0.0-rc.13",
30-
"@morpheme/icon": "^1.0.0-rc.12",
31-
"@morpheme/list": "^1.0.0-rc.13",
32-
"@morpheme/logo": "^1.0.0-rc.12",
33-
"@morpheme/nav-drawer": "^1.0.0-rc.13",
34-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
35-
"@morpheme/text": "^1.0.0-rc.7",
36-
"@morpheme/tooltip": "^1.0.0-rc.12",
37-
"@morpheme/utils": "^1.0.0-rc.4",
24+
"@morpheme/app-bar": "^1.0.0",
25+
"@morpheme/avatar": "^1.0.0",
26+
"@morpheme/button": "^1.0.0",
27+
"@morpheme/card": "^1.0.0",
28+
"@morpheme/dropdown": "^1.0.0",
29+
"@morpheme/forms": "^1.0.0",
30+
"@morpheme/icon": "^1.0.0",
31+
"@morpheme/list": "^1.0.0",
32+
"@morpheme/logo": "^1.0.0",
33+
"@morpheme/nav-drawer": "^1.0.0",
34+
"@morpheme/tailwind-config": "^1.0.0",
35+
"@morpheme/text": "^1.0.0",
36+
"@morpheme/tooltip": "^1.0.0",
37+
"@morpheme/utils": "^1.0.0",
3838
"@vue/test-utils": "^2.0.0-rc.17",
3939
"c8": "^7.11.3",
4040
"tailwindcss": "^3.3.1",

packages/autocomplete/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/autocomplete
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/autocomplete

packages/autocomplete/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/autocomplete",
3-
"version": "1.0.0-rc.13",
3+
"version": "1.0.0",
44
"description": "Morpheme Autocomplete",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -16,16 +16,16 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@headlessui/vue": "^1.7.13",
19-
"@morpheme/button": "^1.0.0-rc.12",
20-
"@morpheme/forms": "^1.0.0-rc.13",
21-
"@morpheme/icon": "^1.0.0-rc.12",
19+
"@morpheme/button": "^1.0.0",
20+
"@morpheme/forms": "^1.0.0",
21+
"@morpheme/icon": "^1.0.0",
2222
"tailwindcss": "^3.3.1",
2323
"vue": "^3.3.4",
2424
"wait-for-expect": "^3.0.2"
2525
},
2626
"devDependencies": {
27-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
28-
"@morpheme/utils": "^1.0.0-rc.4",
27+
"@morpheme/tailwind-config": "^1.0.0",
28+
"@morpheme/utils": "^1.0.0",
2929
"@vue/test-utils": "^2.0.0-rc.17",
3030
"c8": "^7.11.3",
3131
"vite": "^4.3.8",

packages/avatar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/avatar
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/avatar

packages/avatar/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/avatar",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0",
44
"description": "Morpheme Avatar",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,13 +15,13 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.12",
19-
"@morpheme/theme": "^1.0.0-rc.4",
18+
"@morpheme/icon": "^1.0.0",
19+
"@morpheme/theme": "^1.0.0",
2020
"vue": "^3.3.4"
2121
},
2222
"devDependencies": {
23-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
24-
"@morpheme/utils": "^1.0.0-rc.4",
23+
"@morpheme/tailwind-config": "^1.0.0",
24+
"@morpheme/utils": "^1.0.0",
2525
"@vue/test-utils": "^2.0.0-rc.17",
2626
"c8": "^7.11.3",
2727
"tailwindcss": "^3.3.1",

packages/badge/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/badge
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/badge

packages/badge/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/badge",
3-
"version": "1.0.0-rc.13",
3+
"version": "1.0.0",
44
"description": "Morpheme Badge",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,13 +15,13 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.12",
18+
"@morpheme/icon": "^1.0.0",
1919
"vue": "^3.3.4"
2020
},
2121
"devDependencies": {
22-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
23-
"@morpheme/theme": "^1.0.0-rc.4",
24-
"@morpheme/utils": "^1.0.0-rc.4",
22+
"@morpheme/tailwind-config": "^1.0.0",
23+
"@morpheme/theme": "^1.0.0",
24+
"@morpheme/utils": "^1.0.0",
2525
"@vue/test-utils": "^2.0.0-rc.17",
2626
"c8": "^7.11.3",
2727
"tailwindcss": "^3.3.1",

packages/banner/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/banner
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/banner

packages/banner/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/banner",
3-
"version": "1.0.0-rc.13",
3+
"version": "1.0.0",
44
"description": "Morpheme Banner Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -19,19 +19,19 @@
1919
},
2020
"devDependencies": {
2121
"@headlessui/vue": "^1.7.13",
22-
"@morpheme/app-bar": "^1.0.0-rc.12",
23-
"@morpheme/avatar": "^1.0.0-rc.12",
24-
"@morpheme/button": "^1.0.0-rc.12",
25-
"@morpheme/card": "^1.0.0-rc.12",
26-
"@morpheme/dropdown": "^1.0.0-rc.12",
27-
"@morpheme/forms": "^1.0.0-rc.13",
28-
"@morpheme/icon": "^1.0.0-rc.12",
29-
"@morpheme/list": "^1.0.0-rc.13",
30-
"@morpheme/logo": "^1.0.0-rc.12",
31-
"@morpheme/nav-drawer": "^1.0.0-rc.13",
32-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
33-
"@morpheme/text": "^1.0.0-rc.7",
34-
"@morpheme/utils": "^1.0.0-rc.4",
22+
"@morpheme/app-bar": "^1.0.0",
23+
"@morpheme/avatar": "^1.0.0",
24+
"@morpheme/button": "^1.0.0",
25+
"@morpheme/card": "^1.0.0",
26+
"@morpheme/dropdown": "^1.0.0",
27+
"@morpheme/forms": "^1.0.0",
28+
"@morpheme/icon": "^1.0.0",
29+
"@morpheme/list": "^1.0.0",
30+
"@morpheme/logo": "^1.0.0",
31+
"@morpheme/nav-drawer": "^1.0.0",
32+
"@morpheme/tailwind-config": "^1.0.0",
33+
"@morpheme/text": "^1.0.0",
34+
"@morpheme/utils": "^1.0.0",
3535
"@vue/test-utils": "^2.0.0-rc.17",
3636
"c8": "^7.11.3",
3737
"tailwindcss": "^3.3.1",

packages/bottom-navigation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
7+
8+
**Note:** Version bump only for package @morpheme/bottom-navigation
9+
10+
11+
12+
13+
614
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
715

816
**Note:** Version bump only for package @morpheme/bottom-navigation

packages/bottom-navigation/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/bottom-navigation",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0",
44
"description": "Morpheme Bottom Navigation Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,14 +15,14 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.12",
19-
"@morpheme/theme": "^1.0.0-rc.4",
18+
"@morpheme/icon": "^1.0.0",
19+
"@morpheme/theme": "^1.0.0",
2020
"@vueuse/core": "^10.2.1",
2121
"vue": "^3.3.4"
2222
},
2323
"devDependencies": {
24-
"@morpheme/tailwind-config": "^1.0.0-rc.4",
25-
"@morpheme/utils": "^1.0.0-rc.4",
24+
"@morpheme/tailwind-config": "^1.0.0",
25+
"@morpheme/utils": "^1.0.0",
2626
"@vue/test-utils": "^2.0.0-rc.17",
2727
"c8": "^7.11.3",
2828
"tailwindcss": "^3.3.1",

0 commit comments

Comments
 (0)