Skip to content

Commit

Permalink
chore: release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Nov 18, 2024
1 parent e01b7c6 commit edf45ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.7.2",
"version": "0.7.3",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/primitives",
"type": "module",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/primitives",
"type": "module",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"funding": "https://github.com/sponsors/productdevbook",
"homepage": "https://oku-ui.com/primitives",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugins",
"type": "module",
"version": "0.7.2",
"version": "0.7.3",
"description": "Plugins for Oku Primitives",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oku/tsconfig",
"version": "0.0.0",
"version": "0.7.3",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit edf45ce

Please sign in to comment.