@simplybusiness/mobius 3.6.1 → 3.6.2
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file, or link in
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.6.2] - 2023-07-26
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Fix missing `:focus-visible` state for `<Button variant="basic">`
|
|
13
|
+
|
|
8
14
|
## [3.6.1] - 2023-07-26
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -265,6 +271,7 @@ Additionally, mobius and themes are available on the public NPM registry and can
|
|
|
265
271
|
|
|
266
272
|
## Github Links
|
|
267
273
|
|
|
274
|
+
[3.6.2]: https://github.com/simplybusiness/mobius/releases/tag/v3.6.2
|
|
268
275
|
[3.6.1]: https://github.com/simplybusiness/mobius/releases/tag/v3.6.1
|
|
269
276
|
[3.6.0]: https://github.com/simplybusiness/mobius/releases/tag/v3.6.0
|
|
270
277
|
[3.5.1]: https://github.com/simplybusiness/mobius/releases/tag/v3.5.1
|