Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 23f2d61 commit 45432ca
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-zebras-remember.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/webauthn-p256/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# webauthn-p256

## 0.0.7

### Patch Changes

- Updated dependencies [[`23f2d61`](https://github.com/wevm/ox/commit/23f2d61f817c5d33f0053cb154447f0b26244cc1)]:
- [email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/webauthn-p256/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webauthn-p256",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite"
Expand Down
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ox

## 0.1.6

### Patch Changes

- [#22](https://github.com/wevm/ox/pull/22) [`23f2d61`](https://github.com/wevm/ox/commit/23f2d61f817c5d33f0053cb154447f0b26244cc1) Thanks [@tmm](https://github.com/tmm)! - Added EIP 1193 errors.

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/ox",
"version": "0.1.5",
"version": "0.1.6",
"publish": {
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ox",
"description": "Ethereum Standard Library",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** @internal */
export const version = '0.1.5'
export const version = '0.1.6'

0 comments on commit 45432ca

Please sign in to comment.