Skip to content

Commit

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

- [#34](#34)
[`7405dab`](7405dab)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to
load .env file

- [#40](#40)
[`a3744db`](a3744db)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error
handling to core cli

- Updated dependencies
\[[`7405dab`](7405dab),
[`a3744db`](a3744db)]:
    -   @dandori/[email protected]
    -   @dandori/[email protected]
    -   @dandori/[email protected]

## @dandori/[email protected]

### Patch Changes

- [#34](#34)
[`7405dab`](7405dab)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to
load .env file

- [#40](#40)
[`a3744db`](a3744db)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error
handling to core cli

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

## @dandori/[email protected]

### Patch Changes

- [#34](#34)
[`7405dab`](7405dab)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to
load .env file

## @dandori/[email protected]

### Patch Changes

- [#34](#34)
[`7405dab`](7405dab)
Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to
load .env file

- Updated dependencies
\[[`7405dab`](7405dab),
[`a3744db`](a3744db)]:
    -   @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 5, 2023
1 parent 16299e3 commit 62a8e2f
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/flat-windows-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-cups-stare.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file

- [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli

- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]:
- @dandori/core@0.0.12
- @dandori/libs@0.0.12
- @dandori/ui@0.0.12

## 0.0.11

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

## 0.0.12

### Patch Changes

- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file

- [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli

- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b)]:
- @dandori/libs@0.0.12

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.12

### Patch Changes

- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.12

### Patch Changes

- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file

- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]:
- @dandori/core@0.0.12

## 0.0.11

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

0 comments on commit 62a8e2f

Please sign in to comment.