@rebilly/revel 8.1.0 → 8.2.0
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 +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [8.
|
|
1
|
+
## [8.2.0](https://github.com/Rebilly/rebilly/compare/revel-v8.1.1...revel-v8.2.0) (2024-11-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **cashier:** Add
|
|
6
|
+
* **cashier:** Add google places api to payment instrument forms ([#8862](https://github.com/Rebilly/rebilly/issues/8862)) ([c5edfe6](https://github.com/Rebilly/rebilly/commit/c5edfe61c9fea70d77e031e9fe658f2b36b22c27))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/revel",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"CHANGELOG.md"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@tsconfig/node18": "^18.2.4",
|
|
49
49
|
"@types/jsdom": "^21.1.1",
|
|
50
50
|
"@types/node": "^22.7.7",
|
|
51
|
-
"@vitejs/plugin-vue": "^5.
|
|
51
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
52
52
|
"@vue/babel-preset-app": "^5.0.8",
|
|
53
53
|
"@vue/compiler-sfc": "^3.3.4",
|
|
54
54
|
"@vue/test-utils": "^2.4.6",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"nanoid": "^5.0.7",
|
|
70
70
|
"postcss-nesting": "^12.1.5",
|
|
71
71
|
"prismjs": "^1.27.0",
|
|
72
|
-
"style-dictionary": "^4.1.
|
|
72
|
+
"style-dictionary": "^4.1.4",
|
|
73
73
|
"typescript": "^5.4.5",
|
|
74
74
|
"v-calendar": "^3.1.2",
|
|
75
|
-
"vite": "^5.4.
|
|
75
|
+
"vite": "^5.4.11",
|
|
76
76
|
"vite-plugin-vue-docgen": "^0.3.4",
|
|
77
77
|
"vitest": "^1.6.0",
|
|
78
78
|
"vue": "3.2.47",
|