@transferwise/components 39.8.3 → 39.9.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.
- package/CHANGELOG.md +11 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [39.9.0](https://github.com/transferwise/neptune-web/compare/@transferwise/components@39.8.3...@transferwise/components@39.9.0) (2022-02-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **dynamic-flows:** Multiple file upload component support for DFv3 ([#1274](https://github.com/transferwise/neptune-web/issues/1274)) ([1046f3a](https://github.com/transferwise/neptune-web/commit/1046f3a4699e885a963ed005ebdc1f6637f45a35)), closes [#1283](https://github.com/transferwise/neptune-web/issues/1283)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [39.8.3](https://github.com/transferwise/neptune-web/compare/@transferwise/components@39.8.2...@transferwise/components@39.8.3) (2022-02-01)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -122,7 +133,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
122
133
|
|
|
123
134
|
|
|
124
135
|
|
|
125
|
-
|
|
126
136
|
## [39.3.1](https://github.com/transferwise/neptune-web/compare/@transferwise/components@39.3.0...@transferwise/components@39.3.1) (2022-01-17)
|
|
127
137
|
|
|
128
138
|
**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": "39.
|
|
3
|
+
"version": "39.9.0",
|
|
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": "^12.
|
|
70
|
+
"@transferwise/neptune-css": "^12.3.0",
|
|
71
71
|
"@transferwise/neptune-tokens": "7.0.0",
|
|
72
72
|
"@transferwise/test-config": "^5.0.0",
|
|
73
73
|
"@types/jest": "^26.0.20",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"resolutions": {
|
|
125
125
|
"@storybook/**/kind-of": "^6.0.3"
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "cd0d97bff3aea623a53f67f5d707cfe2b7744edb"
|
|
128
128
|
}
|