Skip to content

Commit

Permalink
chore(release): bump version to 0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 25, 2024
1 parent f710326 commit 9493bd2
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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.0 (2024-01-25)

### Bug Fixes

- add another publish test ([#133](https://github.com/mittwald/flow/issues/133))
([1ea72ad](https://github.com/mittwald/flow/commit/1ea72ad105ce3db7cc427477cad0620996dbf704))
- add missing "use client" directive
([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))
- publish command format ([#138](https://github.com/mittwald/flow/issues/138))
([5d21ae5](https://github.com/mittwald/flow/commit/5d21ae53bb0974a2b03bf932ccbdebfc908ce62c))
- stuff
([6c654b3](https://github.com/mittwald/flow/commit/6c654b3ee4e2a680b95ce4a9885ce259df80fc33))
- test publish
([8ba9a2c](https://github.com/mittwald/flow/commit/8ba9a2c6cd83f93e88e219973ba624a1b082d155))
- Test publish
([2fc7a60](https://github.com/mittwald/flow/commit/2fc7a608b9b92e8688406d1d86d80a46db7e164a))
- test publish ([#131](https://github.com/mittwald/flow/issues/131))
([6bff927](https://github.com/mittwald/flow/commit/6bff927cf70f35a4804729c87c40ea7a9cbc3189))

### Features

- Test feature publishing ([#137](https://github.com/mittwald/flow/issues/137))
([520eb78](https://github.com/mittwald/flow/commit/520eb780de742750906f9cb8e53cfbf4cf9e84a1))

### Reverts

- Revert "Test change"
([a293590](https://github.com/mittwald/flow/commit/a29359013b40ca54eb79b01eba181487c4796482))
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.0.0"
"version": "0.1.0-alpha.0"
}
20 changes: 20 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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.0 (2024-01-25)

### Bug Fixes

- add missing "use client" directive
([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))
- stuff
([6c654b3](https://github.com/mittwald/flow/commit/6c654b3ee4e2a680b95ce4a9885ce259df80fc33))
- test publish
([8ba9a2c](https://github.com/mittwald/flow/commit/8ba9a2c6cd83f93e88e219973ba624a1b082d155))

### Features

- Test feature publishing ([#137](https://github.com/mittwald/flow/issues/137))
([520eb78](https://github.com/mittwald/flow/commit/520eb780de742750906f9cb8e53cfbf4cf9e84a1))
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.0.0",
"version": "0.1.0-alpha.0",
"type": "module",
"exports": {
"./Avatar": "./dist/Avatar.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.0 (2024-01-25)

### Reverts

- Revert "Test change"
([a293590](https://github.com/mittwald/flow/commit/a29359013b40ca54eb79b01eba181487c4796482))
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.0.0",
"version": "0.1.0-alpha.0",
"type": "module",
"exports": {
".": "./dist/variables.css"
Expand Down
8 changes: 8 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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.0 (2024-01-25)

**Note:** Version bump only for package @mittwald/flow-next-stylesheet
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.0.0",
"version": "0.1.0-alpha.0",
"type": "module",
"exports": {
".": "./dist/style.css"
Expand Down

1 comment on commit 9493bd2

@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 9493bd2

Please sign in to comment.