@knapsack/renderer-vue 4.82.0--canary.6246.b30e1ab.0 → 4.82.0--canary.6320.7f9d9b6.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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.81.3 (Tue Jul 01 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - fixes unhandled demo type error [#6303](https://github.com/knapsack-labs/app-monorepo/pull/6303) ([@mabry1985](https://github.com/mabry1985))
6
+ - Sync config from auth0 production tenant [#6312](https://github.com/knapsack-labs/app-monorepo/pull/6312) ([@freneticpixel](https://github.com/freneticpixel))
7
+
8
+ #### Authors: 2
9
+
10
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
11
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
12
+
13
+ ---
14
+
1
15
  # v4.81.0 (Fri Jun 20 2025)
2
16
 
3
17
  #### 🐛 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.82.0--canary.6246.b30e1ab.0",
4
+ "version": "4.82.0--canary.6320.7f9d9b6.0",
5
5
  "main": "dist/renderer-vue.js",
6
6
  "types": "dist/renderer-vue.d.ts",
7
7
  "exports": {
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "author": "Knapsack (https://www.knapsack.cloud)",
30
30
  "dependencies": {
31
- "@knapsack/app": "4.82.0--canary.6246.b30e1ab.0",
32
- "@knapsack/babel-config-starter": "4.82.0--canary.6246.b30e1ab.0",
33
- "@knapsack/file-utils": "4.82.0--canary.6246.b30e1ab.0",
34
- "@knapsack/renderer-webpack-base": "4.82.0--canary.6246.b30e1ab.0",
35
- "@knapsack/types": "4.82.0--canary.6246.b30e1ab.0",
36
- "@knapsack/utils": "4.82.0--canary.6246.b30e1ab.0",
31
+ "@knapsack/app": "4.82.0--canary.6320.7f9d9b6.0",
32
+ "@knapsack/babel-config-starter": "4.82.0--canary.6320.7f9d9b6.0",
33
+ "@knapsack/file-utils": "4.82.0--canary.6320.7f9d9b6.0",
34
+ "@knapsack/renderer-webpack-base": "4.82.0--canary.6320.7f9d9b6.0",
35
+ "@knapsack/types": "4.82.0--canary.6320.7f9d9b6.0",
36
+ "@knapsack/utils": "4.82.0--canary.6320.7f9d9b6.0",
37
37
  "@vue/compiler-sfc": "^3.5.13",
38
38
  "babel-loader": "^9.2.1",
39
39
  "css-loader": "^6.11.0",
@@ -46,8 +46,8 @@
46
46
  "vue-style-loader": "^4.1.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@knapsack/eslint-config-starter": "4.82.0--canary.6246.b30e1ab.0",
50
- "@knapsack/typescript-config-starter": "4.82.0--canary.6246.b30e1ab.0",
49
+ "@knapsack/eslint-config-starter": "4.82.0--canary.6320.7f9d9b6.0",
50
+ "@knapsack/typescript-config-starter": "4.82.0--canary.6320.7f9d9b6.0",
51
51
  "@types/fs-extra": "^11.0.4",
52
52
  "@types/lodash": "^4.17.16",
53
53
  "eslint": "^8.57.0",
@@ -62,5 +62,5 @@
62
62
  "directory": "apps/client/renderers/renderer-vue",
63
63
  "type": "git"
64
64
  },
65
- "gitHead": "b30e1abf378a1a1e8cc98af4e2bff69977ee07e0"
65
+ "gitHead": "7f9d9b6ba613c72a12b3581739dd761701a96693"
66
66
  }