@servicetitan/docs-uikit 32.7.0 → 33.0.1
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.
|
@@ -3,6 +3,13 @@ title: BREAKING CHANGES
|
|
|
3
3
|
sidebar_position: 0
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## v33.0.0
|
|
7
|
+
|
|
8
|
+
### [@servicetitan/startup](./startup/)
|
|
9
|
+
|
|
10
|
+
Upgraded Jest from v29 to v30. The largest breaking change is that v30 drops [alias matchers](https://jestjs.io/docs/upgrading-to-jest30#jest-expect--matchers) that were deprecated since v26.
|
|
11
|
+
For a complete list of breaking changes see the [Upgrade Guide](https://jestjs.io/docs/upgrading-to-jest30).
|
|
12
|
+
|
|
6
13
|
## v32.0.0
|
|
7
14
|
|
|
8
15
|
### [@servicetitan/startup](./startup)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/docs-uikit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"cli": {
|
|
17
17
|
"webpack": false
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "6a140ed15688cc4915d3d0e52000c2f8c1f381ca"
|
|
20
20
|
}
|