Skip to content

Commit

Permalink
Version Packages (#6)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @dandori/[email protected]

### Patch Changes

- [#5](#5)
[`f8c0111`](f8c0111)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test

- Updated dependencies
\[[`f8c0111`](f8c0111)]:
    -   @dandori/[email protected]
    -   @dandori/[email protected]

## @dandori/[email protected]

### Patch Changes

- [#5](#5)
[`f8c0111`](f8c0111)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test

## @dandori/[email protected]

### Patch Changes

- [#5](#5)
[`f8c0111`](f8c0111)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test

- Updated dependencies
\[[`f8c0111`](f8c0111)]:
    -   @dandori/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hiroki0525 and github-actions[bot] authored Sep 15, 2023
1 parent 44657f6 commit 7fac654
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/red-buttons-float.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @dandori/cli

## 0.0.2

### Patch Changes

- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test

- Updated dependencies [[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]:
- @dandori/core@0.0.2
- @dandori/ui@0.0.2
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,8 +15,7 @@
"keywords": [],
"author": "Hiroki Miyaji",
"license": "MIT",
"devDependencies": {
},
"devDependencies": {},
"dependencies": {
"commander": "^11.0.0",
"chalk": "^5.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dandori/core

## 0.0.2

### Patch Changes

- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,8 +12,7 @@
"keywords": [],
"author": "Hiroki Miyaji",
"license": "MIT",
"devDependencies": {
},
"devDependencies": {},
"dependencies": {
"dotenv": "^16.3.1",
"openai": "^4.4.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @dandori/ui

## 0.0.2

### Patch Changes

- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test

- Updated dependencies [[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]:
- @dandori/core@0.0.2
5 changes: 2 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,8 +12,7 @@
"keywords": [],
"author": "Hiroki Miyaji",
"license": "MIT",
"devDependencies": {
},
"devDependencies": {},
"dependencies": {
"@mirohq/miro-api": "^2.0.2"
},
Expand Down

0 comments on commit 7fac654

Please sign in to comment.