Skip to content

Commit

Permalink
chore: version packages (#3)
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 7, 2024
1 parent a2bd0b1 commit b047b99
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-baboons-perform.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`4297bcf`](https://github.com/wevm/ox/commit/4297bcf0acef7f1f208ba3770d679fefa0c2cb8d)]:
- [email protected]
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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite"
Expand Down
7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ox

## 0.1.0

### Minor Changes

- [`4297bcf`](https://github.com/wevm/ox/commit/4297bcf0acef7f1f208ba3770d679fefa0c2cb8d) Thanks [@jxom](https://github.com/jxom)! - Initial release.
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.0.0",
"version": "0.1.0",
"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.0.0",
"version": "0.1.0",
"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.0.0'
export const version = '0.1.0'

0 comments on commit b047b99

Please sign in to comment.