Skip to content

Commit

Permalink
Version Packages (#104)
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.25

### Patch Changes

- Updated dependencies
\[[`4b52daa`](4b52daa)]:
    -   @dandori/core@0.0.25
    -   @dandori/libs@0.0.25
    -   @dandori/ui@0.0.25

## @dandori/core@0.0.25

### Patch Changes

- [#103](#103)
[`4b52daa`](4b52daa)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default
notion props

- Updated dependencies
\[[`4b52daa`](4b52daa)]:
    -   @dandori/libs@0.0.25

## @dandori/libs@0.0.25

### Patch Changes

- [#103](#103)
[`4b52daa`](4b52daa)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default
notion props

## @dandori/ui@0.0.25

### Patch Changes

- [#103](#103)
[`4b52daa`](4b52daa)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default
notion props

- Updated dependencies
\[[`4b52daa`](4b52daa)]:
    -   @dandori/core@0.0.25

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hiroki0525 and github-actions[bot] authored Jan 22, 2024
1 parent 4b52daa commit 5b8d252
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/poor-trees-lick.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.25

### Patch Changes

- Updated dependencies [[`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9)]:
- @dandori/core@0.0.25
- @dandori/libs@0.0.25
- @dandori/ui@0.0.25

## 0.0.24

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

## 0.0.25

### Patch Changes

- [#103](https://github.com/hiroki0525/dandori/pull/103) [`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default notion props

- Updated dependencies [[`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9)]:
- @dandori/libs@0.0.25

## 0.0.23

### 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.23",
"version": "0.0.25",
"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.25

### Patch Changes

- [#103](https://github.com/hiroki0525/dandori/pull/103) [`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default notion props

## 0.0.22

### 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.22",
"version": "0.0.25",
"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.25

### Patch Changes

- [#103](https://github.com/hiroki0525/dandori/pull/103) [`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Fix default notion props

- Updated dependencies [[`4b52daa`](https://github.com/hiroki0525/dandori/commit/4b52daa1a2eaa0f5dc8d83f5c0eb0f95dd22a1c9)]:
- @dandori/core@0.0.25

## 0.0.24

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

0 comments on commit 5b8d252

Please sign in to comment.