Skip to content

Commit d6ed4f2

Browse files
committed
chore: Release 0.27.0
1 parent d038e92 commit d6ed4f2

File tree

9 files changed

+124
-0
lines changed

9 files changed

+124
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.27.0](https://github.com/daybrush/guides/compare/0.26.5...0.27.0) (2023-06-01)
7+
### :sparkles: Packages
8+
* `croact-guides` 0.24.0
9+
* `@scena/guides` 0.27.0
10+
* `preact-guides` 0.26.0
11+
* `@scena/react-guides` 0.26.0
12+
* `svelte-guides` 0.26.0
13+
* `vue-guides` 0.26.0
14+
* `vue3-guides` 0.10.0
15+
* `ngx-guides` 0.26.0
16+
17+
18+
### :rocket: New Features
19+
20+
* `preact-guides`, `croact-guides`, `@scena/react-guides`, `@scena/guides`
21+
* update ruler and modules ([f528ce4](https://github.com/daybrush/guides/commit/f528ce4c7ef6dd554112a7b86a0f7449d7cd230f))
22+
* `svelte-guides`
23+
* support svelte types ([a401a7a](https://github.com/daybrush/guides/commit/a401a7a4f1325e8364aef55d1728a27167dc1c91))
24+
25+
26+
### :mega: Other
27+
28+
* All
29+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
30+
31+
32+
633
## [0.26.5](https://github.com/daybrush/guides/compare/0.26.4...0.26.5) (2023-05-16)
734
### :sparkles: Packages
835
* `croact-guides` 0.23.3

packages/croact-guides/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.24.0](https://github.com/daybrush/guides/blob/master/packages/croact-guides/compare/[email protected]@0.24.0) (2023-06-01)
7+
8+
9+
### :rocket: New Features
10+
11+
* update ruler and modules ([f528ce4](https://github.com/daybrush/guides/blob/master/packages/croact-guides/commit/f528ce4c7ef6dd554112a7b86a0f7449d7cd230f))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([d038e92](https://github.com/daybrush/guides/blob/master/packages/croact-guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
17+
18+
19+
620
## [0.23.3](https://github.com/daybrush/guides/blob/master/packages/croact-guides/compare/[email protected]@0.23.3) (2023-05-16)
721

822

packages/guides/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.27.0](https://github.com/daybrush/guides/compare/@scena/[email protected]...@scena/[email protected]) (2023-06-01)
7+
8+
9+
### :rocket: New Features
10+
11+
* update ruler and modules ([f528ce4](https://github.com/daybrush/guides/commit/f528ce4c7ef6dd554112a7b86a0f7449d7cd230f))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
17+
18+
19+
620
## [0.26.5](https://github.com/daybrush/guides/compare/@scena/[email protected]...@scena/[email protected]) (2023-05-16)
721

822

packages/ngx-guides/projects/ngx-guides/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/daybrush/guides/compare/[email protected]@0.26.0) (2023-06-01)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
12+
13+
14+
615
## [0.25.5](https://github.com/daybrush/guides/compare/[email protected]@0.25.5) (2023-05-16)
716

817

packages/preact-guides/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/daybrush/guides/blob/master/packages/preact-guides/compare/[email protected]@0.26.0) (2023-06-01)
7+
8+
9+
### :rocket: New Features
10+
11+
* update ruler and modules ([f528ce4](https://github.com/daybrush/guides/blob/master/packages/preact-guides/commit/f528ce4c7ef6dd554112a7b86a0f7449d7cd230f))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([d038e92](https://github.com/daybrush/guides/blob/master/packages/preact-guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
17+
18+
19+
620
## [0.25.3](https://github.com/daybrush/guides/blob/master/packages/preact-guides/compare/[email protected]@0.25.3) (2023-05-16)
721

822

packages/react-guides/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/daybrush/guides/blob/master/packages/react-guides/compare/@scena/[email protected]...@scena/[email protected]) (2023-06-01)
7+
8+
9+
### :rocket: New Features
10+
11+
* update ruler and modules ([f528ce4](https://github.com/daybrush/guides/blob/master/packages/react-guides/commit/f528ce4c7ef6dd554112a7b86a0f7449d7cd230f))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([d038e92](https://github.com/daybrush/guides/blob/master/packages/react-guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
17+
18+
19+
620
## [0.25.3](https://github.com/daybrush/guides/blob/master/packages/react-guides/compare/@scena/[email protected]...@scena/[email protected]) (2023-05-16)
721

822

packages/svelte-guides/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/daybrush/guides/compare/[email protected]@0.26.0) (2023-06-01)
7+
8+
9+
### :rocket: New Features
10+
11+
* support svelte types ([a401a7a](https://github.com/daybrush/guides/commit/a401a7a4f1325e8364aef55d1728a27167dc1c91))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
17+
18+
19+
620
## [0.25.5](https://github.com/daybrush/guides/compare/[email protected]@0.25.5) (2023-05-16)
721

822

packages/vue-guides/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/daybrush/guides/compare/[email protected]@0.26.0) (2023-06-01)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
12+
13+
14+
615
## [0.25.5](https://github.com/daybrush/guides/compare/[email protected]@0.25.5) (2023-05-16)
716

817

packages/vue3-guides/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.0](https://github.com/daybrush/guides/compare/[email protected]@0.10.0) (2023-06-01)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([d038e92](https://github.com/daybrush/guides/commit/d038e92046e55f0f65f4ddde24f12ed117fd64e2))
12+
13+
14+
615
## [0.9.5](https://github.com/daybrush/guides/compare/[email protected]@0.9.5) (2023-05-16)
716

817

0 commit comments

Comments
 (0)