Skip to content

Commit

Permalink
v0.12.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Nov 17, 2022
1 parent 66f25dd commit 006d852
Show file tree
Hide file tree
Showing 90 changed files with 395 additions and 215 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/components

# [0.12.0-alpha.22](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.21...v0.12.0-alpha.22) (2022-11-17)

### Bug Fixes
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": "0.12.0-alpha.22",
"version": "0.12.0-alpha.23",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/alert

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/alert
Expand Down
10 changes: 5 additions & 5 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/alert",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Alert Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,10 +15,10 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/button": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/button": "^0.12.0-alpha.23",
"@gits-id/icon": "^0.12.0-alpha.23",
"@gits-id/theme": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"vue": "^3.2.33"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

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

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/app-bar
Expand Down
10 changes: 5 additions & 5 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/app-bar",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "Application Bar / Navigation Bar Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,13 +15,13 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/theme": "^0.12.0-alpha.23",
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/button": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/tailwind-config": "^0.12.0-alpha.21",
"@gits-id/button": "^0.12.0-alpha.23",
"@gits-id/icon": "^0.12.0-alpha.23",
"@gits-id/tailwind-config": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/autocomplete

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/autocomplete
Expand Down
10 changes: 5 additions & 5 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/autocomplete",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Autocomplete Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,15 +15,15 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/button": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/button": "^0.12.0-alpha.23",
"@gits-id/icon": "^0.12.0-alpha.23",
"@headlessui/vue": "^1.6.0",
"tailwindcss": "^3.0.23",
"vue": "^3.2.31"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.12.0-alpha.21",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/tailwind-config": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"vite": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/avatar

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/avatar
Expand Down
8 changes: 4 additions & 4 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/avatar",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "Avatar Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,12 +15,12 @@
"author": "Warsono <warsono@gits.id>",
"license": "MIT",
"dependencies": {
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/theme": "^0.12.0-alpha.23",
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.12.0-alpha.21",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/tailwind-config": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/badge

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/badge
Expand Down
10 changes: 5 additions & 5 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/badge",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Badge Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,13 +15,13 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.23",
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.12.0-alpha.21",
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/tailwind-config": "^0.12.0-alpha.23",
"@gits-id/theme": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/breadcrumbs

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/breadcrumbs
Expand Down
8 changes: 4 additions & 4 deletions packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/breadcrumbs",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Breadcrumbs Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,13 +15,13 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.23",
"vue": "^3.2.33",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/theme": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/button

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/button
Expand Down
12 changes: 6 additions & 6 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/button",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Button Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -16,15 +16,15 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/icon": "^0.12.0-alpha.21",
"@gits-id/spinner": "^0.12.0-alpha.21",
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/icon": "^0.12.0-alpha.23",
"@gits-id/spinner": "^0.12.0-alpha.23",
"@gits-id/theme": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"vue": "^3.2.33",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.12.0-alpha.21",
"@gits-id/tailwind-config": "^0.12.0-alpha.23",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/test-utils": "^2.0.0-rc.17",
"autoprefixer": "^10.4.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/card

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/card
Expand Down
8 changes: 4 additions & 4 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/card",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Card Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -18,9 +18,9 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/button": "^0.12.0-alpha.21",
"@gits-id/theme": "^0.12.0-alpha.1",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/button": "^0.12.0-alpha.23",
"@gits-id/theme": "^0.12.0-alpha.23",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/test-utils": "^2.0.0-rc.17",
"autoprefixer": "^10.4.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/collapsible/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/collapsible

# [0.12.0-alpha.22](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.21...v0.12.0-alpha.22) (2022-11-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/collapsible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/collapsible",
"version": "0.12.0-alpha.22",
"version": "0.12.0-alpha.23",
"description": "GITS Collapsible Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"devDependencies": {
"@gits-id/icon": "^0.11.10",
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"vite": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/container

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/container
Expand Down
4 changes: 2 additions & 2 deletions packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/container",
"version": "0.12.0-alpha.21",
"version": "0.12.0-alpha.23",
"description": "GITS Container 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",
"devDependencies": {
"@gits-id/utils": "^0.12.0-alpha.21",
"@gits-id/utils": "^0.12.0-alpha.23",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

**Note:** Version bump only for package @gits-id/dropdown

# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)

**Note:** Version bump only for package @gits-id/dropdown
Expand Down
Loading

0 comments on commit 006d852

Please sign in to comment.