@onereach/ui-components 17.2.0-beta.4902.0 → 17.2.0-beta.4903.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,3 +6,9 @@
|
|
|
6
6
|
$ yarn add @onereach/ui-components @onereach/styles
|
|
7
7
|
$ npm install @onereach/ui-components @onereach/styles --save
|
|
8
8
|
```
|
|
9
|
+
|
|
10
|
+
## 🚀 Migration
|
|
11
|
+
This package contains ONLY the Vue 3 version of the components.
|
|
12
|
+
|
|
13
|
+
To use the Vue 2 version, you can install the `@onereach/ui-components-vue2` package.
|
|
14
|
+
More details about the migration process can be found in the [migration guide](../ui-components-vue2/README.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "17.2.0-beta.
|
|
3
|
+
"version": "17.2.0-beta.4903.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@codemirror/lang-json": "6.0.1",
|
|
29
29
|
"@codemirror/lang-markdown": "6.1.1",
|
|
30
30
|
"@floating-ui/dom": "1.5.3",
|
|
31
|
-
"@onereach/styles": "^17.2.0-beta.
|
|
31
|
+
"@onereach/styles": "^17.2.0-beta.4903.0",
|
|
32
32
|
"@splidejs/splide": "4.0.6",
|
|
33
33
|
"@tiptap/core": "2.0.3",
|
|
34
34
|
"@tiptap/extension-blockquote": "2.0.3",
|