@wise/components-theming 0.1.2-next-a1b3afa605.41 → 0.3.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 +33 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.3.0](https://github.com/transferwise/neptune-web/compare/@wise/components-theming@0.1.1...@wise/components-theming@0.3.0) (2022-11-22)
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
+
22
+ # [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)
23
+
24
+
25
+ ### Features
26
+
27
+ * 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)
28
+
29
+
30
+ ### BREAKING CHANGES
31
+
32
+ * 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
33
+
34
+
35
+
36
+
37
+
6
38
  ## [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
39
 
8
40
 
@@ -25,4 +57,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
25
57
 
26
58
 
27
59
 
28
- # Change Log
60
+ # Change Log
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/components-theming",
3
- "version": "0.1.2-next-a1b3afa605.41+a1b3afa605",
3
+ "version": "0.3.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": "a1b3afa605eccfceeeb41b72ca760e541e6d5769"
46
+ "gitHead": "69d2b48ccc79b3b8da6905cf08831ead265957d3"
47
47
  }