Skip to content

Commit

Permalink
Merge pull request #110 from threefoldtech/development_release
Browse files Browse the repository at this point in the history
release 2.0.0-rc1
  • Loading branch information
AhmedHanafy725 authored Apr 18, 2023
2 parents 01538db + 96f91fc commit e48792a
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 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",
"useWorkspaces": true,
"version": "0.0.3",
"version": "2.0.0-rc1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/dashboard/charts/tfgrid-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.6
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.5.0-rc3"
appVersion: "v2.0.0-rc1"
2 changes: 1 addition & 1 deletion packages/dashboard/charts/tfgrid-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/threefoldtech/dashboard
pullPolicy: Always
tag: "v1.5.0-rc3"
tag: "2.0.0-rc1"

env:
- name: "STELLAR_NETWORK"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/dashboard",
"version": "0.0.1",
"version": "2.0.0-rc1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
6 changes: 3 additions & 3 deletions packages/grid_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_client",
"author": "Ahmed Hanafy",
"version": "0.0.3",
"version": "2.0.0-rc1",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/rmb_direct_client": "^0.0.3",
"@threefold/rmb_peer_server": "^0.0.3",
"@threefold/rmb_direct_client": "^2.0.0-rc1",
"@threefold/rmb_peer_server": "^2.0.0-rc1",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"await-lock": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid_http_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_http_server",
"author": "Ahmed Hanafy",
"version": "0.0.3",
"version": "2.0.0-rc1",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md",
"repository": {
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "^0.0.3",
"@threefold/grid_client": "^2.0.0-rc1",
"express": "^4.18.1",
"http-server": "^14.1.1",
"typescript": "^4.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/grid_rmb_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_rmb_server",
"author": "Ahmed Hanafy",
"version": "0.0.3",
"version": "2.0.0-rc1",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md",
"repository": {
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "^0.0.3",
"@threefold/rmb_peer_server": "^0.0.3",
"@threefold/grid_client": "^2.0.0-rc1",
"@threefold/rmb_peer_server": "^2.0.0-rc1",
"typescript": "^4.7.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_direct_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/rmb_direct_client",
"version": "0.0.3",
"version": "2.0.0-rc1",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_client",
"author": "Ahmed Hanafy",
"version": "0.0.3",
"version": "2.0.0-rc1",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_server",
"author": "Ahmed Hanafy",
"version": "0.0.3",
"version": "2.0.0-rc1",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/weblets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/weblets",
"version": "0.0.1",
"version": "2.0.0-rc1",
"private": true,
"scripts": {
"rollup-build": "rollup -c",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@threefold/grid_client": "^0.0.2",
"@threefold/grid_client": "^2.0.0-rc1",
"add": "^2.0.6",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/weblets/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@threefold/grid_client": "^0.0.2",
"@threefold/grid_client": "^2.0.0-rc1",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
28 changes: 14 additions & 14 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,15 +1571,15 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.23.0.tgz#6212bf871a882da98799f8dc51de0944d4152b88"
integrity sha512-LuQje7n48GXSsp1aGI6UEmNVtlh7OzQ6CN1Hd9VGUrshADwMB0lRZ5bxnffmqDR4vVugI7h0NN0AONhIW1eHGg==

"@threefold/grid_client@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-0.0.2.tgz#e58a56c40ecc7cd87e67bdb92b7955fccf0ff621"
integrity sha512-xAj2jnkGTotDQ7feYwXDkLJVE00MsKfOJNRGdFv/9N9Hk2R+hkPUfiiGjyTfYYfetY3jPTtUOKa+dqXrxak95Q==
"@threefold/grid_client@^2.0.0-rc1":
version "2.0.0-rc1"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc1.tgz#e664b0f1d136f7869e66fb3df9617c317c738f13"
integrity sha512-8V0qhsgsiGT5KSkmkRZoZ9yyd+tfWgqbnNrqncn+HlswmmnpFzVAwT6yqZueuHOLDtoTCvDXpQHe0mDlqh0z9Q==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^0.0.2"
"@threefold/rmb_peer_server" "^0.0.2"
"@threefold/rmb_direct_client" "^2.0.0-rc1"
"@threefold/rmb_peer_server" "^2.0.0-rc1"
algosdk "^1.19.0"
appdata-path "^1.0.0"
await-lock "^2.1.0"
Expand All @@ -1606,10 +1606,10 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-0.0.2.tgz#1a3cb0c940538465cdcb877bfc15fa94c1dea237"
integrity sha512-3IRYSUcw6XxfQ4wdIROHaXXY6yJD1fcPXmQh0yCYXpjB44w2Xf60eyHf+4RyGNhnzReq3iGtVfxmfWfj+H+J/w==
"@threefold/rmb_direct_client@^2.0.0-rc1":
version "2.0.0-rc1"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc1.tgz#d5b51b8da481d1b112e9ee4b6eeda0dbc39833d2"
integrity sha512-Bpwqp4NpPZ3/AsPvp6/IBmSdkYGyEqQ1oh/1QmRhmfswkKpzvhPlEA9Sm0yfmh5I+S+d2qKIdf3iripJ1AwVZA==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
Expand All @@ -1622,10 +1622,10 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/rmb_peer_server@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@threefold/rmb_peer_server/-/rmb_peer_server-0.0.2.tgz#35b51de6e23f68614ea0d6e2fc32d5fcb6ce3565"
integrity sha512-c17/hBlC6Tr+UCLLxXXsD3cYu8EeZvTkFAFBTuwGZqp02jqjzt9/fPwEM/+UCi8Sv3MVAmcENeC6SRVJAQwUaQ==
"@threefold/rmb_peer_server@^2.0.0-rc1":
version "2.0.0-rc1"
resolved "https://registry.yarnpkg.com/@threefold/rmb_peer_server/-/rmb_peer_server-2.0.0-rc1.tgz#2822eeb612696b8aa7c003bddc7166e02bf5fa82"
integrity sha512-45HkoPtwua11iMONzIjVO3iUHG4L9nVxJxSTojJ6u7TAeJsLba1tMKciURB9Ynr/ftZOtsQNGFxaNg3qGyORrA==
dependencies:
redis "^4.3.1"
typescript "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/weblets/weblets-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.7.0-rc1"
appVersion: "v2.0.0-rc1"
2 changes: 1 addition & 1 deletion packages/weblets/weblets-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/threefoldtech/weblets
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "2.0.0-rc1"

env:
- name: "MODE"
Expand Down

0 comments on commit e48792a

Please sign in to comment.