Skip to content

Releases: ProjectOpenSea/opensea-js

v6.1.8

15 Aug 20:42
8150be6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.7...v6.1.8

v6.1.7

08 Aug 15:52
85a4311
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • chore(deps): update typescript-eslint monorepo to v6.3.0 by @renovate in #1139
  • chore(deps): update dependency eslint-config-prettier to v9 by @renovate in #1138
  • chore(deps): update dependency @types/node to v18.17.3 by @renovate in #1132
  • chore(deps): update dependency prettier to v3.0.1 by @renovate in #1130
  • chore(deps): update dependency eslint-config-prettier to v8.10.0 by @renovate in #1131

Full Changelog: v6.1.6...v6.1.7

v6.1.6

04 Aug 14:52
69fb2ba
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • fix(deps): update dependency @opensea/seaport-js to v2.0.6 by @renovate in #1124
  • chore(deps): update dependency eslint to v8.46.0 by @renovate in #1126
  • chore(deps): update dependency eslint-plugin-import to v2.28.0 by @renovate in #1125
  • chore(deps): update dependency eslint-config-prettier to v8.9.0 by @renovate in #1123
  • chore(deps): update typescript-eslint monorepo to v6.2.1 by @renovate in #1129

Full Changelog: v6.1.5...v6.1.6

v6.1.5

26 Jul 19:10
c06a382
Compare
Choose a tag to compare

What's Changed

  • Add collection offer reads and token id decoding by @cterech in #1110
  • Add addresses for polygon (matic/mumbai) and klaytn shared storefront by @ryanio in #1111
  • Improve _checkAccountIsAvailable function by @ryanio in #1118
  • Fix ProtocolData import path in src/api/types.ts by @ryanio in #1122
  • Fix npm-publish.yml by @ryanio in #1106
  • Add github issue template by @ryanio in #1117

Dependency Updates

Full Changelog: v6.1.4...v6.1.5

v6.1.4

18 Jul 17:25
d753bf3
Compare
Choose a tag to compare

What's Changed

  • Fix getBalance by @ryanio in #1096
  • Throw error when using v1 apis for multichain by @ryanio in #1095
  • Fix common user issue when using an accountAddress that isn't available through the provider or wallet by @ryanio in #1104

Routine dependency updates

  • chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 by @renovate in #1084
  • chore(deps): update dependency @types/node to v18.16.19 by @renovate in #1060
  • chore(deps): update dependency typescript to v5.1.6 by @renovate in #1075
  • chore(deps): update typescript-eslint monorepo to v6 (major) by @renovate in #1078
  • fix(deps): update dependency @opensea/seaport-js to v2.0.5 by @renovate in #1090
  • chore(deps): update dependency eslint to v8.45.0 by @renovate in #1094
  • chore(deps): update dependency @typechain/ethers-v5 to v11.1.0 by @renovate in #1098
  • chore(deps): update typescript-eslint monorepo to v6.1.0 by @renovate in #1105

Full Changelog: v6.1.3...v6.1.4

v6.1.3

12 Jul 17:15
dd31cf1
Compare
Choose a tag to compare

What's Changed

Expose remaining quantity in Orders

Full Changelog: v6.1.2...v6.1.3

v6.1.2

10 Jul 15:23
e34a1b4
Compare
Choose a tag to compare

Fixes a bug which prevented users from calling createBuyOrders on non-ethereum chains.

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

07 Jul 21:21
4d9eaac
Compare
Choose a tag to compare

What's Changed

  • Add multichain support to createBuyOrder and createSellOrder by @ryanio in #1070

Full Changelog: v6.1.0...v6.1.1

v6.1.0

07 Jul 17:27
b6000c7
Compare
Choose a tag to compare

What's Changed

This minor version primarily adds 4 new NFT endpoints, read the announcement here: New Release - v2 NFT Endpoints

Full Changelog: v6.0.6...v6.1.0

v6.0.6

06 Jul 04:04
876845a
Compare
Choose a tag to compare

What's Changed

The main patch fix was to use the zone returned by the buildOffer endpoint which fixed a bug when creating collection offers.

Full Changelog: v6.0.5...v6.0.6