Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 15, 2023
1 parent ca36cb4 commit 6c44892
Show file tree
Hide file tree
Showing 86 changed files with 549 additions and 181 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)


### Bug Fixes

* **Icon:** fix issue storage on SSR mode ([3e890b9](https://github.com/gitsindonesia/ui-component/commit/3e890b97a3cdf19b6ef9cc76b5f445054208a72e))
* **Tabs:** adjust segmented control tabs spacing ([8690fd2](https://github.com/gitsindonesia/ui-component/commit/8690fd2d5dbdd3406603b2d6394efcf5551a646c))


### Features

* **Kitchen Sink:** add music app example ([3db6c33](https://github.com/gitsindonesia/ui-component/commit/3db6c337a7fc359da7e3109098acca6571baec63))
* **Tabs:** add disabled item style ([35321e5](https://github.com/gitsindonesia/ui-component/commit/35321e5a8cfc617be61dd371c83de38402c979d3))






## [1.0.0-rc.0](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.11...v1.0.0-rc.0) (2023-09-11)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/alert
Expand Down
6 changes: 3 additions & 3 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/alert",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Alert - a flexible Vue alert component that can be used to display various types of messages to the user.",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -17,8 +17,8 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@morpheme/theme": "^1.0.0-rc.0",
"@morpheme/utils": "^1.0.0-rc.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/app-bar
Expand Down
6 changes: 3 additions & 3 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/app-bar",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme AppBar is a Vue component used to display content at the top of a page.",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -20,8 +20,8 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)


Expand Down
22 changes: 11 additions & 11 deletions packages/app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/app-shell",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Application Shell Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -21,19 +21,19 @@
},
"devDependencies": {
"@headlessui/vue": "^1.7.13",
"@morpheme/app-bar": "^1.0.0-rc.0",
"@morpheme/avatar": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/card": "^1.0.0-rc.0",
"@morpheme/dropdown": "^1.0.0-rc.0",
"@morpheme/forms": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/list": "^1.0.0-rc.0",
"@morpheme/app-bar": "^1.0.0-rc.1",
"@morpheme/avatar": "^1.0.0-rc.1",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/card": "^1.0.0-rc.1",
"@morpheme/dropdown": "^1.0.0-rc.1",
"@morpheme/forms": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/list": "^1.0.0-rc.1",
"@morpheme/logo": "^1.0.0-rc.0",
"@morpheme/nav-drawer": "^1.0.0-rc.0",
"@morpheme/nav-drawer": "^1.0.0-rc.1",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@morpheme/text": "^1.0.0-rc.0",
"@morpheme/tooltip": "^1.0.0-rc.0",
"@morpheme/tooltip": "^1.0.0-rc.1",
"@morpheme/utils": "^1.0.0-rc.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/autocomplete
Expand Down
8 changes: 4 additions & 4 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/autocomplete",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Autocomplete",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -16,9 +16,9 @@
"license": "MIT",
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/forms": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/forms": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"tailwindcss": "^3.3.1",
"vue": "^3.3.4",
"wait-for-expect": "^3.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/avatar
Expand Down
4 changes: 2 additions & 2 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/avatar",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Avatar",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,7 +15,7 @@
"author": "Warsono <warsono@morpheme.id>",
"license": "MIT",
"dependencies": {
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/theme": "^1.0.0-rc.0",
"vue": "^3.3.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/badge",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Badge",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,7 +15,7 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)


Expand Down
20 changes: 10 additions & 10 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/banner",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Banner Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -19,16 +19,16 @@
},
"devDependencies": {
"@headlessui/vue": "^1.7.13",
"@morpheme/app-bar": "^1.0.0-rc.0",
"@morpheme/avatar": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/card": "^1.0.0-rc.0",
"@morpheme/dropdown": "^1.0.0-rc.0",
"@morpheme/forms": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/list": "^1.0.0-rc.0",
"@morpheme/app-bar": "^1.0.0-rc.1",
"@morpheme/avatar": "^1.0.0-rc.1",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/card": "^1.0.0-rc.1",
"@morpheme/dropdown": "^1.0.0-rc.1",
"@morpheme/forms": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/list": "^1.0.0-rc.1",
"@morpheme/logo": "^1.0.0-rc.0",
"@morpheme/nav-drawer": "^1.0.0-rc.0",
"@morpheme/nav-drawer": "^1.0.0-rc.1",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@morpheme/text": "^1.0.0-rc.0",
"@morpheme/utils": "^1.0.0-rc.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/bottom-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/bottom-navigation",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Bottom Navigation Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,7 +15,7 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/theme": "^1.0.0-rc.0",
"@vueuse/core": "^10.2.1",
"vue": "^3.3.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/bottom-sheets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

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





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/bottom-sheet
Expand Down
8 changes: 4 additions & 4 deletions packages/bottom-sheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/bottom-sheet",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Morpheme Bottom Sheet Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,9 +15,9 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/list": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.1",
"@morpheme/icon": "^1.0.0-rc.1",
"@morpheme/list": "^1.0.0-rc.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15)

**Note:** Version bump only for package @morpheme/breadcrumbs





# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28)

**Note:** Version bump only for package @morpheme/breadcrumbs
Expand Down
Loading

0 comments on commit 6c44892

Please sign in to comment.