Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Mar 1, 2022
1 parent 1048839 commit a02e81e
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 66 deletions.
80 changes: 37 additions & 43 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,6 +1,6 @@
{
"name": "@taqueria/taqueria",
"version": "0.1.1",
"version": "0.1.2",
"description": "An easy to use opininated tool for building, testing, and deploying Tezos software",
"main": "index.ts",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-contract-types",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"targets": {
"default": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@taquito/taquito": "^11.2.0",
"bignumber.js": "^9.0.2",
"fast-glob": "^3.2.10",
"@taqueria/node-sdk": "^0.0.9"
"@taqueria/node-sdk": "^0.1.1"
},
"jest": {
"transform": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-flextesa/docker/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 taqueria-plugin-flextesa/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/flextesa-docker",
"version": "0.1.1",
"version": "0.1.2",
"description": "Extends the oxheadalpha/flextesa image for use with Taqueria",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-flextesa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-flextesa",
"version": "0.1.1",
"version": "0.1.2",
"description": "A plugin for Taqueria providing local sandbox capabilities built on Flextesa",
"keywords": [
"taqueria",
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-ligo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-ligo",
"version": "0.1.1",
"version": "0.1.2",
"description": "A taqueria plugin for compiling LIGO smart contracts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down Expand Up @@ -34,6 +34,6 @@
"homepage": "https://github.com/ecadlabs/taqueria#readme",
"dependencies": {
"fast-glob": "^3.2.7",
"@taqueria/node-sdk": "^0.0.9"
"@taqueria/node-sdk": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions taqueria-plugin-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-mock",
"version": "0.1.1",
"version": "0.1.2",
"description": "A plugin used to test Taqueria",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/ecadlabs/taqueria#readme",
"dependencies": {
"@taqueria/node-sdk": "^0.0.9"
"@taqueria/node-sdk": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions taqueria-plugin-smartpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-smartpy",
"version": "0.1.1",
"version": "0.1.2",
"description": "A taqueria plugin for compiling SmartPy smart contracts",
"targets": {
"default": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/ecadlabs/taqueria#readme",
"dependencies": {
"@taqueria/node-sdk": "^0.1.0",
"@taqueria/node-sdk": "^0.1.1",
"fast-glob": "^3.2.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a02e81e

Please sign in to comment.