@nimbus-ds/label 1.5.0-rc.6 → 1.5.0-rc.7
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 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,7 @@ Labels are mainly used to accompany form controls such as inputs, checkboxes, se
|
|
|
13
13
|
- Removed `terser-webpack-plugin@5.3.5`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
14
14
|
- Removed `ts-loader@9.3.1`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
15
15
|
- Removed `webpack-cli@4.10.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
16
|
+
- Removed `typescript@4.7.4`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
16
17
|
|
|
17
18
|
## 2022-12-01 `1.4.0`
|
|
18
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/label",
|
|
3
|
-
"version": "1.5.0-rc.
|
|
3
|
+
"version": "1.5.0-rc.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"version": "yarn version"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@nimbus-ds/skeleton": "1.2.0-rc.
|
|
18
|
-
"@nimbus-ds/styles": "5.0.0-rc.
|
|
17
|
+
"@nimbus-ds/skeleton": "^1.2.0-rc.7",
|
|
18
|
+
"@nimbus-ds/styles": "^5.0.0-rc.8"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": "^16.8 || ^17.0 || ^18.0",
|
|
@@ -30,9 +30,8 @@
|
|
|
30
30
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@nimbus-ds/icon": "1.6.0-rc.
|
|
33
|
+
"@nimbus-ds/icon": "^1.6.0-rc.7",
|
|
34
34
|
"@tiendanube/icons": "^0.3.1",
|
|
35
|
-
"typescript": "^4.7.4",
|
|
36
35
|
"webpack": "^5.74.0"
|
|
37
36
|
},
|
|
38
37
|
"stableVersion": "1.4.0"
|