@knapsack/renderer-vue 4.69.7--canary.4724.5fd37a2.0 → 4.69.8--canary.4735.1c4f765.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v4.69.7 (Wed Sep 11 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(deps): update vue monorepo to ^3.5.4 [#4724](https://github.com/knapsack-labs/app-monorepo/pull/4724) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - Merge branch 'latest' into feature/ksp-5497-setup-status-id-in-client ([@mabry1985](https://github.com/mabry1985))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - slot layout options cypress tests [#4728](https://github.com/knapsack-labs/app-monorepo/pull/4728) ([@GormanDesign](https://github.com/GormanDesign))
11
+ - fix(deps): update dependency vue-docgen-api to ^4.79.2 [#4721](https://github.com/knapsack-labs/app-monorepo/pull/4721) ([@renovate[bot]](https://github.com/renovate[bot]))
12
+ - Clarify Design Source Deletion in Branches [#4729](https://github.com/knapsack-labs/app-monorepo/pull/4729) ([@GormanDesign](https://github.com/GormanDesign))
13
+ - fix(deps): update dependency vue-loader to ^17.4.2 [#4722](https://github.com/knapsack-labs/app-monorepo/pull/4722) ([@renovate[bot]](https://github.com/renovate[bot]))
14
+ - fixes schema form select appearance [#4700](https://github.com/knapsack-labs/app-monorepo/pull/4700) ([@GormanDesign](https://github.com/GormanDesign))
15
+ - add scroll indicator to popover [#4697](https://github.com/knapsack-labs/app-monorepo/pull/4697) ([@GormanDesign](https://github.com/GormanDesign))
16
+
17
+ #### Authors: 3
18
+
19
+ - [@renovate[bot]](https://github.com/renovate[bot])
20
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
21
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
22
+
23
+ ---
24
+
1
25
  # v4.69.6 (Fri Sep 06 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-vue",
3
3
  "description": "Render Vue",
4
- "version": "4.69.7--canary.4724.5fd37a2.0",
4
+ "version": "4.69.8--canary.4735.1c4f765.0",
5
5
  "main": "dist/renderer-vue.js",
6
6
  "types": "dist/renderer-vue.d.ts",
7
7
  "exports": {
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "author": "Knapsack (https://www.knapsack.cloud)",
26
26
  "dependencies": {
27
- "@knapsack/app": "4.69.7--canary.4724.5fd37a2.0",
28
- "@knapsack/file-utils": "4.69.7--canary.4724.5fd37a2.0",
29
- "@knapsack/renderer-webpack-base": "4.69.7--canary.4724.5fd37a2.0",
30
- "@knapsack/types": "4.69.7--canary.4724.5fd37a2.0",
31
- "@knapsack/utils": "4.69.7--canary.4724.5fd37a2.0",
27
+ "@knapsack/app": "4.69.8--canary.4735.1c4f765.0",
28
+ "@knapsack/file-utils": "4.69.8--canary.4735.1c4f765.0",
29
+ "@knapsack/renderer-webpack-base": "4.69.8--canary.4735.1c4f765.0",
30
+ "@knapsack/types": "4.69.8--canary.4735.1c4f765.0",
31
+ "@knapsack/utils": "4.69.8--canary.4735.1c4f765.0",
32
32
  "@vue/compiler-sfc": "^3.5.4",
33
33
  "babel-loader": "^9.1.3",
34
34
  "css-loader": "^6.11.0",
@@ -41,9 +41,9 @@
41
41
  "vue-style-loader": "^4.1.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@knapsack/eslint-config-starter": "4.69.7--canary.4724.5fd37a2.0",
45
- "@knapsack/test-ava": "4.69.7--canary.4724.5fd37a2.0",
46
- "@knapsack/typescript-config-starter": "4.69.7--canary.4724.5fd37a2.0",
44
+ "@knapsack/eslint-config-starter": "4.69.8--canary.4735.1c4f765.0",
45
+ "@knapsack/test-ava": "4.69.8--canary.4735.1c4f765.0",
46
+ "@knapsack/typescript-config-starter": "4.69.8--canary.4735.1c4f765.0",
47
47
  "@types/fs-extra": "^11.0.4",
48
48
  "@types/lodash": "^4.17.5",
49
49
  "ava": "^6.1.3",
@@ -58,5 +58,5 @@
58
58
  "directory": "apps/client/renderers/renderer-vue",
59
59
  "type": "git"
60
60
  },
61
- "gitHead": "5fd37a2befc1239f64f2b34b61adcbc319f9eef9"
61
+ "gitHead": "1c4f765acf9fccb56e7b62b0560ad6ab03f82413"
62
62
  }