Skip to content

Commit

Permalink
Version Packages (#101)
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 Jun 21, 2024
1 parent 3f2bd6d commit c9bba70
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-eggs-unite.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- [#97](https://github.com/privacy-scaling-explorations/snark-artifacts/pull/97) [`3f2bd6d`](https://github.com/privacy-scaling-explorations/snark-artifacts/commit/3f2bd6d2681c48e8b47ede788ca868a989890067) Thanks [@sripwoud](https://github.com/sripwoud)! - download artifacts from https://snark-artifacts.pse.dev

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/artifacts",
"version": "1.6.0",
"version": "1.7.0",
"type": "module",
"description": "Utilities for downloading snark artifacts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zk-kit/artifacts-cli

## 1.0.1

### Patch Changes

- Updated dependencies [[`3f2bd6d`](https://github.com/privacy-scaling-explorations/snark-artifacts/commit/3f2bd6d2681c48e8b47ede788ca868a989890067)]:
- @zk-kit/artifacts@1.7.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/artifacts-cli",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"bin": {
"snarkli": "./dist/index.js"
Expand Down Expand Up @@ -42,7 +42,7 @@
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/input": "^2.1.8",
"@inquirer/select": "^2.3.4",
"@zk-kit/artifacts": "1.6.0",
"@zk-kit/artifacts": "1.7.0",
"circomkit": "^0.2.1",
"ora": "^5.4.1",
"snarkjs": "^0.7.4"
Expand Down

0 comments on commit c9bba70

Please sign in to comment.