Skip to content

Commit

Permalink
chore(release): 3.38.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.38.0](v3.37.1...v3.38.0) (2024-05-28)

### Features

* **DropdownTrigger:** add disabled state ([9c55aa6](9c55aa6))
* **MultiSelect:** add disabled state ([1fa26f3](1fa26f3))
* **Select:** add disabled state ([a4eb090](a4eb090))
* **TokenIput:** add disabled state ([91e9e05](91e9e05))
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent 40b5a4d commit 15e169b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.38.0](https://github.com/narmi/design_system/compare/v3.37.1...v3.38.0) (2024-05-28)


### Features

* **DropdownTrigger:** add disabled state ([9c55aa6](https://github.com/narmi/design_system/commit/9c55aa6e2ef278b367d7b664d1dd20f0bd87f56d))
* **MultiSelect:** add disabled state ([1fa26f3](https://github.com/narmi/design_system/commit/1fa26f3a66c9de3935ba3a4c5d90752e1cadeae1))
* **Select:** add disabled state ([a4eb090](https://github.com/narmi/design_system/commit/a4eb09088fd35a26cd15766a0a6a881e7dcfc99d))
* **TokenIput:** add disabled state ([91e9e05](https://github.com/narmi/design_system/commit/91e9e0542e6c9216a00e2d2f2ae88acffda03d4d))

### [3.37.1](https://github.com/narmi/design_system/compare/v3.37.0...v3.37.1) (2024-05-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@narmi/design_system",
"version": "3.37.1",
"version": "3.38.0",
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 15e169b

Please sign in to comment.