Skip to content

Commit 2eb3318

Browse files
committed
chore(release): bump version to 0.1.0-alpha.396
1 parent d07dda6 commit 2eb3318

File tree

10 files changed

+92
-5
lines changed

10 files changed

+92
-5
lines changed

CHANGELOG.md

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

6+
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
7+
8+
### Bug Fixes
9+
10+
- **CheckboxButton:** remove order
11+
([#1110](https://github.com/mittwald/flow/issues/1110))
12+
([4cec2c5](https://github.com/mittwald/flow/commit/4cec2c5f31ed5c912fb883f79052b8eb97e00106))
13+
- **List:** make list sorting case insensitive
14+
([#1109](https://github.com/mittwald/flow/issues/1109))
15+
([d23c616](https://github.com/mittwald/flow/commit/d23c616247a70595c04c70fe0607abc3a1201cb0))
16+
- **Table:** fix hover color
17+
([#1106](https://github.com/mittwald/flow/issues/1106))
18+
([c1854f8](https://github.com/mittwald/flow/commit/c1854f82e02457262d73436e65c55bc8f65b7328))
19+
20+
### Features
21+
22+
- **icons:** add icons for vhost, certificate, move, directory and sparkles
23+
([#1114](https://github.com/mittwald/flow/issues/1114))
24+
([d07dda6](https://github.com/mittwald/flow/commit/d07dda68f3c8432c2541f4fad0d70c6a8ad9c157))
25+
- **Markdown:** support blockquote
26+
([#1112](https://github.com/mittwald/flow/issues/1112))
27+
([b48fadb](https://github.com/mittwald/flow/commit/b48fadb22077a4e3be885289f15981759356a74b))
28+
29+
# Change Log
30+
31+
All notable changes to this project will be documented in this file. See
32+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33+
634
# [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
735

836
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
44
"packages": ["packages/*"],
5-
"version": "0.1.0-alpha.395"
5+
"version": "0.1.0-alpha.396"
66
}

packages/components/CHANGELOG.md

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

6+
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
7+
8+
### Bug Fixes
9+
10+
- **CheckboxButton:** remove order
11+
([#1110](https://github.com/mittwald/flow/issues/1110))
12+
([4cec2c5](https://github.com/mittwald/flow/commit/4cec2c5f31ed5c912fb883f79052b8eb97e00106))
13+
- **List:** make list sorting case insensitive
14+
([#1109](https://github.com/mittwald/flow/issues/1109))
15+
([d23c616](https://github.com/mittwald/flow/commit/d23c616247a70595c04c70fe0607abc3a1201cb0))
16+
- **Table:** fix hover color
17+
([#1106](https://github.com/mittwald/flow/issues/1106))
18+
([c1854f8](https://github.com/mittwald/flow/commit/c1854f82e02457262d73436e65c55bc8f65b7328))
19+
20+
### Features
21+
22+
- **icons:** add icons for vhost, certificate, move, directory and sparkles
23+
([#1114](https://github.com/mittwald/flow/issues/1114))
24+
([d07dda6](https://github.com/mittwald/flow/commit/d07dda68f3c8432c2541f4fad0d70c6a8ad9c157))
25+
- **Markdown:** support blockquote
26+
([#1112](https://github.com/mittwald/flow/issues/1112))
27+
([b48fadb](https://github.com/mittwald/flow/commit/b48fadb22077a4e3be885289f15981759356a74b))
28+
29+
# Change Log
30+
31+
All notable changes to this project will be documented in this file. See
32+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33+
634
# [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
735

836
### Features

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-react-components",
3-
"version": "0.1.0-alpha.395",
3+
"version": "0.1.0-alpha.396",
44
"type": "module",
55
"description": "A React implementation of Flow, mittwald’s design system",
66
"homepage": "https://mittwald.github.io/flow",

packages/design-tokens/CHANGELOG.md

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

6+
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
7+
8+
### Features
9+
10+
- **Markdown:** support blockquote
11+
([#1112](https://github.com/mittwald/flow/issues/1112))
12+
([b48fadb](https://github.com/mittwald/flow/commit/b48fadb22077a4e3be885289f15981759356a74b))
13+
14+
# Change Log
15+
16+
All notable changes to this project will be documented in this file. See
17+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18+
619
# [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
720

821
**Note:** Version bump only for package @mittwald/flow-design-tokens

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-design-tokens",
3-
"version": "0.1.0-alpha.395",
3+
"version": "0.1.0-alpha.396",
44
"type": "module",
55
"description": "The design tokens used in Flow, mittwald’s design system",
66
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",

packages/react-tunnel/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
7+
8+
**Note:** Version bump only for package @mittwald/react-tunnel
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
# [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
716

817
**Note:** Version bump only for package @mittwald/react-tunnel

packages/react-tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/react-tunnel",
3-
"version": "0.1.0-alpha.395",
3+
"version": "0.1.0-alpha.396",
44
"type": "module",
55
"description": "It's like a Portal – but with React components",
66
"keywords": [

packages/stylesheet/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
7+
8+
**Note:** Version bump only for package @mittwald/flow-stylesheet
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
# [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
716

817
**Note:** Version bump only for package @mittwald/flow-stylesheet

packages/stylesheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-stylesheet",
3-
"version": "0.1.0-alpha.395",
3+
"version": "0.1.0-alpha.396",
44
"type": "module",
55
"description": "A collection of CSS classes used in Flow, mittwald's design system.",
66
"homepage": "https://mittwald.github.io/flow",

0 commit comments

Comments
 (0)