Skip to content

Commit

Permalink
chore: release packages (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jpntex and github-actions[bot] authored Feb 12, 2024
1 parent 2823946 commit 552f16e
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-roses-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-seas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-lizards-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-hounds-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-lions-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-chairs-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-trees-study.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @indielayer/create-ui

## 1.3.0

### Minor Changes

- feat: add datepicker component ([#57](https://github.com/indielayer/ui/pull/57)) ([`2823946`](https://github.com/indielayer/ui/commit/28239462fa59e701328e666705cb414bc24a7b6f))

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indielayer/create-ui",
"version": "1.2.0",
"version": "1.3.0",
"description": "An easy way to start a Indielayer UI project",
"type": "module",
"main": "outfile.cjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @indielayer/ui

## 1.6.0

### Minor Changes

- feat: add qr code component ([#52](https://github.com/indielayer/ui/pull/52)) ([`a4bf36c`](https://github.com/indielayer/ui/commit/a4bf36c6c173427d9d03021f0b4a672d8d23ed48))
- feat: add datepicker component ([#57](https://github.com/indielayer/ui/pull/57)) ([`2823946`](https://github.com/indielayer/ui/commit/28239462fa59e701328e666705cb414bc24a7b6f))

### Patch Changes

- fix(formgroup): keyup space validate ([#56](https://github.com/indielayer/ui/pull/56)) ([`8c52a57`](https://github.com/indielayer/ui/commit/8c52a57338ca90d60217e10d634c038e5478e035))
- feat(menu): add minimal version ([#55](https://github.com/indielayer/ui/pull/55)) ([`812df36`](https://github.com/indielayer/ui/commit/812df362425f9953175499c97c77511cb5b13207))
- fix(carousel): bind total and current to slots ([#53](https://github.com/indielayer/ui/pull/53)) ([`76e3856`](https://github.com/indielayer/ui/commit/76e38567b1e9f893382cc685b604a91961c3e0b1))
- fix(button): ts link to as object ([#50](https://github.com/indielayer/ui/pull/50)) ([`12e90b7`](https://github.com/indielayer/ui/commit/12e90b76fbaa48e25c233995a3bdfd09b22d494e))
- feat(slider): input range refactor ([#54](https://github.com/indielayer/ui/pull/54)) ([`23dda94`](https://github.com/indielayer/ui/commit/23dda9414fe834723c035cac3cc0fc318480f75c))

## 1.5.2

### Patch Changes
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": "@indielayer/ui",
"version": "1.5.2",
"version": "1.6.0",
"description": "Indielayer UI Components with Tailwind CSS build for Vue 3",
"author": {
"name": "João Teixeira",
Expand Down

0 comments on commit 552f16e

Please sign in to comment.