Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0 rc3 #3586

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/UI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/ui",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"private": false,
"main": "dist/threefold-ui.umd.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/graphql_client",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"main": "./dist/node/index.js",
"module": "./dist/es6/index.js",
"exports": {
Expand All @@ -18,7 +18,7 @@
"es6-build": "tsc --build tsconfig.json"
},
"dependencies": {
"@threefold/types": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc3",
"ts-mixer": "^6.0.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,11 +14,11 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/gridproxy_client": "2.6.0-rc2",
"@threefold/rmb_direct_client": "2.6.0-rc2",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/monitoring": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"@threefold/gridproxy_client": "2.6.0-rc3",
"@threefold/monitoring": "2.6.0-rc3",
"@threefold/rmb_direct_client": "2.6.0-rc3",
"@threefold/tfchain_client": "2.6.0-rc3",
"@threefold/types": "2.6.0-rc3",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"await-lock": "^2.2.2",
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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"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": "2.6.0-rc2",
"@threefold/grid_client": "2.6.0-rc3",
"express": "^4.21.1",
"http-server": "^14.1.1",
"typescript": "^4.7.4"
Expand Down
8 changes: 4 additions & 4 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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md",
"repository": {
Expand All @@ -12,12 +12,12 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.6.0-rc2",
"@threefold/rmb_peer_server": "2.6.0-rc2",
"@threefold/grid_client": "2.6.0-rc3",
"@threefold/rmb_peer_server": "2.6.0-rc3",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "2.6.0-rc2",
"@threefold/rmb_peer_client": "2.6.0-rc3",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gridproxy_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/gridproxy_client",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"description": "gridproxy_client help to interact with gridproxy based on network",
"main": "./dist/node/public_api.js",
"module": "./dist/es6/public_api.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/monitoring",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"description": "Threefold monitoring package",
"license": "Apache-2.0",
"main": "./dist/node/index.js",
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@threefold/rmb_direct_client": "2.6.0-rc2",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"@threefold/rmb_direct_client": "2.6.0-rc3",
"@threefold/tfchain_client": "2.6.0-rc3",
"@threefold/types": "2.6.0-rc3",
"chalk": "4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/playground",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -13,11 +13,11 @@
"dependencies": {
"@mdi/font": "^7.2.96",
"@sentry/vue": "^8.19.0",
"@threefold/graphql_client": "2.6.0-rc2",
"@threefold/grid_client": "2.6.0-rc2",
"@threefold/gridproxy_client": "2.6.0-rc2",
"@threefold/monitoring": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"@threefold/graphql_client": "2.6.0-rc3",
"@threefold/grid_client": "2.6.0-rc3",
"@threefold/gridproxy_client": "2.6.0-rc3",
"@threefold/monitoring": "2.6.0-rc3",
"@threefold/types": "2.6.0-rc3",
"@types/ip": "^1.1.3",
"@types/md5": "^2.3.5",
"await-lock": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/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: "v2.6.0-rc2"
appVersion: "v2.6.0-rc3"
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/threefoldtech/playground
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.6.0-rc2"
tag: "2.6.0-rc3"

env:
- name: "MODE"
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^8.9.1",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"@threefold/tfchain_client": "2.6.0-rc3",
"@threefold/types": "2.6.0-rc3",
"base64url": "^3.0.1",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"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": "2.6.0-rc2",
"version": "2.6.0-rc3",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.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: "v2.6.0-rc2"
appVersion: "v2.6.0-rc3"
2 changes: 1 addition & 1 deletion packages/stats/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: ghcr.io/threefoldtech/stats
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.6.0-rc2"
tag: "2.6.0-rc3"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/stats",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@threefold/gridproxy_client": "2.6.0-rc2",
"@threefold/gridproxy_client": "2.6.0-rc3",
"vue": "^3.3.5",
"vuetify": "^3.3.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/tfchain_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/tfchain_client",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@polkadot/api": "^8.9.1",
"@threefold/types": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc3",
"await-lock": "^2.2.2",
"bip39": "^3.1.0",
"moment": "^2.30.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/types",
"version": "2.6.0-rc2",
"version": "2.6.0-rc3",
"main": "dist/node/index.js",
"types": "dist/es6/index.d.ts",
"scripts": {
Expand Down
Loading