@knapsack/schema-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.
- package/CHANGELOG.md +78 -0
- package/package.json +4 -4
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/schema-utils",
|
3
3
|
"description": "A Knapsack component that helps build Design Systems",
|
4
|
-
"version": "4.79.0--canary.
|
4
|
+
"version": "4.79.0--canary.5939.a9dbb35.0",
|
5
5
|
"source": "src/schema-utils.ts",
|
6
6
|
"main": "dist/schema-utils.js",
|
7
7
|
"module": "dist/schema-utils.mjs",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
"tslib": "^2.8.1"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@knapsack/eslint-config-starter": "4.79.0--canary.
|
33
|
-
"@knapsack/typescript-config-starter": "4.79.0--canary.
|
32
|
+
"@knapsack/eslint-config-starter": "4.79.0--canary.5939.a9dbb35.0",
|
33
|
+
"@knapsack/typescript-config-starter": "4.79.0--canary.5939.a9dbb35.0",
|
34
34
|
"eslint": "^8.57.0",
|
35
35
|
"tsup": "^8.3.6"
|
36
36
|
},
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"directory": "libs/schema-utils",
|
44
44
|
"type": "git"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "a9dbb35418f28eb25e2059c2436a0a929d7aeaf3"
|
47
47
|
}
|