@ripple-ts/rollup-plugin 0.3.49 → 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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ripple-ts/rollup-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
+ - @tsrx/ripple@0.1.1
14
+
15
+ ## 0.3.50
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`2a85e9b`](https://github.com/Ripple-TS/ripple/commit/2a85e9bb73f4d82f2bd2273c33735b4dc7b82d5f)]:
21
+ - @tsrx/ripple@0.1.0
22
+
3
23
  ## 0.3.49
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Rollup plugin for Ripple",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.3.49",
6
+ "version": "0.3.51",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "homepage": "https://ripple-ts.com",
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@rollup/pluginutils": "^5.3.0",
20
- "@tsrx/ripple": "0.0.30"
20
+ "@tsrx/ripple": "0.1.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "rollup": "^4.59.0",
24
24
  "source-map": "^0.7.6",
25
25
  "uvu": "^0.5.6",
26
- "ripple": "0.3.49"
26
+ "ripple": "0.3.51"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"