@osdk/cbac-components 0.1.0 → 0.2.0-main-20260407163326
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.
- package/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @osdk/cbac-components
|
|
2
2
|
|
|
3
|
+
## 0.2.0-main-20260407163326
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 89def41: minor bump associated with BlueprintJS upgrade
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f8b9f12]
|
|
12
|
+
- Updated dependencies [89def41]
|
|
13
|
+
- Updated dependencies [79b001e]
|
|
14
|
+
- Updated dependencies [51ccca8]
|
|
15
|
+
- @osdk/react-components@0.3.0-main-20260407163326
|
|
16
|
+
- @osdk/react@0.11.0-main-20260407163326
|
|
17
|
+
|
|
3
18
|
## 0.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/cbac-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-main-20260407163326",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@base-ui/react": "^1.0.0",
|
|
41
|
-
"@blueprintjs/icons": "^6.
|
|
41
|
+
"@blueprintjs/icons": "^6.7.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@osdk/react": "*",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"typescript": "~5.5.4",
|
|
59
59
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
60
60
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
61
|
-
"@osdk/react": "0.
|
|
62
|
-
"@osdk/react-components": "0.
|
|
61
|
+
"@osdk/react": "0.11.0-main-20260407163326",
|
|
62
|
+
"@osdk/react-components": "0.3.0-main-20260407163326"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|