Skip to content

Commit

Permalink
chore(release): @qiwi/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## @qiwi/substrate [1.20.10](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-27)

### Performance Improvements

* **deps:** update TS to v4.4.x, tslib to v2.3.1 ([c412850](c412850))

### Dependencies

* **@qiwi/substrate-types:** upgraded to 1.52.2
* **@qiwi/substrate-abstract:** upgraded to 1.20.5
* **@qiwi/substrate-std:** upgraded to 1.3.5
* **@qiwi/substrate-infra:** upgraded to 1.1.5
  • Loading branch information
qiwibot committed Aug 27, 2021
1 parent a10621a commit aef999a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions packages/facade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @qiwi/substrate [1.20.10](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-27)


### Performance Improvements

* **deps:** update TS to v4.4.x, tslib to v2.3.1 ([c412850](https://github.com/qiwi/substrate/commit/c412850fcd095c196b71a6c7d7aab245a9d11671))





### Dependencies

* **@qiwi/substrate-types:** upgraded to 1.52.2
* **@qiwi/substrate-abstract:** upgraded to 1.20.5
* **@qiwi/substrate-std:** upgraded to 1.3.5
* **@qiwi/substrate-infra:** upgraded to 1.1.5

## @qiwi/substrate [1.20.9](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-06-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/substrate",
"version": "1.20.9",
"version": "1.20.10",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
"types": "target/es5/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
],
"dependencies": {
"tslib": "^2.3.1",
"@qiwi/substrate-types": "1.52.1",
"@qiwi/substrate-types": "1.52.2",
"@qiwi/substrate-abstract": "1.20.4",
"@qiwi/substrate-std": "1.3.4"
"@qiwi/substrate-std": "1.3.5"
},
"devDependencies": {
"@qiwi/substrate-infra": "1.1.4",
"@qiwi/substrate-infra": "1.1.5",
"@types/jest": "27.0.1",
"@types/node": "16.7.2",
"fs-extra": "^10.0.0"
Expand Down

0 comments on commit aef999a

Please sign in to comment.