@rebilly/revel 5.5.0 → 5.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.7.0](https://github.com/Rebilly/rebilly/compare/revel-v5.6.0...revel-v5.7.0) (2023-09-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * **recomm:** TypeScript support ([#1088](https://github.com/Rebilly/rebilly/issues/1088)) ([8c3a86e](https://github.com/Rebilly/rebilly/commit/8c3a86eb533a93ea78bb776e9b0c7bae90b3b6a5))
7
+
8
+ ## [5.6.0](https://github.com/Rebilly/rebilly/compare/revel-v5.5.0...revel-v5.6.0) (2023-08-31)
9
+
10
+
11
+ ### Features
12
+
13
+ * **instruments, recomm:** Allow merchants to control instruments approval url redirects ([#916](https://github.com/Rebilly/rebilly/issues/916)) ([90310d4](https://github.com/Rebilly/rebilly/commit/90310d49ffd803815a61ecf60fd4ccdc635f2db5))
14
+
1
15
  ## [5.5.0](https://github.com/Rebilly/rebilly/compare/revel-v5.4.1...revel-v5.5.0) (2023-08-23)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "5.5.0",
3
+ "version": "5.7.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "scripts": {
26
26
  "dev": "yarn docs:dev",
27
- "build": "concurrently yarn:format:check yarn:type:check yarn:build-only yarn:docs:build yarn:build-types",
28
- "build-only": "vite build",
27
+ "build": "concurrently yarn:format:check yarn:type:check yarn:build:only yarn:docs:build yarn:build-types",
28
+ "build:only": "vite build",
29
29
  "build:watch": "vite build --watch",
30
30
  "build-types": "vue-tsc -p tsconfig.build.json",
31
31
  "serve": "vite preview",
@@ -81,7 +81,7 @@
81
81
  "eslint-config-airbnb-typescript": "^17.0.0",
82
82
  "eslint-config-prettier": "^8.8.0",
83
83
  "eslint-import-resolver-alias": "^1.1.2",
84
- "eslint-plugin-cypress": "^2.13.3",
84
+ "eslint-plugin-cypress": "^2.14.0",
85
85
  "eslint-plugin-import": "^2.28.1",
86
86
  "eslint-plugin-prettier": "^4.2.1",
87
87
  "eslint-plugin-vue": "^9.12.0",