Skip to content

Commit

Permalink
Merge pull request #19 from EveripediaNetwork/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Sep 3, 2024
2 parents 31975e7 + 76506dd commit 2090742
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-tigers-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-radios-smile.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- 991505e: Fixes destructure to @web3auth/web3auth-wagmi-connector
- 0d5e5b3: Removes format rules

## 3.1.5

### Patch Changes

- 3454344: removes named imports for web3auth packages

## 3.1.4
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@everipedia/iq-login",
"version": "3.1.4",
"version": "3.1.5",
"description": "Auth library for IQ apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": "https://github.com/EveripediaNetwork/iq-login",
"license": "MIT",
"keywords": ["wagmi", "IQ"],
"keywords": [
"wagmi",
"IQ"
],
"scripts": {
"build": "tsc -p tsconfig.json && tsc-esm-fix --target='dist' --ext='.js'",
"format": "biome format . --write",
Expand Down

0 comments on commit 2090742

Please sign in to comment.