Skip to content

Commit

Permalink
Merge pull request #1084 from threefoldtech/release_2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
AhmedHanafy725 authored Sep 11, 2023
2 parents 1fe3c93 + 50c119c commit ac87ee3
Show file tree
Hide file tree
Showing 22 changed files with 71 additions and 71 deletions.
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.1.0-rc12",
"version": "2.1.0",
"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: "v2.1.0-rc12"
appVersion: "v2.1.0"
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: "2.1.0-rc12"
tag: "2.1.0"

env:
- name: "STELLAR_NETWORK"
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/dashboard",
"version": "2.1.0-rc12",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -19,8 +19,8 @@
"@polkadot/extension-dapp": "0.45.1",
"@polkadot/ui-keyring": "^2.2.1",
"@popperjs/core": "^2.11.5",
"@threefold/grid_client": "^2.1.0-rc12",
"@threefold/tfchain_client": "^2.1.0-rc12",
"@threefold/grid_client": "^2.1.0",
"@threefold/tfchain_client": "^2.1.0",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"apollo-cache-inmemory": "^1.6.6",
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": "2.1.0-rc12",
"version": "2.1.0",
"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": "^2.1.0-rc12",
"@threefold/tfchain_client": "^2.1.0-rc12",
"@threefold/rmb_direct_client": "^2.1.0",
"@threefold/tfchain_client": "^2.1.0",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"axios": "^0.27.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.1.0-rc12",
"version": "2.1.0",
"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.1.0-rc12",
"@threefold/grid_client": "^2.1.0",
"express": "^4.18.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.1.0-rc12",
"version": "2.1.0",
"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.1.0-rc12",
"@threefold/rmb_peer_server": "^2.1.0-rc12",
"@threefold/grid_client": "^2.1.0",
"@threefold/rmb_peer_server": "^2.1.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.1.0-rc12",
"@threefold/rmb_peer_client": "^2.1.0",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/playground",
"version": "2.1.0-rc12",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@threefold/grid_client": "^2.1.0-rc12",
"@threefold/grid_client": "^2.1.0",
"bip39": "^3.1.0",
"cryptr": "^6.2.0",
"decimal.js": "^10.4.3",
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.1.0-rc12"
appVersion: "v2.1.0"
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.1.0-rc12"
tag: "2.1.0"

env:
- name: "MODE"
Expand Down
4 changes: 2 additions & 2 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.1.0-rc12",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^8.9.1",
"@threefold/tfchain_client": "^2.1.0-rc12",
"@threefold/tfchain_client": "^2.1.0",
"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.1.0-rc12",
"version": "2.1.0",
"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.1.0-rc12",
"version": "2.1.0",
"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.1.0-rc12"
appVersion: "v2.1.0"
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.1.0-rc12"
tag: "2.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/stats",
"version": "2.1.0-rc12",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-rc12",
"version": "2.1.0",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
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": "2.1.0-rc12",
"version": "2.1.0",
"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": "^2.1.0-rc12",
"@threefold/grid_client": "^2.1.0",
"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": "2.1.0-rc12",
"@threefold/grid_client": "2.1.0",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
78 changes: 39 additions & 39 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,9 @@
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.18.9", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6":
version "7.22.11"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.11.tgz#7a9ba3bbe406ad6f9e8dd4da2ece453eb23a77a4"
integrity sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA==
version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8"
integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==
dependencies:
regenerator-runtime "^0.14.0"

Expand Down Expand Up @@ -1529,15 +1529,15 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.43.0.tgz#93108e45cb7ef6d82560c153e3692c2aa1c711b3"
integrity sha512-USEkXA46P9sqClL7PZv0QFsit4S8Im97wchKG0/H/9q3AT/S76r40UHfCr4Un7eBJPE23f7fU9BZ0ITpP9MCsA==

"@threefold/[email protected]-rc12":
version "2.1.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.1.0-rc12.tgz#8d7adb3bc904a80cade520b5d30c6926bca5b779"
integrity sha512-3834w66lfbguSDEc70PsGfJltdn1vICQpqFn1+bwW6IYbxDJkFJlkbYY8nGbsDUkbLgx01FSP6mOM8lcggbu+g==
"@threefold/[email protected]":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.1.0.tgz#91d1ac9762e097500ee3f58489761e7c89a0b01c"
integrity sha512-YYCDRHIEOLmD5E+4BU0ScYl4Di1Bxkk40DyBwOvs3yZAI6BLicZ0dD2ic5+bEy1jfX+6lSF4TNHpbmzLIUsoMg==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.1.0-rc12"
"@threefold/tfchain_client" "^2.1.0-rc12"
"@threefold/rmb_direct_client" "^2.1.0"
"@threefold/tfchain_client" "^2.1.0"
algosdk "^1.19.0"
appdata-path "^1.0.0"
axios "^0.27.2"
Expand All @@ -1559,14 +1559,14 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.1.0-rc12":
version "2.1.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.1.0-rc12.tgz#fe05378fd8fa75fbfc76e7d73ffa9fd2f07b1209"
integrity sha512-PkoyhpkRt5lRXYK+MsJudAYiMMl8tm7JF2zv0HB+F6VxfXKaUXMbfQWpW3tK3fnTmiisob27bfrgh49kdNfO3w==
"@threefold/rmb_direct_client@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.1.0.tgz#6f0d94734d75c23bafbe8a70d582b7015fee2b9a"
integrity sha512-ewPLU6T645xU0n/lkvwqd4dacjHNigDqsBrAkDMmDgCom/GrmVHYRxLD24nwMlcc2jtCOX/WDrZu8fKA3/K5eQ==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
"@threefold/tfchain_client" "^2.1.0-rc12"
"@threefold/tfchain_client" "^2.1.0"
base64url "^3.0.1"
bip39 "^3.1.0"
buffer "^6.0.3"
Expand All @@ -1576,10 +1576,10 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/tfchain_client@^2.1.0-rc12":
version "2.1.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.1.0-rc12.tgz#fa1ae9fa8b3468e50a9815fe8b0b1af0a21ff8ce"
integrity sha512-k8PlzffxRdmS+eTuaopPIehlDSqpYygrwOlZmxJY4w2RNIOBK+q94PHcC6z1/wA5UJU1Rd20oJlzbE9oXqiBpA==
"@threefold/tfchain_client@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.1.0.tgz#a8d2f22a15a3042b52b0155f6a0d831d7a04f079"
integrity sha512-wrBsf97dODy9dJbnlV+mHNZdqr0cbkz8n0Vs2PuYYD2nufngW9xPXMCmuzcm/bh0noJZPI5mBi6e+cyy7vLOtw==
dependencies:
"@polkadot/api" "^8.9.1"
await-lock "^2.2.2"
Expand Down Expand Up @@ -1758,9 +1758,9 @@
integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==

"@types/node@>= 8":
version "20.5.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.6.tgz#5e9aaa86be03a09decafd61b128d6cec64a5fe40"
integrity sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==
version "20.6.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.0.tgz#9d7daa855d33d4efec8aea88cd66db1c2f0ebe16"
integrity sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down Expand Up @@ -1835,9 +1835,9 @@
source-map "^0.6.1"

"@types/urijs@^1.19.6":
version "1.19.19"
resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.19.tgz#2789369799907fc11e2bc6e3a00f6478c2281b95"
integrity sha512-FDJNkyhmKLw7uEvTxx5tSXfPeQpO0iy73Ry+PmYZJvQy0QIWX8a7kJ4kLWRf+EbTPJEPDSgPXHaM7pzr5lmvCg==
version "1.19.20"
resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.20.tgz#7ea4254f4c2cdbd7d34e47d483e76fa1b81e19a4"
integrity sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A==

"@types/validator@^13.7.10":
version "13.11.1"
Expand Down Expand Up @@ -3004,9 +3004,9 @@ bignumber.js@^4.0.0:
integrity sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA==

bignumber.js@^9.0.0:
version "9.1.1"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6"
integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==
version "9.1.2"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==

binary-extensions@^1.0.0:
version "1.13.1"
Expand Down Expand Up @@ -6953,9 +6953,9 @@ js-beautify@^1.6.12, js-beautify@^1.6.14:
nopt "^5.0.0"

js-crypto-aes@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/js-crypto-aes/-/js-crypto-aes-1.0.4.tgz#db3fed7b2d7ceec4610eb246be515f12d9674594"
integrity sha512-L2fh7Q55+8eS/ALbhgAZYZpTkuo+n12+3GpuUE+U6SGlObmwibG5rVtDTVSTNgV9VuzD2BaY4unTkRWTcfLYxg==
version "1.0.5"
resolved "https://registry.yarnpkg.com/js-crypto-aes/-/js-crypto-aes-1.0.5.tgz#a6faa64ecc5ccda0caa84dd7e95eefd61d5e9117"
integrity sha512-tP+SbHbhHx6ck0VE9dDPDC0QUN5WzngXomERrvI8gXovIrN1V8mI6mL4EI4mfORkSh3f4fXSIxb079rRTSHqtw==
dependencies:
js-crypto-env "^1.0.4"

Expand Down Expand Up @@ -7246,9 +7246,9 @@ levn@~0.3.0:
type-check "~0.3.2"

libphonenumber-js@^1.10.14:
version "1.10.42"
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.42.tgz#38112294b2ee3f2ac3813c79390b7a77fc7e833d"
integrity sha512-/as6xI3D4Utfd28CCUPvMqX4oVXGMzk4ytzR52ju+sI/sN68LZpr9ED3Kh2kRfBbOALsLeeOSWdtyUPIbNWPrw==
version "1.10.44"
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.44.tgz#6709722461173e744190494aaaec9c1c690d8ca8"
integrity sha512-svlRdNBI5WgBjRC20GrCfbFiclbF0Cx+sCcQob/C1r57nsoq0xg8r65QbTyVyweQIlB33P+Uahyho6EMYgcOyQ==

libsodium-wrappers@^0.7.10, libsodium-wrappers@^0.7.6:
version "0.7.11"
Expand Down Expand Up @@ -7682,9 +7682,9 @@ [email protected], mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
minimist "^1.2.5"

mock-socket@^9.1.5:
version "9.2.1"
resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.2.1.tgz#cc9c0810aa4d0afe02d721dcb2b7e657c00e2282"
integrity sha512-aw9F9T9G2zpGipLLhSNh6ZpgUyUl4frcVmRN08uE1NWPWg43Wx6+sGPDbQ7E5iFZZDJW5b5bypMeAEHqTbIFag==
version "9.3.1"
resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.3.1.tgz#24fb00c2f573c84812aa4a24181bb025de80cc8e"
integrity sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==

move-concurrently@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -11429,9 +11429,9 @@ ws@^7.0.0:
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==

ws@^8.12.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
version "8.14.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==

xml-name-validator@^3.0.0:
version "3.0.0"
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: "v2.1.0-rc12"
appVersion: "v2.1.0"
Loading

0 comments on commit ac87ee3

Please sign in to comment.