Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 29f3d9d

Browse files
authored
Merge pull request #182 from agile-ts/changeset-release/master
Next Release
2 parents 7b90274 + 7af8ad6 commit 29f3d9d

File tree

16 files changed

+160
-36
lines changed

16 files changed

+160
-36
lines changed

.changeset/strong-jars-occur.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @agile-ts/api
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- 2f2724f: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### :nail_care: Polish
13+
14+
- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
15+
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))
16+
17+
#### Committers: 1
18+
19+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
20+
21+
- Updated dependencies [2f2724f]
22+
- @agile-ts/utils@0.0.7
23+
324
## 0.0.20
425

526
### Patch Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/api",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -31,7 +31,7 @@
3131
"@agile-ts/utils": "file:../utils"
3232
},
3333
"dependencies": {
34-
"@agile-ts/utils": "^0.0.6"
34+
"@agile-ts/utils": "^0.0.7"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 2f2724f: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### :nail_care: Polish
13+
14+
- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
15+
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))
16+
17+
#### Committers: 1
18+
19+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
20+
21+
- Updated dependencies [2f2724f]
22+
- @agile-ts/logger@0.0.7
23+
- @agile-ts/utils@0.0.7
24+
325
## 0.1.1
426

527
### Patch Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -44,10 +44,10 @@
4444
"@agile-ts/utils": "file:../utils"
4545
},
4646
"dependencies": {
47-
"@agile-ts/utils": "^0.0.6"
47+
"@agile-ts/utils": "^0.0.7"
4848
},
4949
"peerDependencies": {
50-
"@agile-ts/logger": "^0.0.6"
50+
"@agile-ts/logger": "^0.0.7"
5151
},
5252
"peerDependenciesMeta": {
5353
"@agile-ts/logger": {

packages/event/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- 2f2724f: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### :nail_care: Polish
13+
14+
- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
15+
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))
16+
17+
#### Committers: 1
18+
19+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
20+
21+
- Updated dependencies [2f2724f]
22+
- @agile-ts/core@0.1.2
23+
324
## 0.0.9
425

526
### Patch Changes

packages/event/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/event",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -33,7 +33,7 @@
3333
},
3434
"peerDependencies": {
3535
"react": "^16.13.1",
36-
"@agile-ts/core": "^0.1.1"
36+
"@agile-ts/core": "^0.1.2"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/logger/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @agile-ts/logger
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 2f2724f: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### :nail_care: Polish
13+
14+
- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
15+
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))
16+
17+
#### Committers: 1
18+
19+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
20+
21+
- Updated dependencies [2f2724f]
22+
- @agile-ts/utils@0.0.7
23+
324
## 0.0.6
425

526
### Patch Changes

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/logger",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
@@ -30,7 +30,7 @@
3030
"@agile-ts/utils": "file:../utils"
3131
},
3232
"dependencies": {
33-
"@agile-ts/utils": "^0.0.6"
33+
"@agile-ts/utils": "^0.0.7"
3434
},
3535
"publishConfig": {
3636
"access": "public"

packages/multieditor/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @agile-ts/multieditor
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- 2f2724f: #### :bug: Bug Fix
8+
9+
- `core`
10+
- [#176](https://github.com/agile-ts/agile/pull/176) Fix persisting dynamically added items ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### :nail_care: Polish
13+
14+
- `api`, `core`, `event`, `logger`, `multieditor`, `react`, `utils`
15+
- [#177](https://github.com/agile-ts/agile/pull/177) Optimize default configurations ([@bennodev19](https://github.com/bennodev19))
16+
17+
#### Committers: 1
18+
19+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
20+
21+
- Updated dependencies [2f2724f]
22+
- @agile-ts/core@0.1.2
23+
324
## 0.0.19
425

526
### Patch Changes

0 commit comments

Comments
 (0)