@osdk/react-sdk-docs 0.9.1-main-bbb89ce6c40d68bdf04f62ac40cc186dbd68750d → 0.10.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 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @osdk/react-sdk-docs
2
2
 
3
- ## 0.9.1-main-bbb89ce6c40d68bdf04f62ac40cc186dbd68750d
3
+ ## 0.10.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - 58b3367: Migrate @osdk/language-models, @osdk/react-sdk-docs, and @osdk/typescript-sdk-docs to lint with oxlint and format with oxfmt (configured via Ultracite) instead of ESLint and dprint (second increment of the repo-wide oxc migration)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-sdk-docs",
3
- "version": "0.9.1-main-bbb89ce6c40d68bdf04f62ac40cc186dbd68750d",
3
+ "version": "0.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",