Skip to content

Commit

Permalink
release(components/atom/checkbox): v3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed Jan 20, 2025
1 parent 0c978be commit cc62b5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions components/atom/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

# 3.8.0 (2025-01-20)


### Features

* modify wrapper element syntax ([c755403](https://github.com/SUI-Components/sui-components/commit/c75540382e80172182609fa09d4f5453552f9963))



# 3.7.0 (2024-02-19)


Expand Down
10 changes: 8 additions & 2 deletions components/atom/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "@s-ui/react-atom-checkbox",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"publishConfig": {
"access": "public"
},
"keywords": ["@s-ui", "react", "component", "atom", "checkbox"],
"keywords": [
"@s-ui",
"react",
"component",
"atom",
"checkbox"
],
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",
Expand Down

0 comments on commit cc62b5f

Please sign in to comment.