Skip to content

Commit

Permalink
ci: fix 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Aug 3, 2023
1 parent 4021ea5 commit fde812e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
22 changes: 11 additions & 11 deletions .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ commitizen:
update_changelog_on_bump: true
version: 1.0.0
version_files:
- packages/certificate-verification-js/package.json:version
- packages/ic-certification-testing/Cargo.toml:version
- packages/ic-certification-testing-wasm/Cargo.toml:version
- packages/ic-certification-testing-wasm/package.json:version
- packages/ic-representation-independent-hash/Cargo.toml:version
- packages/ic-response-verification/Cargo.toml:version
- packages/ic-response-verification-test-utils/Cargo.toml:version
- packages/ic-response-verification-tests/Cargo.toml:version
- packages/ic-response-verification-tests/package.json:version
- packages/ic-response-verification-wasm/package.json:version
- packages/ic-response-verification-wasm/Cargo.toml:version
- packages/certificate-verification-js/package.json:version
- packages/ic-certification-testing/Cargo.toml:version
- packages/ic-certification-testing-wasm/Cargo.toml:version
- packages/ic-certification-testing-wasm/package.json:version
- packages/ic-representation-independent-hash/Cargo.toml:version
- packages/ic-response-verification/Cargo.toml:version
- packages/ic-response-verification-test-utils/Cargo.toml:version
- packages/ic-response-verification-tests/Cargo.toml:version
- packages/ic-response-verification-tests/package.json:version
- packages/ic-response-verification-wasm/package.json:version
- packages/ic-response-verification-wasm/Cargo.toml:version
14 changes: 11 additions & 3 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ jobs:
.cz.yaml
CHANGELOG.md
Cargo.lock
packages/certificate-verification-js/package.json
packages/ic-certification-testing/Cargo.lock
packages/ic-certification-testing/Cargo.toml
packages/ic-certification-testing-wasm/Cargo.lock
packages/ic-certification-testing-wasm/Cargo.toml
packages/ic-certification-testing-wasm/package.json
packages/ic-representation-independent-hash/Cargo.toml
packages/ic-response-verification/Cargo.toml
packages/ic-response-verification-tests/Cargo.toml
packages/ic-response-verification-test-utils/Cargo.toml
packages/ic-response-verification-wasm/package.json
packages/ic-response-verification-tests/Cargo.toml
packages/ic-response-verification-tests/package.json
packages/ic-response-verification-wasm/Cargo.lock
packages/ic-response-verification-wasm/Cargo.toml
packages/ic-representation-independent-hash/Cargo.toml
packages/ic-response-verification-wasm/package.json
2 changes: 1 addition & 1 deletion packages/certificate-verification-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certificate-verification",
"description": "Client side certificate verification for the Internet Computer",
"version": "0.3.0",
"version": "1.0.0",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-certification-testing-wasm"
description = "Utilities for testing applications that work with Internet Computer certification"
version = "0.3.0"
version = "1.0.0"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certification-testing",
"description": "Utilities for testing applications that work with Internet Computer certification",
"version": "0.3.0",
"version": "1.0.0",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-certification-testing"
description = "Utilities for testing applications that work with Internet Computer certification"
version = "0.3.0"
version = "1.0.0"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-response-verification-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-response-verification-tests",
"version": "0.3.0",
"version": "1.0.0",
"dependencies": {
"@dfinity/agent": "~0.18.0",
"@dfinity/principal": "~0.18.0",
Expand Down

0 comments on commit fde812e

Please sign in to comment.