@effect-app/vue 0.72.0 → 0.73.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,49 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 0.73.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [16ffb5e]
8
+ - @effect-app/prelude@0.88.0
9
+ - @effect-app/vue@0.73.1
10
+
11
+ ## 0.73.0
12
+
13
+ ### Minor Changes
14
+
15
+ - align v
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @effect-app/core@0.81.0
21
+ - @effect-app/prelude@0.87.0
22
+ - @effect-app/schema@0.79.0
23
+ - @effect-app/vue@0.73.0
24
+
3
25
  ## 0.72.0
4
26
 
5
27
  ### Minor Changes
6
28
 
7
- - 4c042f5: update packages
29
+ - align v
8
30
 
9
31
  ### Patch Changes
10
32
 
11
- - Updated dependencies [4c042f5]
33
+ - Updated dependencies
34
+ - @effect-app/core@0.80.0
12
35
  - @effect-app/prelude@0.86.0
13
36
  - @effect-app/schema@0.78.0
14
- - @effect-app/core@0.80.0
15
37
  - @effect-app/vue@0.72.0
16
38
 
39
+ ## 0.71.16
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [4627526]
44
+ - @effect-app/prelude@0.85.5
45
+ - @effect-app/vue@0.71.16
46
+
17
47
  ## 0.71.15
18
48
 
19
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "0.72.0",
3
+ "version": "0.73.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@effect/platform-browser": "^0.20.3",
8
- "@fp-ts/optic": "0.17.0",
8
+ "@fp-ts/optic": "^0.17.0",
9
9
  "@formatjs/intl": "^2.9.9",
10
10
  "effect": "^2.0.0-next.58",
11
11
  "query-string": "^8.1.0",
12
12
  "swrv": "^1.0.4",
13
13
  "vue": "^3.3.9",
14
- "@effect-app/prelude": "0.86.0",
15
- "@effect-app/schema": "0.78.0",
16
- "@effect-app/vue": "0.72.0",
17
- "@effect-app/core": "0.80.0"
14
+ "@effect-app/prelude": "0.88.0",
15
+ "@effect-app/core": "0.81.0",
16
+ "@effect-app/vue": "0.73.1",
17
+ "@effect-app/schema": "0.79.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rollup/pluginutils": "^5.1.0",
@@ -25,7 +25,7 @@
25
25
  "typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
26
26
  "vite": "^5.0.5",
27
27
  "vitest": "^0.34.6",
28
- "@effect-app/compiler": "0.39.0"
28
+ "@effect-app/compiler": "0.41.0"
29
29
  },
30
30
  "typesVersions": {
31
31
  "*": {