v2023.3.2

This commit is contained in:
Jože Fortun
2023-06-08 17:21:24 +02:00
parent 61f5f2b710
commit 6a89cd7916
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.2-rc.2",
"version": "2023.3.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.2-rc.2",
"version": "2023.3.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.2-rc.2",
"@cortezaproject/corteza-js": "^2023.3.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.2-rc.2":
version "2023.3.2-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-rc.2.tgz#0a59480b61d288e4ac287eb829caaeb8eaf5695f"
integrity sha512-l51nmx8VHsv4BqoOIYsMn0iTMHraaj1Pd4fHU547NLHCjvOygnfLHYHdLGNr+QInCtAyFkEVe6saVIlU6kFb7w==
"@cortezaproject/corteza-js@^2023.3.2":
version "2023.3.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2.tgz#1ecd5cdaa55082b653de0bbdc2c8a9360710cbde"
integrity sha512-zawSxQhe32dmRMA+FfKV7N3Nv4vXXl6B8HqMFMqxkK3B9x/+wtJmPoK1wTf8TZtqNmgVEho3j234WT4Is/nZ+A==
dependencies:
axios "^0.21.1"
hex-rgb "^4.1.0"