@transferwise/neptune-css 14.0.2-beta-11c4bbff64.0 → 14.0.2
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 +16 -0
- package/package.json +2 -2
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
|
+
## [14.0.2](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-css@14.0.1...@transferwise/neptune-css@14.0.2) (2022-11-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* adding np-text-body-default-bold to base styles ([629cdd4](https://github.com/transferwise/neptune-web/commit/629cdd48d86f555843652698792e9286da1a3866))
|
|
12
|
+
* chip typography ([f2e2d18](https://github.com/transferwise/neptune-web/commit/f2e2d18a8f2c96fcf61b8aa8f723b6d023732ec5))
|
|
13
|
+
* fixing date trigger padding ([a658c52](https://github.com/transferwise/neptune-web/commit/a658c52dcb0f1e9d6ee997bda4e3a64718ae0dbc))
|
|
14
|
+
* resolving tests ([076474b](https://github.com/transferwise/neptune-web/commit/076474b6fb6754ea5181084ac1e72ae878b482e1))
|
|
15
|
+
* reverting components to averta ([6f0bde0](https://github.com/transferwise/neptune-web/commit/6f0bde04d2b68829270c30b32de145c786c4e3d8))
|
|
16
|
+
* spacing and font weight issues ([62134ca](https://github.com/transferwise/neptune-web/commit/62134ca9d1c9aa35da31e3ea381fcf9e650b718b))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [14.0.1](https://github.com/transferwise/neptune-web/compare/@transferwise/neptune-css@14.0.0...@transferwise/neptune-css@14.0.1) (2022-11-23)
|
|
7
23
|
|
|
8
24
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "14.0.2
|
|
4
|
+
"version": "14.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"bin": {
|
|
54
54
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "39ce46f69a4fbc86f5b34a74d3e1230d68ef4954"
|
|
57
57
|
}
|