@knapsack/renderer-html 4.71.13--canary.5238.3bd835d.0 → 4.71.14--canary.5242.e0ef6ac.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 +25 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v4.71.13 (Wed Dec 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bump version to: v4.71.12 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
6
+ - Update CHANGELOG.md \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
7
+ - Bump version to: v4.71.11 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
8
+ - Merge branch 'latest' into feature/ksp-5777-gsk-sso-issues ([@illepic](https://github.com/illepic))
9
+
10
+ #### 🏠 Internal
11
+
12
+ - adds evt handlers for design src logs [#5194](https://github.com/knapsack-labs/app-monorepo/pull/5194) ([@mabry1985](https://github.com/mabry1985))
13
+ - setup login w popup [#5209](https://github.com/knapsack-labs/app-monorepo/pull/5209) ([@GormanDesign](https://github.com/GormanDesign) [@mabry1985](https://github.com/mabry1985) [@EvanLovely](https://github.com/EvanLovely) [@KnapsackBot](https://github.com/KnapsackBot) [@illepic](https://github.com/illepic))
14
+ - migrate to new Figma oAuth endpoints and configuration [#5206](https://github.com/knapsack-labs/app-monorepo/pull/5206) ([@mabry1985](https://github.com/mabry1985))
15
+
16
+ #### Authors: 5
17
+
18
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
19
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
20
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
21
+ - KnapsackBot ([@KnapsackBot](https://github.com/KnapsackBot))
22
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
23
+
24
+ ---
25
+
1
26
  # v4.71.12 (Thu Nov 21 2024)
2
27
 
3
28
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-html",
3
3
  "description": "Render HTML",
4
- "version": "4.71.13--canary.5238.3bd835d.0",
4
+ "version": "4.71.14--canary.5242.e0ef6ac.0",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "exports": {
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "author": "Knapsack (https://www.knapsack.cloud)",
24
24
  "dependencies": {
25
- "@knapsack/app": "4.71.13--canary.5238.3bd835d.0",
26
- "@knapsack/file-utils": "4.71.13--canary.5238.3bd835d.0",
27
- "@knapsack/types": "4.71.13--canary.5238.3bd835d.0"
25
+ "@knapsack/app": "4.71.14--canary.5242.e0ef6ac.0",
26
+ "@knapsack/file-utils": "4.71.14--canary.5242.e0ef6ac.0",
27
+ "@knapsack/types": "4.71.14--canary.5242.e0ef6ac.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@knapsack/eslint-config-starter": "4.71.13--canary.5238.3bd835d.0",
31
- "@knapsack/typescript-config-starter": "4.71.13--canary.5238.3bd835d.0",
30
+ "@knapsack/eslint-config-starter": "4.71.14--canary.5242.e0ef6ac.0",
31
+ "@knapsack/typescript-config-starter": "4.71.14--canary.5242.e0ef6ac.0",
32
32
  "eslint": "^8.57.0",
33
33
  "typescript": "^5.6.3"
34
34
  },
@@ -40,5 +40,5 @@
40
40
  "directory": "apps/client/renderers/renderer-html",
41
41
  "type": "git"
42
42
  },
43
- "gitHead": "3bd835de92e8b82e0e8fdb19b2989fbc9e65fb2d"
43
+ "gitHead": "e0ef6ac9460cf672d216cfd0b1e5a2e52a8dd248"
44
44
  }