Skip to content

Commit

Permalink
Merge pull request #10 from Numoen/dev
Browse files Browse the repository at this point in the history
:)
  • Loading branch information
kyscott18 authored Oct 12, 2023
2 parents cb8fc2b + 2a4d9f4 commit 23b9cfb
Show file tree
Hide file tree
Showing 8 changed files with 240 additions and 208 deletions.
6 changes: 6 additions & 0 deletions .changeset/ninety-moons-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@panoptic-xyz/uniswap-v3-sdk": patch
"@panoptic-xyz/sdk": patch
---

Update deps
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"@panoptic-xyz/sdk": "0.0.0",
"@panoptic-xyz/uniswap-v3-sdk": "0.0.0"
},
"changesets": ["lucky-vans-behave"]
"changesets": [
"clean-news-hunt",
"lucky-vans-behave",
"ninety-moons-hope"
]
}
14 changes: 7 additions & 7 deletions packages/next-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "1.0.1",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"next": "13.5.4",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"reverse-mirage": "^1.0.2",
"reverse-mirage": "^1.0.3",
"tiny-invariant": "^1.3.1",
"ts-extras": "^0.11.0",
"unstated-next": "^1.1.0",
"viem": "^1.15.0",
"viem": "^1.16.4",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@tanstack/react-query-devtools": "^4.35.7",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"csstype": "^3.1.2",
"postcss": "^8.4.31",
Expand Down
16 changes: 16 additions & 0 deletions packages/panoptic-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @panoptic-xyz/sdk

## 0.0.1-alpha.2

### Patch Changes

- Update deps
- Updated dependencies
- @panoptic-xyz/uniswap-v3-sdk@0.0.1-alpha.2

## 0.0.1-alpha.1

### Patch Changes

- 646c1fd: Fix resolution
- Updated dependencies [646c1fd]
- @panoptic-xyz/uniswap-v3-sdk@0.0.1-alpha.1

## 0.0.1-alpha.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/panoptic-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panoptic-xyz/sdk",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.2",
"type": "module",
"description": "",
"keywords": [],
Expand Down Expand Up @@ -55,12 +55,12 @@
"size-limit": "^9.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.15.0",
"viem": "^1.16.4",
"vitest": "^0.34.6"
},
"dependencies": {
"reverse-mirage": "1.0.2",
"tiny-invariant": "^1.3.1",
"@panoptic-xyz/uniswap-v3-sdk": "workspace:*"
"@panoptic-xyz/uniswap-v3-sdk": "workspace:*",
"reverse-mirage": "1.0.3",
"tiny-invariant": "^1.3.1"
}
}
12 changes: 12 additions & 0 deletions packages/uniswap-v3-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @panoptic-xyz/uniswap-v3-sdk

## 0.0.1-alpha.2

### Patch Changes

- Update deps

## 0.0.1-alpha.1

### Patch Changes

- 646c1fd: Fix resolution

## 0.0.1-alpha.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/uniswap-v3-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panoptic-xyz/uniswap-v3-sdk",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.2",
"type": "module",
"description": "",
"keywords": [],
Expand Down Expand Up @@ -56,11 +56,11 @@
"size-limit": "^9.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.15.0",
"viem": "^1.16.4",
"vitest": "^0.34.6"
},
"dependencies": {
"reverse-mirage": "1.0.2",
"reverse-mirage": "1.0.3",
"tiny-invariant": "^1.3.1"
}
}
Loading

0 comments on commit 23b9cfb

Please sign in to comment.