Skip to content

Commit

Permalink
chore: version packages (#129)
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 Apr 30, 2023
1 parent 69951b7 commit 6d97a7c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-flies-attack.md

This file was deleted.

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

## 0.8.2

### Patch Changes

- [#126](https://github.com/wagmi-dev/abitype/pull/126) [`7ccc347`](https://github.com/wagmi-dev/abitype/commit/7ccc347a7e53d1c08bd84d8f1876e3621e45398c) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Switched from `tsup` to `tsc`.

## 0.8.1

### Patch Changes
Expand Down
40 changes: 31 additions & 9 deletions 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.8.1",
"version": "0.8.2",
"scripts": {
"bench": "vitest bench",
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types",
Expand Down Expand Up @@ -35,8 +35,13 @@
"typings": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"dist", "!dist/**/*.tsbuildinfo", "src/**/*.ts", "!src/**/*.test.ts",
"!src/**/*.test-d.ts", "!src/**/*.bench.ts", "!src/_test/**/*"
"dist",
"!dist/**/*.tsbuildinfo",
"src/**/*.ts",
"!src/**/*.test.ts",
"!src/**/*.test-d.ts",
"!src/**/*.bench.ts",
"!src/_test/**/*"
],
"exports": {
".": {
Expand All @@ -63,9 +68,15 @@
},
"typesVersions": {
"*": {
"config": ["./dist/types/config.d.ts"],
"test": ["./dist/types/test/index.d.ts"],
"zod": ["./dist/types/zod/index.d.ts"]
"config": [
"./dist/types/config.d.ts"
],
"test": [
"./dist/types/test/index.d.ts"
],
"zod": [
"./dist/types/zod/index.d.ts"
]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -96,14 +107,23 @@
},
"license": "MIT",
"repository": "wagmi-dev/abitype",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": ["abi", "eth", "ethereum", "typescript", "web3"],
"keywords": [
"abi",
"eth",
"ethereum",
"typescript",
"web3"
],
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand All @@ -114,7 +134,9 @@
"shiki-twoslash>shiki": "^0.14.1"
},
"peerDependencyRules": {
"ignoreMissing": ["@algolia/client-search"]
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.8.0'
export const version = '0.8.2'

1 comment on commit 6d97a7c

@vercel
Copy link

@vercel vercel bot commented on 6d97a7c Apr 30, 2023

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-wagmi-dev.vercel.app
abitype.dev
abitype-git-main-wagmi-dev.vercel.app

Please sign in to comment.