@effect-app/vue 2.80.3-next.8 → 2.80.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 2.80.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 493fbb8: $ apparently not allowed
8
+ - 493fbb8: revert vite plugin
9
+ - 493fbb8: add label: string and $isLabel boolean to Commands
10
+ - 493fbb8: fix and align client extensions
11
+ - 493fbb8: feat: add form.Input Vite plugin [Davide]
12
+ - 493fbb8: fup
13
+ - 493fbb8: fix: wrapping mutation without arguments.
14
+ - 493fbb8: fix missing val
15
+ - 493fbb8: fup
16
+ - Updated dependencies [493fbb8]
17
+ - effect-app@3.8.1
18
+
19
+ ## 2.80.3-next.9
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - effect-app@3.8.1-next.0
25
+
3
26
  ## 2.80.3-next.8
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "2.80.3-next.8",
3
+ "version": "2.80.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
@@ -11,7 +11,7 @@
11
11
  "@vueuse/core": "^13.9.0",
12
12
  "change-case": "^5.4.4",
13
13
  "query-string": "^9.3.0",
14
- "effect-app": "3.8.0"
14
+ "effect-app": "3.8.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@effect-atom/atom": "^0.1.22",
package/tsconfig.json CHANGED
@@ -35,7 +35,6 @@
35
35
  },
36
36
  {
37
37
  "name": "@effect/language-service",
38
- "transform": "@effect/language-service/transform",
39
38
  "diagnosticSeverity": {
40
39
  "missingEffectServiceDependency": "error"
41
40
  }