Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vechaiui/[email protected]
 - @vechaiui/[email protected]
 - @vechaiui/[email protected]
 - @vechaiui/[email protected]
  • Loading branch information
pepelele committed Mar 18, 2022
1 parent 7dff984 commit b5356b4
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 deletions.
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2022-03-18)


### Bug Fixes

* **docs:** typo name constants ([6a89277](https://github.com/vechai/vechaiui/commit/6a89277ba7587700980f4caaa640d6972349e06f))
* **docs:** void click chevron up button ([5834ab1](https://github.com/vechai/vechaiui/commit/5834ab122f2b2171b2cb33b63549976a205f9987))
* form-control button padding ([0c4cc59](https://github.com/vechai/vechaiui/commit/0c4cc595045740bef614f5631d9a320b9f9ef8d5))
* property name correction ([89efdc4](https://github.com/vechai/vechaiui/commit/89efdc48b13ab928e2ceaa1ad0dd57f8ae1ea72e))


### Features

* **docs:** optional rendering `importer` and `propList` ([5ea65da](https://github.com/vechai/vechaiui/commit/5ea65dac6cbd9e5144aaa81030873f28ba82b472))





# [0.10.0](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2021-11-10)


Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechaiui/docs",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"scripts": {
"type-check": "tsc",
Expand All @@ -24,7 +24,7 @@
"@radix-ui/react-tabs": "^0.0.15",
"@radix-ui/react-tooltip": "^0.0.20",
"@vechaiui/core": "^0.6.0",
"@vechaiui/react": "^0.2.1",
"@vechaiui/react": "0.2.2",
"next": "11.1.0",
"next-seo": "^4.26.0",
"react": "17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/button/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.2.2](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2022-03-18)

**Note:** Version bump only for package @vechaiui/button





## [0.2.1](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2021-11-10)

**Note:** Version bump only for package @vechaiui/button
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechaiui/button",
"version": "0.2.1",
"version": "0.2.2",
"sideEffects": false,
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/checkbox/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.2.9](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2022-03-18)

**Note:** Version bump only for package @vechaiui/checkbox





## [0.2.8](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2021-11-10)

**Note:** Version bump only for package @vechaiui/checkbox
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechaiui/checkbox",
"version": "0.2.8",
"version": "0.2.9",
"sideEffects": false,
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.2.2](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2022-03-18)

**Note:** Version bump only for package @vechaiui/react





## [0.2.1](https://github.com/vechai/vechaiui/compare/@vechaiui/[email protected]...@vechaiui/[email protected]) (2021-11-10)

**Note:** Version bump only for package @vechaiui/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechaiui/react",
"version": "0.2.1",
"version": "0.2.2",
"sideEffects": false,
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@vechaiui/badge": "0.1.6",
"@vechaiui/breadcrumb": "0.1.7",
"@vechaiui/button": "0.1.7",
"@vechaiui/checkbox": "0.2.8",
"@vechaiui/checkbox": "0.2.9",
"@vechaiui/code": "0.1.6",
"@vechaiui/divider": "0.1.6",
"@vechaiui/dot": "0.1.6",
Expand Down

1 comment on commit b5356b4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vechaiui ready!

✅ Preview
https://vechaiui-e2ae7obnf-pepelele.vercel.app

Built with commit b5356b4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.