Skip to content

Commit

Permalink
chore(release): bump 0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 24, 2024
1 parent 22375cd commit ca00413
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
12 changes: 12 additions & 0 deletions 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.2.0-alpha.1](https://github.com/mittwald/flow/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2024-01-24)

### Bug Fixes

- add missing "use client" directive
([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))

# Change Log

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

# [0.2.0-alpha.0](https://github.com/mittwald/flow/compare/v0.1.1-alpha.2...v0.2.0-alpha.0) (2024-01-23)

### Bug Fixes
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.2.0-alpha.0"
"version": "0.2.0-alpha.1"
}
12 changes: 12 additions & 0 deletions packages/components/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.2.0-alpha.1](https://github.com/mittwald/flow/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2024-01-24)

### Bug Fixes

- add missing "use client" directive
([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))

# Change Log

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

# [0.2.0-alpha.0](https://github.com/mittwald/flow/compare/v0.1.1-alpha.2...v0.2.0-alpha.0) (2024-01-23)

### 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.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"type": "module",
"exports": {
"./Avatar": "./dist/Avatar.js",
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.2.0-alpha.1](https://github.com/mittwald/flow/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2024-01-24)

**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.2.0-alpha.0](https://github.com/mittwald/flow/compare/v0.1.1-alpha.2...v0.2.0-alpha.0) (2024-01-23)

**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.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"type": "module",
"exports": {
".": "./dist/style.css"
Expand Down

1 comment on commit ca00413

@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 ca00413

Please sign in to comment.