@simplybusiness/mobius 3.4.0 → 3.4.1
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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.4.1] - 2023-03-23
|
|
9
|
+
|
|
10
|
+
## Fixed
|
|
11
|
+
|
|
12
|
+
- Fix an issue where disabled button ghost variant would change colour on click
|
|
13
|
+
- Replace 301 Moved Permanently with 307 Temporary Redirect for homepage
|
|
14
|
+
|
|
8
15
|
## [3.4.0] - 2023-03-06
|
|
9
16
|
|
|
10
17
|
### Added
|
|
@@ -188,6 +195,7 @@ Additionally, mobius and themes are available on the public NPM registry and can
|
|
|
188
195
|
|
|
189
196
|
## Github Links
|
|
190
197
|
|
|
198
|
+
[3.4.1]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.1
|
|
191
199
|
[3.4.0]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.0
|
|
192
200
|
[3.3.2]: https://github.com/simplybusiness/mobius/releases/tag/v3.3.2
|
|
193
201
|
[3.3.1]: https://github.com/simplybusiness/mobius/releases/tag/v3.3.1
|