Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Apr 23, 2024
1 parent c99dbc7 commit 6cdcdce
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sourcify-monorepo",
"private": true,
"version": "1.2.7",
"version": "1.2.8",
"description": "Monorepo containing all Sourcify packages, and services",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-sourcify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-sourcify/lib-sourcify",
"version": "1.7.4",
"version": "1.7.5",
"description": "Library for Sourcify's contract verification methods, contract validation, types, and interfaces.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion services/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-database",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"description": "The Sourcify database",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions services/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-monitor",
"version": "1.1.12",
"version": "1.1.13",
"private": true,
"description": "A monitoring service to listen to chains and send detected new contracts to a Sourcify server",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/ethereum/sourcify#readme",
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.8",
"@ethereum-sourcify/lib-sourcify": "^1.7.4",
"@ethereum-sourcify/lib-sourcify": "^1.7.5",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
Expand Down
4 changes: 2 additions & 2 deletions services/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-server",
"version": "1.5.6",
"version": "1.6.0",
"description": "Solidity metadata-based re-compilation and source verification tool",
"private": true,
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@aws-sdk/client-lambda": "^3.453.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.8",
"@ethereum-sourcify/lib-sourcify": "^1.7.4",
"@ethereum-sourcify/lib-sourcify": "^1.7.5",
"@google-cloud/cloud-sql-connector": "^0.5.1",
"abitype": "0.8.0",
"bunyan": "^1.8.12",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-ui",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit 6cdcdce

Please sign in to comment.