Skip to content

Commit

Permalink
[versioning] bumped to 0.1.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Aug 29, 2023
1 parent d6c1746 commit e2db0bf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marlowe-ts-sdk",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Marlowe Runtime SDK for building and managing Marlowe Contracts",
"engines": {
"node": ">=14.20.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/adapter",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Infrastruture Supporting SubDomains libraries",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language/core/v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/language-core-v1",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Library to manipulate Marlowe Core contracts",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/client/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/runtime-rest-client",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Client of Runtime REST API",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/runtime-core",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Core concepts used throughout the Marlowe Runtime libraries",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand All @@ -18,9 +18,9 @@
"test": "echo 'adapter doesnt have tests for the moment'"
},
"type": "module",
"module": "./dist/cardano/index.js",
"main": "./dist/cardano/index.js",
"types": "./dist/cardano/index.d.ts",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/runtime-lifecycle",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Entry Point for Running remotely Marlowe Contracts over a backend instance of the runtime using a connected wallet.",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/token-metadata-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe/token-metadata-client",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "TODO",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/wallet",
"version": "0.1.0-beta",
"version": "0.1.3-beta",
"description": "Cardano Wallet Capabalities for Marlowe specific environment",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down

0 comments on commit e2db0bf

Please sign in to comment.