Skip to content

Commit

Permalink
chore(release): bump version to 0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 1, 2024
1 parent 6f31a8f commit 32d5161
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 4 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)

### Bug Fixes

- **Badge:** should be an inline element
([2870587](https://github.com/mittwald/flow/commit/287058764d53f62db25b70f38994a57bde69bf07))
- **Button:** icon is not centered
([28d3f81](https://github.com/mittwald/flow/commit/28d3f819022f02d5709113d039ac8e3e0da6ef0b))
- **Button:** should be an inline element
([c636747](https://github.com/mittwald/flow/commit/c636747def24cccffd954819f3260d7ad880f87f))
- **docs:** commit generated imports file
([9ee0a53](https://github.com/mittwald/flow/commit/9ee0a53d952a24e459b45a9e3efbbd5934b8b90c))
- **docs:** generated imports file is not stable
([348e472](https://github.com/mittwald/flow/commit/348e47237061cef62251906db535deda183fe61b))
- **docs:** wrong import path
([5d191aa](https://github.com/mittwald/flow/commit/5d191aa44bf6d0e05470c6cf77bfe77ca874f0e9))
- include Font Awesome styles in initial stylesheet
([fe6c060](https://github.com/mittwald/flow/commit/fe6c06053ae0726699c20bc4621ce5a75554242a))
- **LiveCodeEditor:** works not with fragements
([7619db7](https://github.com/mittwald/flow/commit/7619db7447876fd4f7e6ab91358ebc134e6d98c6))
- **Storybook:** missing styles
([f5b51d0](https://github.com/mittwald/flow/commit/f5b51d05c8e0fdfa0b4f5a581216e81891ab82b7))

### Features

- **docs:** add some basic styling
([dc7d74a](https://github.com/mittwald/flow/commit/dc7d74a2e4802ccd979ba25108c5d3d06d6caf6b))
- **docs:** group pages
([d881b99](https://github.com/mittwald/flow/commit/d881b993f60f26835260d139b6142801b23110df))
- **Icon:** support fixed width
([f057ddb](https://github.com/mittwald/flow/commit/f057ddbe41d33a51662876f63ddd1b5fbb010e4f))
- **LiveCodeEditor:** add Row component
([5c4b85a](https://github.com/mittwald/flow/commit/5c4b85a489cffaf7bed3db34027204a31ab2ef08))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "0.1.0-alpha.4"
"version": "0.1.0-alpha.5"
}
25 changes: 25 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)

### Bug Fixes

- **Badge:** should be an inline element
([2870587](https://github.com/mittwald/flow/commit/287058764d53f62db25b70f38994a57bde69bf07))
- **Button:** icon is not centered
([28d3f81](https://github.com/mittwald/flow/commit/28d3f819022f02d5709113d039ac8e3e0da6ef0b))
- **Button:** should be an inline element
([c636747](https://github.com/mittwald/flow/commit/c636747def24cccffd954819f3260d7ad880f87f))
- include Font Awesome styles in initial stylesheet
([fe6c060](https://github.com/mittwald/flow/commit/fe6c06053ae0726699c20bc4621ce5a75554242a))
- **Storybook:** missing styles
([f5b51d0](https://github.com/mittwald/flow/commit/f5b51d05c8e0fdfa0b4f5a581216e81891ab82b7))

### Features

- **Icon:** support fixed width
([f057ddb](https://github.com/mittwald/flow/commit/f057ddbe41d33a51662876f63ddd1b5fbb010e4f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/flow-next-components",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"type": "module",
"exports": {
"./Avatar": "./dist/Avatar.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)

### Bug Fixes

- include Font Awesome styles in initial stylesheet
([fe6c060](https://github.com/mittwald/flow/commit/fe6c06053ae0726699c20bc4621ce5a75554242a))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/flow-next-design-tokens",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"type": "module",
"exports": {
".": "./dist/variables.css",
Expand Down
9 changes: 9 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)

**Note:** Version bump only for package @mittwald/flow-next-stylesheet
Expand Down
2 changes: 1 addition & 1 deletion packages/stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/flow-next-stylesheet",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"type": "module",
"exports": {
".": "./dist/styles.css"
Expand Down

1 comment on commit 32d5161

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from 32d5161

Please sign in to comment.