@nimbus-ds/patterns 1.7.6-rc.2 → 1.7.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 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s tea
|
|
|
6
6
|
|
|
7
7
|
#### 🐛 Bug fixes
|
|
8
8
|
|
|
9
|
-
- Remove visual focus box-shadow from `MenuButton` component because it visually hints the element is on focus even after an action has been performed.
|
|
9
|
+
- Remove visual focus box-shadow from `MenuButton` component because it visually hints the element is on focus even after an action has been performed. ([#93](https://github.com/TiendaNube/nimbus-patterns/pull/93) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
10
|
|
|
11
11
|
## 2024-01-04 `1.7.6`
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/patterns",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,6 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/TiendaNube/nimbus-patterns/issues"
|
|
37
|
-
}
|
|
38
|
-
"stableVersion": "1.7.5"
|
|
37
|
+
}
|
|
39
38
|
}
|