@ripple-ts/vite-plugin 0.3.49 → 0.3.52

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 +31 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @ripple-ts/vite-plugin
2
2
 
3
+ ## 0.3.52
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @tsrx/ripple@0.1.2
9
+ - @ripple-ts/adapter@0.3.52
10
+
11
+ ## 0.3.51
12
+
13
+ ### Patch Changes
14
+
15
+ - [`f1b1f94`](https://github.com/Ripple-TS/ripple/commit/f1b1f9475553cbe3632a5cc9794a8f54615c29f2)
16
+ Thanks [@leonidaz](https://github.com/leonidaz)! - Patch packages currently
17
+ versioned at 0.3.50 to fix the bump that caused major 1.0.0 release with a minor
18
+ changeset.
19
+
20
+ - Updated dependencies
21
+ [[`f1b1f94`](https://github.com/Ripple-TS/ripple/commit/f1b1f9475553cbe3632a5cc9794a8f54615c29f2)]:
22
+ - @ripple-ts/adapter@0.3.51
23
+ - @tsrx/ripple@0.1.1
24
+
25
+ ## 0.3.50
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`2a85e9b`](https://github.com/Ripple-TS/ripple/commit/2a85e9bb73f4d82f2bd2273c33735b4dc7b82d5f)]:
31
+ - @tsrx/ripple@0.1.0
32
+ - @ripple-ts/adapter@0.3.50
33
+
3
34
  ## 0.3.49
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Vite plugin for Ripple",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.3.49",
6
+ "version": "0.3.52",
7
7
  "type": "module",
8
8
  "module": "src/index.js",
9
9
  "main": "src/index.js",
@@ -32,14 +32,14 @@
32
32
  "url": "https://github.com/Ripple-TS/ripple/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@ripple-ts/adapter": "0.3.49",
36
- "@tsrx/ripple": "0.0.30"
35
+ "@ripple-ts/adapter": "0.3.52",
36
+ "@tsrx/ripple": "0.1.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^24.3.0",
40
40
  "type-fest": "^5.6.0",
41
41
  "vite": "^8.0.0",
42
- "ripple": "0.3.49"
42
+ "ripple": "0.3.52"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"