@knapsack/design-token-utils 4.79.0--canary.5756.c6d3919.0 → 4.79.0--canary.5939.a9dbb35.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 +78 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,81 @@
1
+ # v4.78.8 (Thu Apr 10 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-6340-design-src-pipeline-improvements ([@mabry1985](https://github.com/mabry1985))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - adds ability to disable knapsack support floating trigger [#5928](https://github.com/knapsack-labs/app-monorepo/pull/5928) ([@mabry1985](https://github.com/mabry1985))
10
+
11
+ #### Authors: 1
12
+
13
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
14
+
15
+ ---
16
+
17
+ # v4.78.7 (Wed Apr 09 2025)
18
+
19
+ #### 🏠 Internal
20
+
21
+ - Github webhook deletes only on PR merge KSP-3609 [#5875](https://github.com/knapsack-labs/app-monorepo/pull/5875) ([@freneticpixel](https://github.com/freneticpixel))
22
+
23
+ #### Authors: 1
24
+
25
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
26
+
27
+ ---
28
+
29
+ # v4.78.5 (Thu Mar 27 2025)
30
+
31
+ #### 🏠 Internal
32
+
33
+ - prevent new or deleted launch darkly flags from causing error [#5855](https://github.com/knapsack-labs/app-monorepo/pull/5855) ([@mabry1985](https://github.com/mabry1985))
34
+
35
+ #### Authors: 1
36
+
37
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
38
+
39
+ ---
40
+
41
+ # v4.78.3 (Wed Mar 26 2025)
42
+
43
+ #### 🐛 Bug Fix
44
+
45
+ - strictNullChecks: @knapsack/update [#5788](https://github.com/knapsack-labs/app-monorepo/pull/5788) ([@illepic](https://github.com/illepic))
46
+ - Merge branch 'latest' into docs/supported-browsers ([@mabry1985](https://github.com/mabry1985))
47
+
48
+ #### Authors: 2
49
+
50
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
51
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
52
+
53
+ ---
54
+
55
+ # v4.78.2 (Mon Mar 24 2025)
56
+
57
+ #### 🏠 Internal
58
+
59
+ - Abandon open prs when branch deleted [#5836](https://github.com/knapsack-labs/app-monorepo/pull/5836) ([@freneticpixel](https://github.com/freneticpixel))
60
+
61
+ #### Authors: 1
62
+
63
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
64
+
65
+ ---
66
+
67
+ # v4.78.1 (Mon Mar 24 2025)
68
+
69
+ #### 🐛 Bug Fix
70
+
71
+ - Merge branch 'latest' into feature/ksp-6139-send-mandrill-event-logs-to-datadog ([@freneticpixel](https://github.com/freneticpixel))
72
+
73
+ #### Authors: 1
74
+
75
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
76
+
77
+ ---
78
+
1
79
  # v4.78.0 (Wed Mar 19 2025)
2
80
 
3
81
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/design-token-utils",
3
3
  "description": "",
4
- "version": "4.79.0--canary.5756.c6d3919.0",
4
+ "version": "4.79.0--canary.5939.a9dbb35.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -26,19 +26,19 @@
26
26
  "test": "time npm run ava"
27
27
  },
28
28
  "dependencies": {
29
- "@knapsack/color-utils": "4.79.0--canary.5756.c6d3919.0",
30
- "@knapsack/file-utils": "4.79.0--canary.5756.c6d3919.0",
31
- "@knapsack/types": "4.79.0--canary.5756.c6d3919.0",
32
- "@knapsack/utils": "4.79.0--canary.5756.c6d3919.0",
29
+ "@knapsack/color-utils": "4.79.0--canary.5939.a9dbb35.0",
30
+ "@knapsack/file-utils": "4.79.0--canary.5939.a9dbb35.0",
31
+ "@knapsack/types": "4.79.0--canary.5939.a9dbb35.0",
32
+ "@knapsack/utils": "4.79.0--canary.5939.a9dbb35.0",
33
33
  "flat": "^5.0.2",
34
34
  "immer": "^10.1.1",
35
35
  "lodash": "^4.17.21",
36
36
  "superstruct": "^0.16.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@knapsack/eslint-config-starter": "4.79.0--canary.5756.c6d3919.0",
40
- "@knapsack/test-ava": "4.79.0--canary.5756.c6d3919.0",
41
- "@knapsack/typescript-config-starter": "4.79.0--canary.5756.c6d3919.0",
39
+ "@knapsack/eslint-config-starter": "4.79.0--canary.5939.a9dbb35.0",
40
+ "@knapsack/test-ava": "4.79.0--canary.5939.a9dbb35.0",
41
+ "@knapsack/typescript-config-starter": "4.79.0--canary.5939.a9dbb35.0",
42
42
  "@types/flat": "^5.0.5",
43
43
  "@types/fs-extra": "^11.0.4",
44
44
  "@types/lodash": "^4.17.15",
@@ -61,5 +61,5 @@
61
61
  "directory": "libs/design-token-utils",
62
62
  "type": "git"
63
63
  },
64
- "gitHead": "c6d391956df50ad9be660a0dde3c197565c00252"
64
+ "gitHead": "a9dbb35418f28eb25e2059c2436a0a929d7aeaf3"
65
65
  }