@rebilly/revel 6.31.0 → 6.31.2
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 +1 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [6.31.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **instruments,billing-portal:** Add feature flag to hide zero amount invoice items ([#7312](https://github.com/Rebilly/rebilly/issues/7312)) ([73ee075](https://github.com/Rebilly/rebilly/commit/73ee075d045aff963f820ba10b83af1e2b25f0e5))
|
|
1
|
+
## [6.31.2](https://github.com/Rebilly/rebilly/compare/revel-v6.31.1...revel-v6.31.2) (2024-09-02)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/revel",
|
|
3
|
-
"version": "6.31.
|
|
3
|
+
"version": "6.31.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"CHANGELOG.md"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@testing-library/vue": "^7.0.0",
|
|
48
48
|
"@tsconfig/node18": "^18.2.4",
|
|
49
49
|
"@types/jsdom": "^21.1.1",
|
|
50
|
-
"@types/node": "^22.1
|
|
50
|
+
"@types/node": "^22.5.1",
|
|
51
51
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
52
52
|
"@vue/babel-preset-app": "^5.0.8",
|
|
53
53
|
"@vue/compiler-sfc": "^3.3.4",
|