Skip to content

Commit

Permalink
version(5.7.0): introduce KtSplitButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 30, 2024
1 parent 6f453ce commit ffe26dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,7 @@ yarn run watch
npm login
```

6. Update the version in `package.json` in `packages/kotti-ui` and all `@3yourmind/kotti-ui` dependencies in:

a. `packages/documentation`

b. `packages/test-app`
6. Update the version in `package.json` in `packages/kotti-ui` and all `@3yourmind/kotti-ui` dependencies in `packages/documentation`.

7. Make a version commit, **DO NOT PUSH** yet.

Expand Down
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
],
"style": "./dist/styles.css",
"types": "./dist/esm/index.d.ts",
"version": "5.6.0"
"version": "5.7.0"
}

0 comments on commit ffe26dd

Please sign in to comment.