Skip to content

Commit

Permalink
chore: version packages (#21)
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 Nov 12, 2024
1 parent 644b96a commit 2a7d21b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-carrots-brush.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.6

### Patch Changes

- Updated dependencies [[`644b96a`](https://github.com/wevm/ox/commit/644b96a169a118c6f0606eda5354785523ed099b)]:
- [email protected]

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.5

### Patch Changes

- [`644b96a`](https://github.com/wevm/ox/commit/644b96a169a118c6f0606eda5354785523ed099b) Thanks [@jxom](https://github.com/jxom)! - Added additional guard for `result` in `Provider.from`.

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.4",
"version": "0.1.5",
"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.4'
export const version = '0.1.5'

0 comments on commit 2a7d21b

Please sign in to comment.