Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba584b1

Browse filesBrowse files
committed
chore: release v13.0.0-beta.1
1 parent d352681 commit ba584b1
Copy full SHA for ba584b1

File tree

12 files changed

+12
-12
lines changed
Filter options

12 files changed

+12
-12
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/monorepo",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"private": true,
66
"packageManager": "pnpm@10.5.2",
77
"description": "Collection of essential Vue Composition Utilities",

‎packages/components/package.json

Copy file name to clipboardExpand all lines: packages/components/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/components",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Renderless components for VueUse",
66
"author": "Jacob Clevenger<https://github.com/wheatjs>",
77
"license": "MIT",

‎packages/core/package.json

Copy file name to clipboardExpand all lines: packages/core/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/core",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Collection of essential Vue Composition Utilities",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/electron/package.json

Copy file name to clipboardExpand all lines: packages/electron/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/electron",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Electron renderer process modules for VueUse",
66
"author": "Archer Gu<https://github.com/ArcherGu>",
77
"license": "MIT",

‎packages/firebase/package.json

Copy file name to clipboardExpand all lines: packages/firebase/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/firebase",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Enables realtime bindings for Firebase",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/integrations/package.json

Copy file name to clipboardExpand all lines: packages/integrations/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/integrations",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Integration wrappers for utility libraries",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/math/package.json

Copy file name to clipboardExpand all lines: packages/math/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/math",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Math functions for VueUse",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/metadata/package.json

Copy file name to clipboardExpand all lines: packages/metadata/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/metadata",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Metadata for VueUse functions",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/nuxt/package.json

Copy file name to clipboardExpand all lines: packages/nuxt/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/nuxt",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "VueUse Nuxt Module",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/router/package.json

Copy file name to clipboardExpand all lines: packages/router/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/router",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Utilities for vue-router",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/rxjs/package.json

Copy file name to clipboardExpand all lines: packages/rxjs/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/rxjs",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"description": "Enables RxJS reactive functions in Vue",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

‎packages/shared/package.json

Copy file name to clipboardExpand all lines: packages/shared/package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/shared",
33
"type": "module",
4-
"version": "12.8.1",
4+
"version": "13.0.0-beta.1",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/antfu",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.