@qiwi/pijma-mobile 1.145.2 → 1.145.5
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 +47 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
+
## @qiwi/pijma-mobile [1.145.5](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.4...@qiwi/pijma-mobile@1.145.5) (2022-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* temporary prebuild ts-patch ([#490](https://github.com/qiwi/pijma/issues/490)) ([7fdc5a6](https://github.com/qiwi/pijma/commit/7fdc5a6a60620dd5f67ec0d10f51103f1a57489c))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@qiwi/pijma-core:** upgraded to 1.148.4
|
|
15
|
+
|
|
16
|
+
## @qiwi/pijma-mobile [1.145.4](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.3...@qiwi/pijma-mobile@1.145.4) (2022-05-31)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* ts-patch in infra only ([#489](https://github.com/qiwi/pijma/issues/489)) ([90b7004](https://github.com/qiwi/pijma/commit/90b70042b1fda37bb0e9f11746781b33cbe32985))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* **@qiwi/pijma-core:** upgraded to 1.148.3
|
|
30
|
+
* **@qiwi/pijma-infra:** upgraded to 1.5.3
|
|
31
|
+
|
|
32
|
+
## @qiwi/pijma-mobile [1.145.3](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.2...@qiwi/pijma-mobile@1.145.3) (2022-05-25)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* react display name ([#486](https://github.com/qiwi/pijma/issues/486)) ([e31c9cb](https://github.com/qiwi/pijma/commit/e31c9cb17c5c9028f27d622cb5c16b534ff8e9ef))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* **@qiwi/pijma-core:** upgraded to 1.148.2
|
|
46
|
+
* **@qiwi/pijma-infra:** upgraded to 1.5.2
|
|
47
|
+
|
|
1
48
|
## @qiwi/pijma-mobile [1.145.2](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.1...@qiwi/pijma-mobile@1.145.2) (2022-05-23)
|
|
2
49
|
|
|
3
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qiwi/pijma-mobile",
|
|
3
|
-
"version": "1.145.
|
|
3
|
+
"version": "1.145.5",
|
|
4
4
|
"main": "./lib/es5/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"prebuild": "yarn clean",
|
|
18
|
+
"prebuild": "yarn clean && ts-patch install -s",
|
|
19
19
|
"clean": "rimraf lib styleguide/lib",
|
|
20
20
|
"build": "concurrently 'npm:build:*'",
|
|
21
21
|
"build:guide": "NODE_ENV=production styleguidist --config styleguide.config.cjs build",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"lib"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@qiwi/pijma-core": "1.148.
|
|
37
|
+
"@qiwi/pijma-core": "1.148.4",
|
|
38
38
|
"@qiwi/pijma-fonts": "1.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@qiwi/pijma-infra": "1.5.
|
|
41
|
+
"@qiwi/pijma-infra": "1.5.3"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|