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 25, 2024
1 parent 147ad61 commit 6aab3e9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-paws-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-rabbits-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/permissionless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# permissionless

## 0.2.2

### Patch Changes

- 6cfab3199c3f5a8bf5301b932d8175cfef620a17: Added tokenDecimals and tokenUsdPrice to pimlico_getTokenQuotes

## 0.2.1

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.2.1",
"version": "0.2.2",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless",
"repository": "github:pimlicolabs/permissionless.js",
Expand All @@ -11,7 +11,13 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"license": "MIT",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @permissionless/wagmi

## 0.1.0

### Minor Changes

- c3f6a95fc4d4264a0d761931da74d9c46a052468: Added hooks for Erc5792

## 0.0.4

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@permissionless/wagmi",
"version": "0.0.4",
"version": "0.1.0",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless/wagmi",
"repository": "github:pimlicolabs/permissionless.js",
Expand All @@ -11,7 +11,13 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit 6aab3e9

Please sign in to comment.