@knapsack/renderer-client 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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ # v4.71.13 (Wed Dec 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'feature/ksp-5777-gsk-sso-issues' into feature/sso-config-via-db ([@EvanLovely](https://github.com/EvanLovely))
6
+ - Merge branch 'latest' into feature/ksp-5777-gsk-sso-issues ([@illepic](https://github.com/illepic))
7
+ - Bump version to: v4.71.12 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
8
+ - Update CHANGELOG.md \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
9
+ - Bump version to: v4.71.11 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
10
+ - update event listener logic ([@EvanLovely](https://github.com/EvanLovely))
11
+
12
+ #### 🏠 Internal
13
+
14
+ - refactor Cypress user login [#5225](https://github.com/knapsack-labs/app-monorepo/pull/5225) ([@EvanLovely](https://github.com/EvanLovely))
15
+ - Update Node.js to v20.18.1 [#5197](https://github.com/knapsack-labs/app-monorepo/pull/5197) ([@renovate[bot]](https://github.com/renovate[bot]))
16
+ - adds evt handlers for design src logs [#5194](https://github.com/knapsack-labs/app-monorepo/pull/5194) ([@mabry1985](https://github.com/mabry1985))
17
+ - 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))
18
+ - migrate to new Figma oAuth endpoints and configuration [#5206](https://github.com/knapsack-labs/app-monorepo/pull/5206) ([@mabry1985](https://github.com/mabry1985))
19
+
20
+ #### Authors: 6
21
+
22
+ - [@renovate[bot]](https://github.com/renovate[bot])
23
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
24
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
25
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
26
+ - KnapsackBot ([@KnapsackBot](https://github.com/KnapsackBot))
27
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
28
+
29
+ ---
30
+
1
31
  # v4.71.12 (Thu Nov 21 2024)
2
32
 
3
33
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-client",
3
3
  "description": "",
4
- "version": "4.71.13--canary.5238.3bd835d.0",
4
+ "version": "4.71.14--canary.5242.e0ef6ac.0",
5
5
  "type": "module",
6
6
  "main": "dist/renderer-client.mjs",
7
7
  "module": "dist/renderer-client.mjs",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/core": "^7.26.0",
27
- "@knapsack/babel-config-starter": "4.71.13--canary.5238.3bd835d.0",
28
- "@knapsack/eslint-config-starter": "4.71.13--canary.5238.3bd835d.0",
29
- "@knapsack/types": "4.71.13--canary.5238.3bd835d.0",
30
- "@knapsack/typescript-config-starter": "4.71.13--canary.5238.3bd835d.0",
27
+ "@knapsack/babel-config-starter": "4.71.14--canary.5242.e0ef6ac.0",
28
+ "@knapsack/eslint-config-starter": "4.71.14--canary.5242.e0ef6ac.0",
29
+ "@knapsack/types": "4.71.14--canary.5242.e0ef6ac.0",
30
+ "@knapsack/typescript-config-starter": "4.71.14--canary.5242.e0ef6ac.0",
31
31
  "@rollup/plugin-babel": "^5.3.1",
32
32
  "@rollup/plugin-commonjs": "^21.1.0",
33
33
  "@rollup/plugin-json": "^4.1.0",
@@ -47,5 +47,5 @@
47
47
  "directory": "apps/client/libs/renderer-client",
48
48
  "type": "git"
49
49
  },
50
- "gitHead": "3bd835de92e8b82e0e8fdb19b2989fbc9e65fb2d"
50
+ "gitHead": "e0ef6ac9460cf672d216cfd0b1e5a2e52a8dd248"
51
51
  }