@varlet/ui 3.3.6-alpha.1720620017198 → 3.3.6

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.3.6-alpha.1720620017198",
4
+ "version": "3.3.6",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.3.6-alpha.1720620017198",
4
+ "version": "3.3.6",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
package/lib/varlet.cjs.js CHANGED
@@ -28938,7 +28938,7 @@ withInstall(stdin_default$1);
28938
28938
  withPropsDefaultsSetter(stdin_default$1, props);
28939
28939
  const _WatermarkComponent = stdin_default$1;
28940
28940
  var stdin_default = stdin_default$1;
28941
- const version = "3.3.6-alpha.1720620017198";
28941
+ const version = "3.3.6";
28942
28942
  function install(app) {
28943
28943
  stdin_default$5G.install && app.use(stdin_default$5G);
28944
28944
  stdin_default$5E.install && app.use(stdin_default$5E);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.3.6-alpha.1720620017198",
3
+ "version": "3.3.6",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -48,9 +48,9 @@
48
48
  "@popperjs/core": "^2.11.6",
49
49
  "dayjs": "^1.10.4",
50
50
  "decimal.js": "^10.2.1",
51
- "@varlet/icons": "3.3.6-alpha.1720620017198",
52
- "@varlet/shared": "3.3.6-alpha.1720620017198",
53
- "@varlet/use": "3.3.6-alpha.1720620017198"
51
+ "@varlet/icons": "3.3.6",
52
+ "@varlet/shared": "3.3.6",
53
+ "@varlet/use": "3.3.6"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vue/runtime-core": "3.4.21",
@@ -64,9 +64,9 @@
64
64
  "typescript": "^5.1.5",
65
65
  "vue": "3.4.21",
66
66
  "vue-router": "4.2.0",
67
- "@varlet/ui": "3.3.6-alpha.1720620017198",
68
- "@varlet/cli": "3.3.6-alpha.1720620017198",
69
- "@varlet/touch-emulator": "3.3.6-alpha.1720620017198"
67
+ "@varlet/ui": "3.3.6",
68
+ "@varlet/cli": "3.3.6",
69
+ "@varlet/touch-emulator": "3.3.6"
70
70
  },
71
71
  "scripts": {
72
72
  "dev": "varlet-cli dev",