@knapsack/rendering-utils 4.71.14 → 4.71.16--canary.5224.facfa79.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/CHANGELOG.md +0 -25
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,3 @@
|
|
|
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
|
-
|
|
26
1
|
# v4.71.12 (Thu Nov 21 2024)
|
|
27
2
|
|
|
28
3
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.71.
|
|
4
|
+
"version": "4.71.16--canary.5224.facfa79.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"lint": "eslint ./"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@knapsack/utils": "4.71.
|
|
21
|
+
"@knapsack/utils": "4.71.16--canary.5224.facfa79.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@knapsack/eslint-config-starter": "4.71.
|
|
25
|
-
"@knapsack/prettier-config": "4.71.
|
|
26
|
-
"@knapsack/types": "4.71.
|
|
27
|
-
"@knapsack/typescript-config-starter": "4.71.
|
|
24
|
+
"@knapsack/eslint-config-starter": "4.71.16--canary.5224.facfa79.0",
|
|
25
|
+
"@knapsack/prettier-config": "4.71.16--canary.5224.facfa79.0",
|
|
26
|
+
"@knapsack/types": "4.71.16--canary.5224.facfa79.0",
|
|
27
|
+
"@knapsack/typescript-config-starter": "4.71.16--canary.5224.facfa79.0",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"typescript": "^5.6.3"
|
|
30
30
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"directory": "libs/rendering-utils",
|
|
38
38
|
"type": "git"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "facfa79a2b2c318a8ce8013dacc75b5ed1e77297"
|
|
41
41
|
}
|