@osdk/react-components-styles 0.3.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13 → 0.3.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 +2 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,13 +1,10 @@
1
1
  # @osdk/react-components-styles
2
2
 
3
- ## 0.3.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
3
+ ## 0.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 89def41: minor bump associated with BlueprintJS upgrade
8
-
9
- ### Patch Changes
10
-
7
+ - 89def41: patch bump associated with BlueprintJS upgrade
11
8
  - 86d0bce: Add ObjectSetField component for action forms
12
9
  - 79b001e: Add FilePickerField component for attachment and media reference form fields
13
10
  - b2b512e: Address FilePickerField PR review comments: memoize computed values, add aria-label, rename CSS token, add keyboard interaction tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-components-styles",
3
- "version": "0.3.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13",
3
+ "version": "0.3.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",