@transferwise/components 39.14.0 → 40.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.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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
|
+
# [40.0.0](https://github.com/transferwise/neptune-web/compare/@transferwise/components@39.14.0...@transferwise/components@40.0.0) (2022-03-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* feat!: TypeScript setup and types generation for `@transferwise/dynamic-flows` (#1346) ([23496bf](https://github.com/transferwise/neptune-web/commit/23496bfb68c3381ee0a70f49198ec851c71b25ff)), closes [#1346](https://github.com/transferwise/neptune-web/issues/1346)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
* fix import of translations (`import { translations } from '@transferwise/dynamic-flows';`)
|
|
15
|
+
remove custom types or mock from `global.d.ts` / `declarations.d.ts` files
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
6
21
|
# [39.14.0](https://github.com/transferwise/neptune-web/compare/@transferwise/components@39.13.0...@transferwise/components@39.14.0) (2022-03-07)
|
|
7
22
|
|
|
8
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "40.0.0",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
58
58
|
"@babel/preset-env": "^7.15.0",
|
|
59
59
|
"@babel/preset-react": "^7.14.5",
|
|
60
|
-
"@babel/preset-typescript": "^7.15.0",
|
|
61
60
|
"@formatjs/cli": "^4.2.31",
|
|
62
61
|
"@percy/cli": "1.0.0-beta.63",
|
|
63
62
|
"@percy/storybook": "~4.0.1",
|
|
@@ -81,10 +80,8 @@
|
|
|
81
80
|
"lodash.times": "^4.3.2",
|
|
82
81
|
"npm-watch": "^0.11.0",
|
|
83
82
|
"react-intl": "^5.10.0",
|
|
84
|
-
"react-to-typescript-definitions": "~3.0.1",
|
|
85
83
|
"rollup": "^2.34.0",
|
|
86
|
-
"rollup-plugin-uglify": "^6.0.4"
|
|
87
|
-
"typescript": "^4.2.3"
|
|
84
|
+
"rollup-plugin-uglify": "^6.0.4"
|
|
88
85
|
},
|
|
89
86
|
"peerDependencies": {
|
|
90
87
|
"@transferwise/icons": "^2.12.0",
|
|
@@ -124,5 +121,5 @@
|
|
|
124
121
|
"resolutions": {
|
|
125
122
|
"@storybook/**/kind-of": "^6.0.3"
|
|
126
123
|
},
|
|
127
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "7743bc54f42456b26df927ea1288bc58e21f7375"
|
|
128
125
|
}
|