Skip to content

Commit 1fa8ba4

Browse files
authored
Merge pull request #219 from liteflow-labs/changeset-release/main
Version Packages
2 parents 4420166 + 42dc70f commit 1fa8ba4

9 files changed

+31
-29
lines changed

.changeset/calm-phones-fry.md

-5
This file was deleted.

.changeset/dirty-houses-shake.md

-6
This file was deleted.

.changeset/happy-colts-walk.md

-5
This file was deleted.

.changeset/happy-ears-hammer.md

-5
This file was deleted.

.changeset/shaggy-baboons-yell.md

-6
This file was deleted.

packages/core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @liteflow/core
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#238](https://github.com/liteflow-labs/liteflow-js/pull/238) [`a2bdad8`](https://github.com/liteflow-labs/liteflow-js/commit/a2bdad8533bac0f5de6bf0c2189b75e23bb23f8a) Thanks [@NicolasMahe](https://github.com/NicolasMahe)! - Replace Ethers.js by Viem
8+
9+
### Patch Changes
10+
11+
- [#226](https://github.com/liteflow-labs/liteflow-js/pull/226) [`6aa847b`](https://github.com/liteflow-labs/liteflow-js/commit/6aa847bc9c21af76fdbc0456bd47e3554331abb3) Thanks [@NicolasMahe](https://github.com/NicolasMahe)! - Replace `assetId` by `chainId`, `collectionAddress` and `tokenId`, and deprecate `takerAddress` in `listToken` and `placeBid`.
12+
13+
- [#224](https://github.com/liteflow-labs/liteflow-js/pull/224) [`3f577d3`](https://github.com/liteflow-labs/liteflow-js/commit/3f577d361b8fd886ecf1afa822959b2ab553a8ac) Thanks [@NicolasMahe](https://github.com/NicolasMahe)! - Use mutation `createCancelOfferTransaction` instead of deprecated query `offer.cancel`
14+
15+
- [#225](https://github.com/liteflow-labs/liteflow-js/pull/225) [`ca11e0b`](https://github.com/liteflow-labs/liteflow-js/commit/ca11e0bfd95e2357a6b0796a5ce6a3077d9d11b7) Thanks [@NicolasMahe](https://github.com/NicolasMahe)! - Use new queries `listing` and `openOffer` instead of now deprecated `offer`
16+
17+
- [#221](https://github.com/liteflow-labs/liteflow-js/pull/221) [`40c1fd6`](https://github.com/liteflow-labs/liteflow-js/commit/40c1fd672f576ed234fd39d8fac007b35efc5126) Thanks [@ismailToyran](https://github.com/ismailToyran)! - Export BatchPurchaseStep
18+
319
## 2.0.0
420

521
### Major Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liteflow/core",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "./dist/index.js",
55
"typings": "./dist/index.d.ts",
66
"publishConfig": {

packages/react/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#238](https://github.com/liteflow-labs/liteflow-js/pull/238) [`a2bdad8`](https://github.com/liteflow-labs/liteflow-js/commit/a2bdad8533bac0f5de6bf0c2189b75e23bb23f8a) Thanks [@NicolasMahe](https://github.com/NicolasMahe)! - Replace Ethers.js by Viem
8+
9+
### Patch Changes
10+
11+
- [#221](https://github.com/liteflow-labs/liteflow-js/pull/221) [`40c1fd6`](https://github.com/liteflow-labs/liteflow-js/commit/40c1fd672f576ed234fd39d8fac007b35efc5126) Thanks [@ismailToyran](https://github.com/ismailToyran)! - Export BatchPurchaseStep
12+
13+
- Updated dependencies [[`6aa847b`](https://github.com/liteflow-labs/liteflow-js/commit/6aa847bc9c21af76fdbc0456bd47e3554331abb3), [`a2bdad8`](https://github.com/liteflow-labs/liteflow-js/commit/a2bdad8533bac0f5de6bf0c2189b75e23bb23f8a), [`3f577d3`](https://github.com/liteflow-labs/liteflow-js/commit/3f577d361b8fd886ecf1afa822959b2ab553a8ac), [`ca11e0b`](https://github.com/liteflow-labs/liteflow-js/commit/ca11e0bfd95e2357a6b0796a5ce6a3077d9d11b7), [`40c1fd6`](https://github.com/liteflow-labs/liteflow-js/commit/40c1fd672f576ed234fd39d8fac007b35efc5126)]:
14+
- @liteflow/core@3.0.0
15+
316
## 2.0.0
417

518
### Major Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liteflow/react",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "./dist/index.js",
55
"typings": "./dist/index.d.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)