Skip to content

Commit

Permalink
Version Packages (#86)
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/cli@0.0.21

### Patch Changes

- Updated dependencies
\[[`c4fff7f`](c4fff7f)]:
    -   @dandori/libs@0.0.21
    -   @dandori/ui@0.0.21
    -   @dandori/core@0.0.21

## @dandori/core@0.0.21

### Patch Changes

- Updated dependencies
\[[`c4fff7f`](c4fff7f)]:
    -   @dandori/libs@0.0.21

## @dandori/libs@0.0.21

### Patch Changes

- [#85](#85)
[`c4fff7f`](c4fff7f)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api
key option

## @dandori/ui@0.0.21

### Patch Changes

- [#85](#85)
[`c4fff7f`](c4fff7f)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api
key option

-   Updated dependencies \[]:
    -   @dandori/core@0.0.21

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hiroki0525 and github-actions[bot] authored Dec 8, 2023
1 parent c4fff7f commit b9a1ca4
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-foxes-approve.md

This file was deleted.

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

## 0.0.21

### Patch Changes

- Updated dependencies [[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]:
- @dandori/libs@0.0.21
- @dandori/ui@0.0.21
- @dandori/core@0.0.21

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/cli",
"version": "0.0.20",
"version": "0.0.21",
"private": false,
"description": "",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dandori/core

## 0.0.21

### Patch Changes

- Updated dependencies [[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]:
- @dandori/libs@0.0.21

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/core",
"version": "0.0.20",
"version": "0.0.21",
"private": false,
"description": "",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dandori/libs

## 0.0.21

### Patch Changes

- [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandori/libs",
"version": "0.0.20",
"version": "0.0.21",
"private": false,
"description": "",
"repository": {
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 @@
# @dandori/ui

## 0.0.21

### Patch Changes

- [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option

- Updated dependencies []:
- @dandori/core@0.0.21

## 0.0.20

### 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": "@dandori/ui",
"version": "0.0.20",
"version": "0.0.21",
"private": false,
"description": "",
"repository": {
Expand Down

0 comments on commit b9a1ca4

Please sign in to comment.