Skip to content

Commit

Permalink
Revert "v0.1.1"
Browse files Browse the repository at this point in the history
This reverts commit 6b5acb9.
  • Loading branch information
mfal committed Jan 23, 2024
1 parent 6b5acb9 commit 5d05551
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1"
"version": "0.1.0"
}
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.1",
"version": "0.1.0",
"type": "module",
"exports": {
"./Button": "./dist/Button.js",
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.1",
"version": "0.1.0",
"type": "module",
"exports": {
".": "./dist/variables.css"
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.1",
"version": "0.1.0",
"type": "module",
"exports": {
".": "./dist/style.css"
Expand Down

1 comment on commit 5d05551

@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 5d05551

Please sign in to comment.