v2023.9.8-rc.1

This commit is contained in:
Jože Fortun
2024-08-23 17:22:01 +02:00
parent 15c2426c34
commit 2d63f4d0d7
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.9.7",
"version": "2023.9.8-rc.1",
"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.9.7",
"version": "2023.9.8-rc.1",
"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.9.7",
"@cortezaproject/corteza-js": "^2023.9.8-rc.1",
"@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
@@ -1031,10 +1031,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"
"@cortezaproject/corteza-js@^2023.9.7":
version "2023.9.7"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.7.tgz#c5ce2043b7def83fb5b36199e0d5862c6b511cd3"
integrity sha512-FdHb23xiTRVJ4dfPyujXOHpfFoyKeYu06gDMNnwD9Kv/C/U5iQLbMXAh6WLsrdUGtwjJirvkpsD+hkPZRwTz1g==
"@cortezaproject/corteza-js@^2023.9.8-rc.1":
version "2023.9.8-rc.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.8-rc.1.tgz#ed9af9e03bb2d3ad0783fb061c87a11710bd35a7"
integrity sha512-7KxnNndQ1/YyCXy4HGbwQmBJVW4DzszYsTx/aY5q++zrIbYaMD+oyQu48XvJ6HjXfW+60SvvQkdTOr/34M+q5w==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"