@useblu/ocean-react 1.94.0 → 1.96.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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.96.0](https://github.com/ocean-ds/ocean-web/compare/v1.95.0...v1.96.0) (2025-07-31)
7
+
8
+ ### Features
9
+
10
+ - token input docs ([#1173](https://github.com/ocean-ds/ocean-web/issues/1173)) ([998b185](https://github.com/ocean-ds/ocean-web/commit/998b185f70f543e2a413ef94092509d9a28ff514))
11
+
12
+ # [1.95.0](https://github.com/ocean-ds/ocean-web/compare/v1.94.0...v1.95.0) (2025-07-31)
13
+
14
+ ### Features
15
+
16
+ - text list item doc ([#1172](https://github.com/ocean-ds/ocean-web/issues/1172)) ([8e1876f](https://github.com/ocean-ds/ocean-web/commit/8e1876fe5ed2f1362d8df4fff2c71ae0feca2c63))
17
+
6
18
  # [1.94.0](https://github.com/ocean-ds/ocean-web/compare/v1.93.0...v1.94.0) (2025-07-31)
7
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useblu/ocean-react",
3
- "version": "1.94.0",
3
+ "version": "1.96.0",
4
4
  "private": false,
5
5
  "description": "React components that implement Ocean's Design System.",
6
6
  "main": "index.js",