@transferwise/components 42.0.1-next-6863af5c39.0 → 43.0.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 +16 -0
  2. package/package.json +6 -6
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
+ # [43.0.0](https://github.com/transferwise/neptune-web/compare/@transferwise/components@41.8.3...@transferwise/components@43.0.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
+
6
22
  # [42.0.0](https://github.com/transferwise/neptune-web/compare/@transferwise/components@41.8.3...@transferwise/components@42.0.0) (2022-11-21)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "42.0.1-next-6863af5c39.0+6863af5c39",
3
+ "version": "43.0.0",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -67,14 +67,14 @@
67
67
  "@storybook/addon-links": "^6.4.19",
68
68
  "@transferwise/icons": "^3.2.1",
69
69
  "@transferwise/less-config": "^3.0.6",
70
- "@transferwise/neptune-css": "^13.0.0",
70
+ "@transferwise/neptune-css": "^14.0.0",
71
71
  "@transferwise/neptune-tokens": "8.0.0-next.20",
72
- "@transferwise/test-config": "^5.0.1-next-6863af5c39.586+6863af5c39",
72
+ "@transferwise/test-config": "^5.0.0",
73
73
  "@types/jest": "^26.0.20",
74
74
  "@types/jscodeshift": "^0.11.0",
75
75
  "@types/node": "^14.14.31",
76
76
  "@types/react-transition-group": "4.4.4",
77
- "@wise/components-theming": "^0.2.0",
77
+ "@wise/components-theming": "^0.3.0",
78
78
  "babel-plugin-inline-react-svg": "^2.0.1",
79
79
  "html-loader": "^1.3.2",
80
80
  "lodash.times": "^4.3.2",
@@ -108,7 +108,7 @@
108
108
  "@formatjs/intl-locale": "^2.4.14",
109
109
  "@popperjs/core": "^2.6.0",
110
110
  "@transferwise/formatting": "^2.1.0",
111
- "@transferwise/neptune-validation": "^3.0.6-next-6863af5c39.280+6863af5c39",
111
+ "@transferwise/neptune-validation": "^3.0.5",
112
112
  "@types/react-transition-group": "4.4.4",
113
113
  "classnames": "^2.2.6",
114
114
  "commonmark": "0.29.1",
@@ -134,5 +134,5 @@
134
134
  "**/chokidar/glob-parent": "5.1.2",
135
135
  "**/fast-glob/glob-parent": "5.1.2"
136
136
  },
137
- "gitHead": "6863af5c39b76de7044d8d4c77d4cbfc0ff8ed88"
137
+ "gitHead": "69d2b48ccc79b3b8da6905cf08831ead265957d3"
138
138
  }