Skip to content

Commit

Permalink
release(components/atom/textarea): v2.22.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed Jan 28, 2025
1 parent 8e0031b commit 8d73136
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 10 additions & 4 deletions components/atom/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

# 2.22.0 (2025-01-28)


### Bug Fixes

* collor schema ([f64a53a](https://github.com/SUI-Components/sui-components/commit/f64a53af17d2267cc8fbf609e801363498269050))



# 2.21.0 (2022-11-07)


Expand Down Expand Up @@ -260,7 +269,4 @@
* **atom/textarea:** simpler version ([e95f9f3](https://github.com/SUI-Components/sui-components/commit/e95f9f370b107f9be2fb8406eb6c985d37ee76c7))
* **atom/textarea:** success and error messages displayed in right position ([bddddd5](https://github.com/SUI-Components/sui-components/commit/bddddd5cfcd5ed043db4f5887dcebb311e2fbad2))
* **atom/textarea:** textarea implemention according to specification ([39f8c73](https://github.com/SUI-Components/sui-components/commit/39f8c73f4f25bed104d76221152ff34b48c4caac))
* **atom/textarea:** translatable text and better code organization ([21af70a](https://github.com/SUI-Components/sui-components/commit/21af70a71d1a2cf46d50a3e9e7e202803e569d7e))



* **atom/textarea:** translatable text and better code organization ([21af70a](https://github.com/SUI-Components/sui-components/commit/21af70a71d1a2cf46d50a3e9e7e202803e569d7e))
10 changes: 8 additions & 2 deletions components/atom/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "@s-ui/react-atom-textarea",
"version": "2.21.0",
"version": "2.22.0",
"description": "",
"publishConfig": {
"access": "public"
},
"keywords": ["@s-ui", "react", "component", "atom", "textarea"],
"keywords": [
"@s-ui",
"react",
"component",
"atom",
"textarea"
],
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
Expand Down

0 comments on commit 8d73136

Please sign in to comment.