@wise/components-theming 0.1.2-next-50b69ffc7d.41 → 0.2.0

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 +17 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0](https://github.com/transferwise/neptune-web/compare/@wise/components-theming@0.1.1...@wise/components-theming@0.2.0) (2022-11-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * new visual rebrand updates + inter font ([a1b3afa](https://github.com/transferwise/neptune-web/commit/a1b3afa605eccfceeeb41b72ca760e541e6d5769)), closes [#1570](https://github.com/transferwise/neptune-web/issues/1570) [#1551](https://github.com/transferwise/neptune-web/issues/1551) [#1684](https://github.com/transferwise/neptune-web/issues/1684) [#1651](https://github.com/transferwise/neptune-web/issues/1651) [#1712](https://github.com/transferwise/neptune-web/issues/1712) [#1739](https://github.com/transferwise/neptune-web/issues/1739) [#1718](https://github.com/transferwise/neptune-web/issues/1718) [#1744](https://github.com/transferwise/neptune-web/issues/1744) [#1742](https://github.com/transferwise/neptune-web/issues/1742) [#1771](https://github.com/transferwise/neptune-web/issues/1771) [#1777](https://github.com/transferwise/neptune-web/issues/1777) [#1780](https://github.com/transferwise/neptune-web/issues/1780)
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * This change includes all our new visual rebrand updates and theme for the wise design system, and includes our new inter font for the current and future visual rebrand
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.1](https://github.com/transferwise/neptune-web/compare/@wise/components-theming@0.1.0...@wise/components-theming@0.1.1) (2022-11-07)
7
23
 
8
24
 
@@ -25,4 +41,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
25
41
 
26
42
 
27
43
 
28
- # Change Log
44
+ # Change Log
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/components-theming",
3
- "version": "0.1.2-next-50b69ffc7d.41+50b69ffc7d",
3
+ "version": "0.2.0",
4
4
  "description": "Provides theming support for the Wise Design system components",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -43,5 +43,5 @@
43
43
  "dist/",
44
44
  "src/"
45
45
  ],
46
- "gitHead": "50b69ffc7d363dca1445f68033b1a190ce52ba2d"
46
+ "gitHead": "b648142d0b937692ec857e3dfc10585fdbfad794"
47
47
  }