@transferwise/components 38.2.1 → 38.2.4

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+ ## [38.2.4](https://github.com/transferwise/neptune-web/compare/@transferwise/components@38.2.3...@transferwise/components@38.2.4) (2021-11-24)
7
+
8
+ **Note:** Version bump only for package @transferwise/components
9
+
10
+
11
+
12
+
13
+
14
+ ## [38.2.3](https://github.com/transferwise/neptune-web/compare/@transferwise/components@38.2.2...@transferwise/components@38.2.3) (2021-11-23)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Neptune components CSS build watch ([#1218](https://github.com/transferwise/neptune-web/issues/1218)) ([d4f1a5d](https://github.com/transferwise/neptune-web/commit/d4f1a5d9d645d1c645bf30c6a6208cc4d92b15cd))
20
+
21
+
22
+
23
+
24
+
25
+ ## [38.2.2](https://github.com/transferwise/neptune-web/compare/@transferwise/components@38.2.1...@transferwise/components@38.2.2) (2021-11-22)
26
+
27
+ **Note:** Version bump only for package @transferwise/components
28
+
29
+
30
+
31
+
32
+
6
33
  ## [38.2.1](https://github.com/transferwise/neptune-web/compare/@transferwise/components@38.2.0...@transferwise/components@38.2.1) (2021-11-16)
7
34
 
8
35
  **Note:** Version bump only for package @transferwise/components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "38.2.1",
3
+ "version": "38.2.4",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -67,7 +67,7 @@
67
67
  "@rollup/plugin-node-resolve": "^7.1.3",
68
68
  "@transferwise/icons": "^2.12.0",
69
69
  "@transferwise/less-config": "^3.0.2",
70
- "@transferwise/neptune-css": "^11.0.0",
70
+ "@transferwise/neptune-css": "^11.0.1",
71
71
  "@transferwise/neptune-tokens": "^1.0.0",
72
72
  "@transferwise/test-config": "^4.0.2",
73
73
  "@types/jest": "^26.0.20",
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@transferwise/icons": "^2.12.0",
90
- "@transferwise/neptune-css": "^9.2.0 || ^10",
90
+ "@transferwise/neptune-css": "^11",
91
91
  "currency-flags": "^2.1.1",
92
92
  "prop-types": "^15.7.2",
93
93
  "react": "^16.14 || ^17",
@@ -122,5 +122,5 @@
122
122
  "resolutions": {
123
123
  "@storybook/**/kind-of": "^6.0.3"
124
124
  },
125
- "gitHead": "8385288b521db6282a0358b11259a74ff4fd3cfc"
125
+ "gitHead": "8d133c694b7ecf946904375ebb917ed50f3b6ea4"
126
126
  }