Skip to content

Commit

Permalink
chore: release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed May 31, 2024
1 parent 341085c commit e987182
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcuse/monorepo",
"version": "0.18.0",
"version": "0.19.0",
"private": true,
"description": "Collection of essential React Utilities",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcuse/core",
"version": "0.18.0",
"version": "0.19.0",
"description": "Collection of essential React Composition Utilities",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcuse/integrations",
"version": "0.18.0",
"version": "0.19.0",
"description": "Integration wrappers for utility libraries",
"main": "./index.cjs",
"module": "./index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcuse/metadata",
"version": "0.18.0",
"version": "0.19.0",
"description": "Metadata for RcUse functions",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcuse/shared",
"version": "0.18.0",
"version": "0.19.0",
"description": "Collection of essential React Utilities",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit e987182

Please sign in to comment.