Skip to content

Commit

Permalink
chore: version packages (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2024
1 parent 6bc52e6 commit 0328d5c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-onions-boil.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [`6bc52e6`](https://github.com/wevm/abitype/commit/6bc52e6a470ba0a21c9a54873e9db1b7ae5fd7b3) Thanks [@tmm](https://github.com/tmm)! - Marked as stable v1.

## 0.10.3

### Patch Changes
Expand Down
15 changes: 11 additions & 4 deletions packages/abitype/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "0.10.3",
"version": "1.0.0",
"license": "MIT",
"repository": "wevm/abitype",
"scripts": {
Expand Down Expand Up @@ -51,8 +51,12 @@
},
"typesVersions": {
"*": {
"abis": ["./dist/types/exports/abis.d.ts"],
"zod": ["./dist/types/exports/zod.d.ts"]
"abis": [
"./dist/types/exports/abis.d.ts"
],
"zod": [
"./dist/types/exports/zod.d.ts"
]
}
},
"peerDependencies": {
Expand All @@ -72,7 +76,10 @@
"ethers": "^6.5.1",
"zod": "^3.22.4"
},
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],
"contributors": [
"awkweb.eth <[email protected]>",
"jxom.eth <[email protected]>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"abi",
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.10.3'
export const version = '1.0.0'

1 comment on commit 0328d5c

@vercel
Copy link

@vercel vercel bot commented on 0328d5c Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

abitype – ./

abitype.vercel.app
abitype-git-main-wagmi-dev.vercel.app
abitype.dev
abitype-wagmi-dev.vercel.app

Please sign in to comment.