Skip to content

Commit

Permalink
version(core): all core package v0.2.1 (#222)
Browse files Browse the repository at this point in the history
* version(core): all core package v0.2.1

* fix: ci

* fix: ci
  • Loading branch information
productdevbook committed Jul 19, 2023
1 parent 51a97d9 commit b61c506
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DENEME: 'aa'

- uses: marocchino/sticky-pull-request-comment@v2
# When the previous steps fails, the workflow would stop. By adding this
Expand Down
2 changes: 1 addition & 1 deletion packages/core/primitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/primitive",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/provide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/provide",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/use-composable",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/utils",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down

0 comments on commit b61c506

Please sign in to comment.