@nimbus-ds/table 1.1.0-rc.4 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ Tables allow users to display large amounts of data in a tabular manner, using c
|
|
|
6
6
|
|
|
7
7
|
### 🎉 New features
|
|
8
8
|
|
|
9
|
-
- Add `backgroundColor` property to `Table.Row` subcomponent sprinkles. ([#
|
|
9
|
+
- Add `backgroundColor` property to `Table.Row` subcomponent sprinkles. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
10
|
|
|
11
11
|
## 2023-01-09 `1.0.0`
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/table",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -27,6 +27,5 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"webpack": "^5.74.0"
|
|
30
|
-
}
|
|
31
|
-
"stableVersion": "1.0.0"
|
|
30
|
+
}
|
|
32
31
|
}
|