@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. 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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius",
3
3
  "license": "UNLICENSED",
4
- "version": "3.6.1",
4
+ "version": "3.6.2",
5
5
  "description": "Core library of Mobius react components",
6
6
  "repository": {
7
7
  "type": "git",