Skip to content

Commit

Permalink
chore(release): publish 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Oct 19, 2023
1 parent 9275517 commit b6095c2
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 76 deletions.
140 changes: 72 additions & 68 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,74 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "1.0.8",
"changelogPreset": {
"name": "conventionalcommits",
"issuePrefixes": ["#"],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
]
}
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.9",
"changelogPreset": {
"name": "conventionalcommits",
"issuePrefixes": [
"#"
],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
]
}
}
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p0tion/actions",
"version": "1.0.8",
"version": "1.0.9",
"description": "A set of actions and helpers for CLI commands",
"repository": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@p0tion/backend",
"version": "1.0.8",
"version": "1.0.9",
"description": "MPC Phase 2 backend for Firebase services management",
"repository": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@aws-sdk/client-ssm": "^3.357.0",
"@aws-sdk/middleware-endpoint": "^3.329.0",
"@aws-sdk/s3-request-presigner": "^3.329.0",
"@p0tion/actions": "^1.0.8",
"@p0tion/actions": "^1.0.9",
"blakejs": "^1.2.1",
"dotenv": "^16.0.3",
"ethers": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/phase2cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@p0tion/phase2cli",
"type": "module",
"version": "1.0.8",
"version": "1.0.9",
"description": "All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies",
"repository": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@octokit/auth-oauth-app": "^5.0.5",
"@octokit/auth-oauth-device": "^4.0.4",
"@octokit/request": "^6.2.3",
"@p0tion/actions": "^1.0.8",
"@p0tion/actions": "^1.0.9",
"blakejs": "^1.2.1",
"boxen": "^7.1.0",
"chalk": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6140,7 +6140,7 @@ __metadata:
languageName: node
linkType: hard

"@p0tion/actions@^1.0.8, @p0tion/actions@workspace:packages/actions":
"@p0tion/actions@^1.0.9, @p0tion/actions@workspace:packages/actions":
version: 0.0.0-use.local
resolution: "@p0tion/actions@workspace:packages/actions"
dependencies:
Expand Down Expand Up @@ -6191,7 +6191,7 @@ __metadata:
"@aws-sdk/middleware-endpoint": ^3.329.0
"@aws-sdk/s3-request-presigner": ^3.329.0
"@firebase/rules-unit-testing": ^2.0.7
"@p0tion/actions": ^1.0.8
"@p0tion/actions": ^1.0.9
"@types/rollup-plugin-auto-external": ^2.0.2
"@types/uuid": ^9.0.1
blakejs: ^1.2.1
Expand Down Expand Up @@ -6225,7 +6225,7 @@ __metadata:
"@octokit/auth-oauth-app": ^5.0.5
"@octokit/auth-oauth-device": ^4.0.4
"@octokit/request": ^6.2.3
"@p0tion/actions": ^1.0.8
"@p0tion/actions": ^1.0.9
"@types/clear": ^0.1.2
"@types/cli-progress": ^3.11.0
"@types/figlet": ^1.5.6
Expand Down

0 comments on commit b6095c2

Please sign in to comment.