@simplybusiness/mobius 3.4.2 → 3.4.3

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.4.3] - 2023-03-28
9
+
10
+ ### Added
11
+
12
+ - Added missing secondary colour variable to On The Tools (ott) partner theme.
13
+
8
14
  ## [3.4.2] - 2023-03-27
9
15
 
10
16
  ### Added
@@ -201,6 +207,7 @@ Additionally, mobius and themes are available on the public NPM registry and can
201
207
 
202
208
  ## Github Links
203
209
 
210
+ [3.4.3]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.3
204
211
  [3.4.2]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.2
205
212
  [3.4.1]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.1
206
213
  [3.4.0]: https://github.com/simplybusiness/mobius/releases/tag/v3.4.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius",
3
3
  "license": "UNLICENSED",
4
- "version": "3.4.2",
4
+ "version": "3.4.3",
5
5
  "description": "Core library of Mobius react components",
6
6
  "repository": {
7
7
  "type": "git",