From e550fd118c7b17068458b77cda2d5b648f9bc5d4 Mon Sep 17 00:00:00 2001 From: farhoud Date: Tue, 19 Apr 2022 11:56:04 +0430 Subject: [PATCH 1/2] Fix path of browser and module to be the same as our package exports. --- libraries/fula-client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/fula-client/package.json b/libraries/fula-client/package.json index 7191fba..ff7a89c 100644 --- a/libraries/fula-client/package.json +++ b/libraries/fula-client/package.json @@ -2,11 +2,11 @@ "name": "@functionland/fula", "version": "0.6.0", - "description": "Interface with a fula server from the browser!", + "description": "Fula client for building Box Dapp", "type": "module", - "main": "dist/index.js", + "main": "dist/node/index.js", "types": "dist/types/src/index.d.ts", - "browser": "dist/index.js", + "browser": "dist/web/index.js", "scripts": { "build": "node scripts/build.js && tsc", "build:test": "node scripts/build-test.js", From c65eb2791344911af1b07d3d3901fcf2d62e6359 Mon Sep 17 00:00:00 2001 From: farhoud Date: Tue, 19 Apr 2022 12:26:09 +0430 Subject: [PATCH 2/2] Version Bump --- apps/box/package.json | 2 +- examples/react-gallery/package.json | 2 +- examples/react-todo-app/package.json | 2 +- libraries/fula-client-react/package.json | 2 +- libraries/fula-client/CHANGELOG.json | 12 ++++++++++++ libraries/fula-client/CHANGELOG.md | 9 ++++++++- libraries/fula-client/package.json | 2 +- libraries/rn-fula/package.json | 2 +- 8 files changed, 26 insertions(+), 7 deletions(-) diff --git a/apps/box/package.json b/apps/box/package.json index b920659..76c84dc 100644 --- a/apps/box/package.json +++ b/apps/box/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/box", - "version": "0.6.0", + "version": "0.6.1", "description": "Reference implementation of box server in Node.js", "main": "dist/index.js", "bin": "./cli.js", diff --git a/examples/react-gallery/package.json b/examples/react-gallery/package.json index 9cdb1fe..58a2255 100644 --- a/examples/react-gallery/package.json +++ b/examples/react-gallery/package.json @@ -11,7 +11,7 @@ "react-scripts": "5.0.0", "react-icons": "^4.3.1", "web-vitals": "^2.1.4", - "@functionland/fula": "~0.6.0" + "@functionland/fula": "~0.6.1" }, "devDependencies": { "libp2p-webrtc-star": "~0.25.0", diff --git a/examples/react-todo-app/package.json b/examples/react-todo-app/package.json index 32b9912..d7e2893 100644 --- a/examples/react-todo-app/package.json +++ b/examples/react-todo-app/package.json @@ -17,7 +17,7 @@ "typescript": "~4.6.2", "web-vitals": "^2.1.4", "graphql":"16.3.0", - "@functionland/fula": "~0.6.0", + "@functionland/fula": "~0.6.1", "@functionland/fula-client-react":"~0.1.6" }, "scripts": { diff --git a/libraries/fula-client-react/package.json b/libraries/fula-client-react/package.json index 966d40c..b5eb98c 100644 --- a/libraries/fula-client-react/package.json +++ b/libraries/fula-client-react/package.json @@ -23,7 +23,7 @@ "graphql": "16.2.0" }, "devDependencies": { - "@functionland/fula": "~0.6.0", + "@functionland/fula": "~0.6.1", "@types/jest": "~27.4.1", "@types/node": "~17.0.21", "@types/react": "~17.0.39", diff --git a/libraries/fula-client/CHANGELOG.json b/libraries/fula-client/CHANGELOG.json index cd53fd3..85223d1 100644 --- a/libraries/fula-client/CHANGELOG.json +++ b/libraries/fula-client/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@functionland/fula", "entries": [ + { + "version": "0.6.1", + "tag": "@functionland/fula_v0.6.1", + "date": "Tue, 19 Apr 2022 07:28:44 GMT", + "comments": { + "patch": [ + { + "comment": "Fix browser field in package.json" + } + ] + } + }, { "version": "1.0.0", "tag": "@functionland/fula_v1.0.0", diff --git a/libraries/fula-client/CHANGELOG.md b/libraries/fula-client/CHANGELOG.md index 53f8427..ddb6ff3 100644 --- a/libraries/fula-client/CHANGELOG.md +++ b/libraries/fula-client/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @functionland/fula -This log was last generated on Wed, 16 Mar 2022 13:51:21 GMT and should not be manually modified. +This log was last generated on Tue, 19 Apr 2022 07:28:44 GMT and should not be manually modified. + +## 0.6.1 +Tue, 19 Apr 2022 07:28:44 GMT + +### Patches + +- Fix browser field in package.json ## 1.0.0 Wed, 16 Mar 2022 13:51:21 GMT diff --git a/libraries/fula-client/package.json b/libraries/fula-client/package.json index ff7a89c..12ab0a0 100644 --- a/libraries/fula-client/package.json +++ b/libraries/fula-client/package.json @@ -1,7 +1,7 @@ { "name": "@functionland/fula", - "version": "0.6.0", + "version": "0.6.1", "description": "Fula client for building Box Dapp", "type": "module", "main": "dist/node/index.js", diff --git a/libraries/rn-fula/package.json b/libraries/rn-fula/package.json index 67d93fc..304bf77 100644 --- a/libraries/rn-fula/package.json +++ b/libraries/rn-fula/package.json @@ -22,7 +22,7 @@ "es-module-lexer": "~0.10.0", "esbuild": "~0.14.25", "vite": "~2.8.6", - "@functionland/fula": "~0.6.0", + "@functionland/fula": "~0.6.1", "esbuild-plugin-ignore": "~1.1.1" }, "peerDependencies": {