Skip to content

Commit

Permalink
v0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Dec 5, 2022
1 parent 050be1a commit 3c47000
Show file tree
Hide file tree
Showing 84 changed files with 356 additions and 175 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

### Bug Fixes

- **VAvatar:** fix avatar font size variable and text-transform ([51ee85a](https://github.com/gitsindonesia/ui-component/commit/51ee85ac72659aa34d92023c158c4bb182c9c2e2))

### Features

- **VSwitch:** customizable switch with CSS Properties ([#53](https://github.com/gitsindonesia/ui-component/issues/53)) ([93dd68e](https://github.com/gitsindonesia/ui-component/commit/93dd68e64cae64952a7d6f5ea3623bef680b7979))
- **VToast:** revamp toast component ([#52](https://github.com/gitsindonesia/ui-component/issues/52)) ([f0415d5](https://github.com/gitsindonesia/ui-component/commit/f0415d5ee20cfa8a9c1fa1573c5bf7ec1240e5f7))

## [0.13.8](https://github.com/gitsindonesia/ui-component/compare/v0.13.7...v0.13.8) (2022-12-02)

### Features
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.13.8",
"version": "0.13.9",
"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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/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": "@gits-id/alert",
"version": "0.13.6",
"version": "0.13.9",
"description": "GITS Alert Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,8 +15,8 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/icon": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/icon": "^0.13.9",
"@gits-id/theme": "^0.13.0",
"@gits-id/utils": "^0.13.0",
"vue": "^3.2.33"
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/app-bar
Expand Down
8 changes: 4 additions & 4 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.13.6",
"version": "0.13.9",
"description": "Application Bar / Navigation Bar Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -19,9 +19,9 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/icon": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/icon": "^0.13.9",
"@gits-id/tailwind-config": "^0.13.9",
"@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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/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": "@gits-id/autocomplete",
"version": "0.13.6",
"version": "0.13.9",
"description": "GITS Autocomplete Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,14 +15,14 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/icon": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/icon": "^0.13.9",
"@headlessui/vue": "^1.6.0",
"tailwindcss": "^3.0.23",
"vue": "^3.2.31"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.9",
"@gits-id/utils": "^0.13.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/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": "@gits-id/avatar",
"version": "0.13.6",
"version": "0.13.9",
"description": "Avatar Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -19,7 +19,7 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.9",
"@gits-id/utils": "^0.13.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/badge
Expand Down
6 changes: 3 additions & 3 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.13.6",
"version": "0.13.9",
"description": "GITS Badge Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,11 +15,11 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/icon": "^0.13.6",
"@gits-id/icon": "^0.13.9",
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.9",
"@gits-id/theme": "^0.13.0",
"@gits-id/utils": "^0.13.0",
"@vue/test-utils": "^2.0.0-rc.17",
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/breadcrumbs
Expand Down
4 changes: 2 additions & 2 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.13.6",
"version": "0.13.9",
"description": "GITS Breadcrumbs 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": {
"@gits-id/icon": "^0.13.6",
"@gits-id/icon": "^0.13.9",
"vue": "^3.2.33",
"vue-router": "^4.1.5"
},
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/button
Expand Down
8 changes: 4 additions & 4 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.13.6",
"version": "0.13.9",
"description": "GITS Button Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -16,8 +16,8 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/icon": "^0.13.6",
"@gits-id/spinner": "^0.13.6",
"@gits-id/icon": "^0.13.9",
"@gits-id/spinner": "^0.13.9",
"@gits-id/theme": "^0.13.0",
"@gits-id/utils": "^0.13.0",
"vue": "^3.2.33",
Expand All @@ -28,7 +28,7 @@
"@iconify/vue": "^3.2.1"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.9",
"@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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/card
Expand Down
4 changes: 2 additions & 2 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.13.6",
"version": "0.13.9",
"description": "GITS Card Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -18,7 +18,7 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/theme": "^0.13.0",
"@gits-id/utils": "^0.13.0",
"@vitejs/plugin-vue": "^2.2.4",
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

# [0.13.0](https://github.com/gitsindonesia/ui-component/compare/v0.12.0...v0.13.0) (2022-11-24)

**Note:** Version bump only for package @gits-id/collapsible
Expand Down
2 changes: 1 addition & 1 deletion packages/collapsible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/collapsible",
"version": "0.13.0",
"version": "0.13.9",
"description": "GITS Collapsible Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/dropdown",
"version": "0.13.6",
"version": "0.13.9",
"description": "GITS Dropdown Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -15,14 +15,14 @@
"author": "Warsono <warsono16694@gmail.com>",
"license": "MIT",
"dependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/icon": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/icon": "^0.13.9",
"@headlessui/vue": "^1.6.0",
"tailwindcss": "^3.0.23",
"vue": "^3.2.31"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.9",
"@gits-id/utils": "^0.13.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

**Note:** Version bump only for package @gits-id/editor
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/editor",
"version": "0.13.6",
"version": "0.13.9",
"description": "GITS Rich Text Editor Component",
"scripts": {
"build": "vite build && npm run build-types && npm run move-types",
Expand All @@ -26,8 +26,8 @@
"vue": "^3.2.31"
},
"devDependencies": {
"@gits-id/button": "^0.13.6",
"@gits-id/tailwind-config": "^0.13.6",
"@gits-id/button": "^0.13.9",
"@gits-id/tailwind-config": "^0.13.9",
"@gits-id/utils": "^0.13.0",
"@headlessui/vue": "^1.6.0",
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/forms/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.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)

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

## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)

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

0 comments on commit 3c47000

Please sign in to comment.