Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 5, 2023
1 parent 900811c commit 3e81068
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/simpleserialize.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/chainsafe/simpleserialize.com/compare/[email protected]@0.3.2) (2023-01-05)

**Note:** Version bump only for package simpleserialize.com





## [0.3.1](https://github.com/chainsafe/simpleserialize.com/compare/[email protected]@0.3.1) (2022-12-08)

**Note:** Version bump only for package simpleserialize.com
Expand Down
4 changes: 2 additions & 2 deletions packages/simpleserialize.com/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "simpleserialize.com",
"version": "0.3.1",
"version": "0.3.2",
"repository": "https://github.com/chainsafe/simpleserialize.com",
"author": "Chainsafe Systems",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"@babel/runtime": "^7.14.6",
"@babel/types": "^7.14.5",
"@chainsafe/lodestar-types": "^0.37.0-dev.267dce705c",
"@chainsafe/ssz": "^0.9.4",
"@chainsafe/ssz": "^0.10.0",
"bn.js": "^5.2.0",
"bulma": "^0.9.3",
"core-js": "^3.15.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](http://chainsafe/ssz/compare/@chainsafe/[email protected]...@chainsafe/[email protected]) (2023-01-05)


### Features

* Switch case dependency to internal helper ([#296](http://chainsafe/ssz/issues/296)) ([900811c](http://chainsafe/ssz/commits/900811c70eabf7613d6ba28f473a9a394f1ca544))





## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/[email protected]...@chainsafe/[email protected]) (2022-12-08)

**Note:** Version bump only for package @chainsafe/ssz
Expand Down
2 changes: 1 addition & 1 deletion packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/chainsafe/ssz",
"version": "0.9.4",
"version": "0.10.0",
"main": "lib/index.js",
"files": [
"lib/**/*.d.ts",
Expand Down

0 comments on commit 3e81068

Please sign in to comment.