Skip to content

Commit

Permalink
chore: version packages (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <[email protected]>
  • Loading branch information
asyncapi-bot and asyncapi-bot authored Jun 10, 2024
1 parent f5676ec commit 606a933
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-parrots-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bulldogs-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-donuts-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-jobs-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-hounds-occur.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/studio-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# studio-next

## 0.1.1

### Patch Changes

- a4b7fd1: Use Next.js framework
2 changes: 1 addition & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-next",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @asyncapi/studio-ui

## 0.4.0

### Minor Changes

- 2c0ab6c: Add Form component.
- 2c0ab6c: Added TextArea component.
- 2c0ab6c: Add Dropdown component.
- 2c0ab6c: Add TextInput component.

## 0.3.0

### Minor 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": "@asyncapi/studio-ui",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"types": "./components/index.tsx",
"sideEffects": [
Expand Down

0 comments on commit 606a933

Please sign in to comment.