Skip to content

Commit

Permalink
v0.17.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 20, 2023
1 parent f8ccce1 commit b7e600a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.17.0-beta.2](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.1...v0.17.0-beta.2) (2023-02-20)


### Features

* **ui:** register stepper components ([#129](https://github.com/gitsindonesia/ui-component/issues/129)) ([f8ccce1](https://github.com/gitsindonesia/ui-component/commit/f8ccce18e634180e095454e39414a9424da409a2))





# [0.17.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.0...v0.17.0-beta.1) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"starter/*",
"packages/*"
],
"version": "0.17.0-beta.1",
"version": "0.17.0-beta.2",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/nuxt/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.

# [0.17.0-beta.2](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.1...v0.17.0-beta.2) (2023-02-20)

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





# [0.17.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.0...v0.17.0-beta.1) (2023-02-20)

**Note:** Version bump only for package @gits-id/ui-nuxt
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gits-id/ui-nuxt",
"description": "Nuxt module for GITS UI Component",
"version": "0.17.0-beta.1",
"version": "0.17.0-beta.2",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -23,7 +23,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@gits-id/ui": "^0.17.0-beta.1",
"@gits-id/ui": "^0.17.0-beta.2",
"@nuxt/kit": "^3.1.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/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.17.0-beta.2](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.1...v0.17.0-beta.2) (2023-02-20)


### Features

* **ui:** register stepper components ([#129](https://github.com/gitsindonesia/ui-component/issues/129)) ([f8ccce1](https://github.com/gitsindonesia/ui-component/commit/f8ccce18e634180e095454e39414a9424da409a2))





# [0.17.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v0.17.0-beta.0...v0.17.0-beta.1) (2023-02-20)

**Note:** Version bump only for package @gits-id/ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gits-id/ui",
"version": "0.17.0-beta.1",
"version": "0.17.0-beta.2",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit b7e600a

Please sign in to comment.