v2022.9.6-rc.2

This commit is contained in:
Jože Fortun
2023-01-18 13:11:24 +01:00
parent 7ad2185ab7
commit a00a85a8a3
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": "2022.9.6-rc.1",
"version": "2022.9.6-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": "2022.9.6-rc.1",
"version": "2022.9.6-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": "^2022.9.6-rc.1",
"@cortezaproject/corteza-js": "^2022.9.6-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@^2022.9.6-rc.1":
version "2022.9.6-rc.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2022.9.6-rc.1.tgz#553f920513e126e32e95e421cbb077a8f0cac400"
integrity sha512-CyOU+fZKRA7MHNLx0dUIdf3Qhvz5lVxPwjTFIigENZe6BczhbhVvjK2S/BvX4sdBdRoLRC6BYtn4RXMcQby5NQ==
"@cortezaproject/corteza-js@^2022.9.6-rc.2":
version "2022.9.6-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2022.9.6-rc.2.tgz#d1bde24f0455a9c49a37f94698594c0958263c6b"
integrity sha512-AzwxOcsGLPL9m6v8svKxRVLW37Kch0uanQT1/fUWD1NGc1hvtbqjGjRFLBfX8dlqKSZAKk+hJfmmSACvuiynzw==
dependencies:
axios "^0.21.1"
hex-rgb "^4.1.0"