@servicetitan/table 22.4.0 → 22.4.3

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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v22.4.1 (Wed Jul 13 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FAR-977: fix uikit peer dependencies [#127](https://github.com/servicetitan/anvil-uikit-contrib/pull/127) ([@karpoff-titan](https://github.com/karpoff-titan))
6
+
7
+ #### Authors: 1
8
+
9
+ - Anton Karpov ([@karpoff-titan](https://github.com/karpoff-titan))
10
+
11
+ ---
12
+
1
13
  # v22.4.0 (Tue Jul 12 2022)
2
14
 
3
15
  :tada: This release contains work from a new contributor! :tada:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/table",
3
- "version": "22.4.0",
3
+ "version": "22.4.3",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/table",
6
6
  "repository": {
@@ -36,9 +36,9 @@
36
36
  "memoize-one": "~6.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@servicetitan/data-query": "^22.4.0",
39
+ "@servicetitan/data-query": "^22.4.3",
40
40
  "@servicetitan/design-system": "~11.8.0",
41
- "@servicetitan/form": "^22.4.0",
41
+ "@servicetitan/form": "^22.4.3",
42
42
  "@servicetitan/react-ioc": "^21.6.0",
43
43
  "@servicetitan/suppress-warnings": "^21.6.0",
44
44
  "@types/accounting": "~0.4.2",
@@ -52,11 +52,11 @@
52
52
  "react": "~17.0.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@servicetitan/data-query": "^22.4.0",
56
- "@servicetitan/design-system": "~11.8.0",
57
- "@servicetitan/form": "^22.4.0",
58
- "@servicetitan/react-ioc": "^20.0.0",
59
- "@servicetitan/suppress-warnings": "^20.0.0",
55
+ "@servicetitan/data-query": "^22.4.3",
56
+ "@servicetitan/design-system": ">11.8.0",
57
+ "@servicetitan/form": "^22.4.3",
58
+ "@servicetitan/react-ioc": ">21.0.0",
59
+ "@servicetitan/suppress-warnings": ">21.0.0",
60
60
  "accounting": "~0.4.1",
61
61
  "formstate": "~2.0.0",
62
62
  "mobx": "~6.6.0",
@@ -71,5 +71,5 @@
71
71
  "cli": {
72
72
  "webpack": false
73
73
  },
74
- "gitHead": "8b952d7f41367c61b548af4293b42a93dc3c6ec7"
74
+ "gitHead": "bf5e703e0fba9119846edcdc76413732d9ed5e7a"
75
75
  }