Skip to content

Commit c47ae33

Browse files
committed
release(components/atom/table): v1.16.0 [skip ci]
1 parent 7bf7098 commit c47ae33

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

components/atom/table/CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
# 1.16.0 (2025-10-09)
4+
5+
6+
### Features
7+
8+
* open rowClass prop ([10d3413](https://github.com/SUI-Components/sui-components/commit/10d341395cc4a761d0ebc9777a11c8abc81cf1ef))
9+
10+
11+
312
# 1.15.0 (2023-08-30)
413

514

@@ -148,7 +157,4 @@
148157

149158
### Features
150159

151-
* **atom/table:** new component Atom Table ([1f91c67](https://github.com/SUI-Components/sui-components/commit/1f91c674572a82a1affd827a55eabce4d096f303))
152-
153-
154-
160+
* **atom/table:** new component Atom Table ([1f91c67](https://github.com/SUI-Components/sui-components/commit/1f91c674572a82a1affd827a55eabce4d096f303))

components/atom/table/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "@s-ui/react-atom-table",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "",
55
"publishConfig": {
66
"access": "public"
77
},
8-
"keywords": ["@s-ui", "react", "component", "atom", "table"],
8+
"keywords": [
9+
"@s-ui",
10+
"react",
11+
"component",
12+
"atom",
13+
"table"
14+
],
915
"main": "lib/index.js",
1016
"scripts": {
1117
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles",

0 commit comments

Comments
 (0)