Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit a5ec2ee

Browse files
Version Packages (#25)
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 - [#24](#24) [`b4afe1a`](b4afe1a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests - [#31](#31) [`9863008`](9863008) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Change filter option to optionalTaskProps - Updated dependencies \[[`fda760c`](fda760c), [`b4afe1a`](b4afe1a), [`9863008`](9863008)]: - @dandori/[email protected] - @dandori/[email protected] - @dandori/[email protected] ## @dandori/[email protected] ### Patch Changes - [#28](#28) [`fda760c`](fda760c) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add fiter option - [#24](#24) [`b4afe1a`](b4afe1a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests - [#31](#31) [`9863008`](9863008) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Change filter option to optionalTaskProps - Updated dependencies \[[`b4afe1a`](b4afe1a)]: - @dandori/[email protected] ## @dandori/[email protected] ### Patch Changes - [#24](#24) [`b4afe1a`](b4afe1a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests ## @dandori/[email protected] ### Patch Changes - [#24](#24) [`b4afe1a`](b4afe1a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests - Updated dependencies \[[`fda760c`](fda760c), [`b4afe1a`](b4afe1a), [`9863008`](9863008)]: - @dandori/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9863008 commit a5ec2ee

11 files changed

+45
-23
lines changed

.changeset/brave-kids-play.md

-5
This file was deleted.

.changeset/lazy-lobsters-whisper.md

-8
This file was deleted.

.changeset/tame-dingos-kiss.md

-6
This file was deleted.

packages/cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @dandori/cli
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hiroki0525/dandori/pull/24) [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests
8+
9+
- [#31](https://github.com/hiroki0525/dandori/pull/31) [`9863008`](https://github.com/hiroki0525/dandori/commit/9863008896032a7fb95f366fe309481651c4d469) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Change filter option to optionalTaskProps
10+
11+
- Updated dependencies [[`fda760c`](https://github.com/hiroki0525/dandori/commit/fda760cc26fdd349b470d0d7248410ed436fb767), [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b), [`9863008`](https://github.com/hiroki0525/dandori/commit/9863008896032a7fb95f366fe309481651c4d469)]:
12+
- @dandori/core@0.0.11
13+
- @dandori/libs@0.0.11
14+
- @dandori/ui@0.0.11
15+
316
## 0.0.10
417

518
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dandori/cli",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": false,
55
"description": "",
66
"repository": {

packages/core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @dandori/core
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/hiroki0525/dandori/pull/28) [`fda760c`](https://github.com/hiroki0525/dandori/commit/fda760cc26fdd349b470d0d7248410ed436fb767) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add fiter option
8+
9+
- [#24](https://github.com/hiroki0525/dandori/pull/24) [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests
10+
11+
- [#31](https://github.com/hiroki0525/dandori/pull/31) [`9863008`](https://github.com/hiroki0525/dandori/commit/9863008896032a7fb95f366fe309481651c4d469) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Change filter option to optionalTaskProps
12+
13+
- Updated dependencies [[`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b)]:
14+
- @dandori/libs@0.0.11
15+
316
## 0.0.10
417

518
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dandori/core",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": false,
55
"description": "",
66
"repository": {

packages/libs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dandori/libs
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hiroki0525/dandori/pull/24) [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests
8+
39
## 0.0.10
410

511
### Patch Changes

packages/libs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dandori/libs",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": false,
55
"description": "",
66
"repository": {

packages/ui/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @dandori/ui
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hiroki0525/dandori/pull/24) [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add tests
8+
9+
- Updated dependencies [[`fda760c`](https://github.com/hiroki0525/dandori/commit/fda760cc26fdd349b470d0d7248410ed436fb767), [`b4afe1a`](https://github.com/hiroki0525/dandori/commit/b4afe1a1b765d3f8cb0b24dc20d35495a550520b), [`9863008`](https://github.com/hiroki0525/dandori/commit/9863008896032a7fb95f366fe309481651c4d469)]:
10+
- @dandori/core@0.0.11
11+
312
## 0.0.10
413

514
### Patch Changes

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dandori/ui",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": false,
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)