@ripple-ts/vite-plugin 0.3.48 → 0.3.51

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 +32 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @ripple-ts/vite-plugin
2
2
 
3
+ ## 0.3.51
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f1b1f94`](https://github.com/Ripple-TS/ripple/commit/f1b1f9475553cbe3632a5cc9794a8f54615c29f2)
8
+ Thanks [@leonidaz](https://github.com/leonidaz)! - Patch packages currently
9
+ versioned at 0.3.50 to fix the bump that caused major 1.0.0 release with a minor
10
+ changeset.
11
+
12
+ - Updated dependencies
13
+ [[`f1b1f94`](https://github.com/Ripple-TS/ripple/commit/f1b1f9475553cbe3632a5cc9794a8f54615c29f2)]:
14
+ - @ripple-ts/adapter@0.3.51
15
+ - @tsrx/ripple@0.1.1
16
+
17
+ ## 0.3.50
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ [[`2a85e9b`](https://github.com/Ripple-TS/ripple/commit/2a85e9bb73f4d82f2bd2273c33735b4dc7b82d5f)]:
23
+ - @tsrx/ripple@0.1.0
24
+ - @ripple-ts/adapter@0.3.50
25
+
26
+ ## 0.3.49
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ [[`b54a72f`](https://github.com/Ripple-TS/ripple/commit/b54a72f721adb5f08a5bf3e3d006780b7e1eb471)]:
32
+ - @tsrx/ripple@0.0.30
33
+ - @ripple-ts/adapter@0.3.49
34
+
3
35
  ## 0.3.48
4
36
 
5
37
  ### 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.48",
6
+ "version": "0.3.51",
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.48",
36
- "@tsrx/ripple": "0.0.29"
35
+ "@ripple-ts/adapter": "0.3.51",
36
+ "@tsrx/ripple": "0.1.1"
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.48"
42
+ "ripple": "0.3.51"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"