Skip to content

Commit

Permalink
Merge pull request #151 from functionland/147-can-not-include-latest-…
Browse files Browse the repository at this point in the history
…fula-client-from-npm-for-browser

147 can not include latest fula client from npm for browser
  • Loading branch information
farhoud authored Apr 19, 2022
2 parents e98cbc9 + c65eb27 commit 50b06f5
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/box/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/fula-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions libraries/fula-client/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 8 additions & 1 deletion libraries/fula-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions libraries/fula-client/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{

"name": "@functionland/fula",
"version": "0.6.0",
"description": "Interface with a fula server from the browser!",
"version": "0.6.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion libraries/rn-fula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 50b06f5

Please sign in to comment.