Skip to content

Commit

Permalink
Version Packages (#73)
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

- [#72](#72)
[`62694de1de3cf786c8a75d50d5001eabdd028002`](62694de)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - change default
logger

- Updated dependencies
\[[`62694de1de3cf786c8a75d50d5001eabdd028002`](62694de)]:
    -   @dandori/[email protected]
    -   @dandori/[email protected]
    -   @dandori/[email protected]

## @dandori/[email protected]

### Patch Changes

- Updated dependencies
\[[`62694de1de3cf786c8a75d50d5001eabdd028002`](62694de)]:
    -   @dandori/[email protected]

## @dandori/[email protected]

### Patch Changes

- [#72](#72)
[`62694de1de3cf786c8a75d50d5001eabdd028002`](62694de)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - change default
logger

## @dandori/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @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 Nov 29, 2023
1 parent 62694de commit 722651c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-jars-fold.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
@@ -1,5 +1,16 @@
# @dandori/cli

## 0.0.17

### Patch Changes

- [#72](https://github.com/hiroki0525/dandori/pull/72) [`62694de1de3cf786c8a75d50d5001eabdd028002`](https://github.com/hiroki0525/dandori/commit/62694de1de3cf786c8a75d50d5001eabdd028002) Thanks [@hiroki0525](https://github.com/hiroki0525)! - change default logger

- Updated dependencies [[`62694de1de3cf786c8a75d50d5001eabdd028002`](https://github.com/hiroki0525/dandori/commit/62694de1de3cf786c8a75d50d5001eabdd028002)]:
- @dandori/libs@0.0.17
- @dandori/core@0.0.17
- @dandori/ui@0.0.17

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.17

### Patch Changes

- Updated dependencies [[`62694de1de3cf786c8a75d50d5001eabdd028002`](https://github.com/hiroki0525/dandori/commit/62694de1de3cf786c8a75d50d5001eabdd028002)]:
- @dandori/libs@0.0.17

## 0.0.15

### 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.15",
"version": "0.0.17",
"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.17

### Patch Changes

- [#72](https://github.com/hiroki0525/dandori/pull/72) [`62694de1de3cf786c8a75d50d5001eabdd028002`](https://github.com/hiroki0525/dandori/commit/62694de1de3cf786c8a75d50d5001eabdd028002) Thanks [@hiroki0525](https://github.com/hiroki0525)! - change default logger

## 0.0.15

### 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.15",
"version": "0.0.17",
"private": false,
"description": "",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dandori/ui

## 0.0.17

### Patch Changes

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

## 0.0.16

### 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.16",
"version": "0.0.17",
"private": false,
"description": "",
"repository": {
Expand Down

0 comments on commit 722651c

Please sign in to comment.