v2023.3.0-rc.2

This commit is contained in:
Jože Fortun
2023-04-18 17:19:10 +02:00
parent 9492784220
commit 201bc87fe5
17 changed files with 91 additions and 91 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@cortezaproject/corteza-js",
"description": "Corteza JavaScript/TypeScript libs",
"version": "2023.3.0-rc.1",
"version": "2023.3.0-rc.2",
"license": "Apache-2.0",
"author": "Denis Arh <denis.arh@crust.tech>",
"main": "dist/index.js",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@cortezaproject/corteza-vue",
"description": "Corteza Vue.js JavaScript/TypeScript libs",
"version": "2023.3.0-rc.1",
"version": "2023.3.0-rc.2",
"license": "Apache-2.0",
"author": "Denis Arh <denis.arh@crust.tech>",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2023.3.0-rc.1",
"@cortezaproject/corteza-js": "^2023.3.0-rc.2",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
+4 -4
View File
@@ -923,10 +923,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"
"@cortezaproject/corteza-js@^2023.3.0-rc.1":
version "2023.3.0-rc.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.0-rc.1.tgz#7df64038a7335b4ed26a4c71ba2beb28f07c611f"
integrity sha512-pH/ugJeY1E7N926xueiH7s/uQSDS4O5dAw5qeM5PPj2q0jKgScGtGr2gKwAInDl7MXVP6TK3zSUfD0DJyF42+g==
"@cortezaproject/corteza-js@^2023.3.0-rc.2":
version "2023.3.0-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.0-rc.2.tgz#e051485b02c54113750be9e698a2d6a65e96456e"
integrity sha512-+d8lvV0QQyNVVLjSy6Z1IgfFKN9C2gckSchwGfW5F9TGxVslPcIL7IBTsPQaICFoiO8dUDC2YmNzQ88+SOQiZg==
dependencies:
axios "^0.21.1"
hex-rgb "^4.1.0"