Skip to content

Commit

Permalink
v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Apr 9, 2024
1 parent 6343361 commit 11679bd
Show file tree
Hide file tree
Showing 27 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.50.15",
"version": "0.51.0",
"packages": [
"taqueria-protocol",
"taqueria-lib*",
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/root",
"version": "0.50.15",
"version": "0.51.0",
"description": "An easy to use opinionated tool for building, testing, and deploying Tezos software",
"main": "index.ts",
"directories": {
Expand Down Expand Up @@ -81,10 +81,10 @@
],
"dependencies": {
"@helia/unixfs": "^3.0.1",
"@taqueria/lib-ligo": "^0.50.15",
"@taqueria/node-sdk": "^0.50.15",
"@taqueria/plugin-contract-types": "^0.50.15",
"@taqueria/protocol": "^0.50.15",
"@taqueria/lib-ligo": "^0.51.0",
"@taqueria/node-sdk": "^0.51.0",
"@taqueria/plugin-contract-types": "^0.51.0",
"@taqueria/protocol": "^0.51.0",
"@taquito/michel-codec": "^19.2.0",
"@taquito/signer": "^19.2.0",
"@taquito/taquito": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions taqueria-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/analytics",
"version": "0.50.15",
"version": "0.51.0",
"description": "A TypeScript SDK submitting events for Taqueria activity",
"main": "./index.js",
"source": "./index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/protocol": "^0.50.15",
"@taqueria/protocol": "^0.51.0",
"node-machine-id-xz": "^1.0.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 11679bd

Please sign in to comment.