Skip to content

Commit c882655

Browse files
committed
chore: release v1.1.0
1 parent a1ec0b2 commit c882655

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "utopia-utils-monorepo",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Utopia <https://github.com/GreatAuk>",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/cli",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common cli utils",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/core",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common utils",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/dom",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common dom utils",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

packages/share/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/share",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common share utils",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

packages/tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/tree",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common tree utils",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

packages/vueuse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@utopia-utils/vueuse",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Collection of common vue hooks",
66
"author": "Utopia <https://github.com/GreatAuk>",
77
"license": "MIT",

0 commit comments

Comments
 (0)