@procore/data-table 14.35.0 → 14.35.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.35.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d996121: Bump cdn-translations version
8
+ - @procore/labs-datetime-select@0.1.3
9
+ - @procore/error-pages@0.2.3
10
+ - @procore/toast-alert@5.1.1
11
+
3
12
  ## 14.35.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.35.0",
3
+ "version": "14.35.1",
4
4
  "description": "Complex data grid built on top of ag-grid, with DST components and styles.",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/core/tree/main/packages/data-table",
@@ -74,7 +74,7 @@
74
74
  "styled-components": ">= 5.1.1 < 7"
75
75
  },
76
76
  "dependencies": {
77
- "@procore/cdn-translations": "0.1.12",
77
+ "@procore/cdn-translations": "0.1.13",
78
78
  "@procore/error-pages": "^0.2.3",
79
79
  "@procore/labs-datetime-select": "^0.1.3",
80
80
  "@procore/labs-group-by-select": "4.1.0",
@@ -109,7 +109,7 @@
109
109
  "@procore/core-css": "10.17.0",
110
110
  "@procore/core-icons": "^12.8.0",
111
111
  "@procore/core-prettier": "10.2.0",
112
- "@procore/core-react": "^12.24.0",
112
+ "@procore/core-react": "^12.25.0",
113
113
  "@procore/eslint-config": "10.0.0",
114
114
  "@procore/globalization-toolkit": "3.1.0",
115
115
  "@procore/labs-financials-utils": "4.3.1",