@osdk/react-components-styles 0.4.0-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56 → 0.4.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 +3 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,14 @@
1
1
  # @osdk/react-components-styles
2
2
 
3
- ## 0.4.0-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
3
+ ## 0.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - f01a8f4: improvements(build): significant reduction in build task graphs
7
8
  - 5d8edf8: feat(tiff): Tiff Renderer
8
9
  - 4bce409: feat(md): markdown renderer
9
- - c144b04: Add form field validation with onTouched mode, error display, and submit tooltip
10
-
11
- ### Patch Changes
12
-
13
- - f01a8f4: improvements(build): significant reduction in build task graphs
14
10
  - 1a0f772: Show "No value" for empty filter values in ListogramInput and generate $isNull instead of $eq: "" in where clauses
11
+ - c144b04: Add form field validation with onTouched mode, error display, and submit tooltip
15
12
  - 957a878: Rename/improve DateTimePickerField and introduce DateRangeInputField
16
13
 
17
14
  ## 0.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-components-styles",
3
- "version": "0.4.0-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56",
3
+ "version": "0.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",