Skip to content

Commit ebfeb8a

Browse files
committed
release(components/atom/progressBar): v2.15.0 [skip ci]
1 parent e3b5305 commit ebfeb8a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

components/atom/progressBar/CHANGELOG.md

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

3+
# 2.15.0 (2025-11-03)
4+
5+
6+
### Features
7+
8+
* add colors ([8d71a54](https://github.com/SUI-Components/sui-components/commit/8d71a54ffef798f773175c49da2c48200355058b))
9+
* styles ([c20c61c](https://github.com/SUI-Components/sui-components/commit/c20c61c03cb6cd26afde1fa8a758df242aae99cd))
10+
11+
12+
313
# 2.14.0 (2024-07-17)
414

515

components/atom/progressBar/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-progress-bar",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "",
55
"publishConfig": {
66
"access": "public"
77
},
8-
"keywords": ["@s-ui", "react", "component", "atom", "progressBar"],
8+
"keywords": [
9+
"@s-ui",
10+
"react",
11+
"component",
12+
"atom",
13+
"progressBar"
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)