Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 5045f60 commit f5990e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-kings-flow.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @everipedia/iq-login

## 3.1.0

### Minor Changes

- 89d7289: Update IqLoginProvider name
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.0.1",
"version": "3.1.0",
"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 f5990e4

Please sign in to comment.