Skip to content

Commit a444fb3

Browse files
committed
chore(release): bump version to 0.1.0-alpha.399
1 parent 30e6700 commit a444fb3

File tree

10 files changed

+58
-5
lines changed

10 files changed

+58
-5
lines changed

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.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
7+
8+
### Features
9+
10+
- **icon:** add mobile, desktop, link and bulb icon
11+
([#1123](https://github.com/mittwald/flow/issues/1123))
12+
([30e6700](https://github.com/mittwald/flow/commit/30e6700baa8103ffb242ba8363ab7bea14c404a6))
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.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
720

821
### 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.398"
5+
"version": "0.1.0-alpha.399"
66
}

packages/components/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.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
7+
8+
### Features
9+
10+
- **icon:** add mobile, desktop, link and bulb icon
11+
([#1123](https://github.com/mittwald/flow/issues/1123))
12+
([30e6700](https://github.com/mittwald/flow/commit/30e6700baa8103ffb242ba8363ab7bea14c404a6))
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.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
720

821
### 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.398",
3+
"version": "0.1.0-alpha.399",
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: 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.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
7+
8+
**Note:** Version bump only for package @mittwald/flow-design-tokens
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.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
716

817
**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.398",
3+
"version": "0.1.0-alpha.399",
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.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
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.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
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.398",
3+
"version": "0.1.0-alpha.399",
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.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
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.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
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.398",
3+
"version": "0.1.0-alpha.399",
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)