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 [2.0.0](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2023-02-16)

### Features

* set v2 ([4e39def](4e39def))

### BREAKING CHANGES

* drop flowtype support

### Dependencies

* **@qiwi/substrate-abstract:** upgraded to 2.0.0
* **@qiwi/substrate-std:** upgraded to 2.0.0
  • Loading branch information
qiwibot committed Feb 16, 2023
1 parent c594658 commit 92776f5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
21 changes: 21 additions & 0 deletions packages/facade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# @qiwi/substrate [2.0.0](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2023-02-16)


### Features

* set v2 ([4e39def](https://github.com/qiwi/substrate/commit/4e39def29321fa0e470c5a9c8dbf5c7360f27cf4))


### BREAKING CHANGES

* drop flowtype support





### Dependencies

* **@qiwi/substrate-abstract:** upgraded to 2.0.0
* **@qiwi/substrate-std:** upgraded to 2.0.0

## @qiwi/substrate [1.20.17](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2023-02-16)


Expand Down
6 changes: 3 additions & 3 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.17",
"version": "2.0.0",
"exports": {
".": {
"import": "./target/esm/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"buildstamp.json"
],
"dependencies": {
"@qiwi/substrate-abstract": "1.20.11",
"@qiwi/substrate-std": "1.3.12",
"@qiwi/substrate-abstract": "2.0.0",
"@qiwi/substrate-std": "2.0.0",
"@qiwi/substrate-types": "2.0.0",
"tslib": "^2.5.0"
},
Expand Down
27 changes: 4 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,16 +1054,7 @@ __metadata:
languageName: node
linkType: hard

"@qiwi/substrate-abstract@npm:1.20.11":
version: 1.20.11
resolution: "@qiwi/substrate-abstract@npm:1.20.11"
dependencies:
"@qiwi/substrate-types": 2.0.0
checksum: a603a5c39a930686e081e355d646a5d7731c984dc0b99846b4b8eb26b16be0e76f8ee5ca8eb77e9e558b90b643165f4cf48efb45168cfa26b3d9228d4c9bb2ad
languageName: node
linkType: hard

"@qiwi/substrate-abstract@workspace:packages/abstract":
"@qiwi/[email protected], @qiwi/substrate-abstract@workspace:packages/abstract":
version: 0.0.0-use.local
resolution: "@qiwi/substrate-abstract@workspace:packages/abstract"
dependencies:
Expand Down Expand Up @@ -1125,17 +1116,7 @@ __metadata:
languageName: unknown
linkType: soft

"@qiwi/substrate-std@npm:1.3.12":
version: 1.3.12
resolution: "@qiwi/substrate-std@npm:1.3.12"
dependencies:
"@qiwi/substrate-types": 2.0.0
tslib: ^2.5.0
checksum: f7a9ec883da417bd2937f83af41d61920f43727fa733b3e61f7c28961b545923b7f950ff86c65b5a7b1678fced7d65f13ca91ae5b07fa8b080fac0060a83546f
languageName: node
linkType: hard

"@qiwi/substrate-std@workspace:packages/std":
"@qiwi/[email protected], @qiwi/substrate-std@workspace:packages/std":
version: 0.0.0-use.local
resolution: "@qiwi/substrate-std@workspace:packages/std"
dependencies:
Expand Down Expand Up @@ -1184,9 +1165,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@qiwi/substrate@workspace:packages/facade"
dependencies:
"@qiwi/substrate-abstract": 1.20.11
"@qiwi/substrate-abstract": 2.0.0
"@qiwi/substrate-infra": 1.2.3
"@qiwi/substrate-std": 1.3.12
"@qiwi/substrate-std": 2.0.0
"@qiwi/substrate-types": 2.0.0
"@types/jest": 29.4.0
"@types/node": 18.13.0
Expand Down

0 comments on commit 92776f5

Please sign in to comment.