Skip to content

Commit

Permalink
v2024.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Feb 11, 2025
1 parent 61db9ee commit af203c3
Show file tree
Hide file tree
Showing 21 changed files with 110 additions and 110 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ All contributions are welcome; from bug reports, codefixes, and new features!

Corteza projects are [Apache 2.0 licensed](LICENSE) and accept contributions via GitHub pull requests.

Cover the [terminology](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/release-cycle/index.html#_terminology) for the development process and versioning.
Cover the [terminology](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/release-cycle/index.html#_terminology) for the development process and versioning.

Cover the [Git and GitHub](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/release-cycle/index.html#_github) ground rules regarding branch naming and conventions.
Cover the [Git and GitHub](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/release-cycle/index.html#_github) ground rules regarding branch naming and conventions.

When you wish to start working on a code contribution, assign yourself to a GitHub issue.
If there is no issue, create one beforehand.
Expand All @@ -34,7 +34,7 @@ The core logic is written in GO, using [go-chi](https://pkg.go.dev/github.com/go
Communication between the Corteza server and web applications is done using the REST API and web sockets.
Communication between back-end services (Corteza server and Corredor) is done using gRPC.

The [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/structure.html), and the feature insight documents.
The [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/structure.html), and the feature insight documents.


### Corteza Web Applications
Expand All @@ -43,14 +43,14 @@ The web applications are written in Vue.js and provide the user interface to int

Communication between the Corteza server and web applications is done using the REST API and web sockets.

The [Developer Guide/Corteza Web Applications](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/web-applications/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/web-applications/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/web-applications/structure.html), and the feature insight documents.
The [Developer Guide/Corteza Web Applications](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/web-applications/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/web-applications/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/web-applications/structure.html), and the feature insight documents.

### Documentation

The documentation is written in [AsciiDoc](https://asciidoc.org/) and compiled using [Antora](https://antora.org/).
The source code is available on the [GitHub cortezaproject/corteza-docs repository](https://github.com/cortezaproject/corteza-docs); the generated output is available on the [documentation page](http://docs.cortezaproject.org/).

The [Developer Guide/Documentation](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/documentation/index.html) covers the [conventions](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/documentation/index.html#_conventions), [writing guidelines](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/documentation/index.html#documentation-writing-guidelines), as well as some [examples](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/documentation/examples/index.html) to help you get started.
The [Developer Guide/Documentation](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/documentation/index.html) covers the [conventions](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/documentation/index.html#_conventions), [writing guidelines](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/documentation/index.html#documentation-writing-guidelines), as well as some [examples](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/documentation/examples/index.html) to help you get started.

## Bug reporting

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,33 @@ All with the flexibility, freedom and control you get from a 100% open-source pl
<br />

Refer to the [DevOps guide](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/index.html) for a complete guide on how to get Corteza up and running.
Refer to the [DevOps guide](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/index.html) for a complete guide on how to get Corteza up and running.
Additionally, we've provided some [video instructions](https://forum.cortezaproject.org/t/videos-on-how-to-set-up-corteza/91).

Quick references:
* [data backup and restore](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/maintenance/backups.html)
* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/troubleshooting/index.html)
* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/email-relay.html)
* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/sink-route.html)
* [offline](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/examples/deploy-offline/index.html) and [online](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/examples/deploy-online/index.html) configuration examples
* [data backup and restore](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/maintenance/backups.html)
* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/troubleshooting/index.html)
* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/email-relay.html)
* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/sink-route.html)
* [offline](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/examples/deploy-offline/index.html) and [online](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/examples/deploy-online/index.html) configuration examples
* [online demo instance](https://latest.cortezaproject.org/) for a hands-on feature exploration

## Creating With Corteza

Refer to the [Integrator Guide](https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/index.html) to learn how you can build on the core features to create virtually anything.
Refer to the [Integrator Guide](https://docs.cortezaproject.org/corteza-docs/2024.9/integrator-guide/index.html) to learn how you can build on the core features to create virtually anything.

Quick references:
* [Corteza Compose configuration](https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/compose-configuration/index.html)
* automation using [workflows](https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/automation/workflows/index.html) and [automation scripts](https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/automation/automation-scripts/index.html)
* [using the REST API](https://docs.cortezaproject.org/corteza-docs/2023.9/integrator-guide/accessing-corteza/index.html),
* [Corteza Compose configuration](https://docs.cortezaproject.org/corteza-docs/2024.9/integrator-guide/compose-configuration/index.html)
* automation using [workflows](https://docs.cortezaproject.org/corteza-docs/2024.9/integrator-guide/automation/workflows/index.html) and [automation scripts](https://docs.cortezaproject.org/corteza-docs/2024.9/integrator-guide/automation/automation-scripts/index.html)
* [using the REST API](https://docs.cortezaproject.org/corteza-docs/2024.9/integrator-guide/accessing-corteza/index.html),

## Upgrading Corteza

Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2023.9/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2023.9/devops-guide/upgrade/index.html) to upgrade your Corteza instance.
Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2024.9/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2024.9/devops-guide/upgrade/index.html) to upgrade your Corteza instance.

## Contributing

Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2023.9/developer-guide/corteza-server/structure.html), and the feature insight documents.
Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2024.9/developer-guide/corteza-server/structure.html), and the feature insight documents.

Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and code of conduct.

Expand Down
6 changes: 3 additions & 3 deletions client/web/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "corteza-webapp-admin",
"description": "Corteza Admin WebApp",
"private": true,
"version": "2024.9.1-rc.2",
"version": "2024.9.1",
"license": "Apache-2.0",
"author": "Denis Arh <denis.arh@gmail.com>",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2024.9.1-rc.2",
"@cortezaproject/corteza-vue": "^2024.9.1-rc.2",
"@cortezaproject/corteza-js": "^2024.9.1",
"@cortezaproject/corteza-vue": "^2024.9.1",
"@fortawesome/fontawesome-svg-core": "1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "5.12.1",
Expand Down
18 changes: 9 additions & 9 deletions client/web/admin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cortezaproject/corteza-js@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1-rc.2.tgz#997f00cde49c6e244c4de3413ad9b5ebb5641804"
integrity sha512-zHlhNBUs2lNVh7LuZkmdkTAxzoGuovqiXf4piv0cAXAD1ybA7YPivlI0gDYbF/aXklC39ZiDTkQ7c+Thm8i4ww==
"@cortezaproject/corteza-js@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1.tgz#958cb65b086787ad1b063730232784ca0c468df5"
integrity sha512-c4G8/7gxftquts/YgCZ3twBoXNr7q68Uj0lF8kVEdR+Ijr2z1TAAF3bCwkJdWxzBbwrn4Z54Np4vU5lVXCDw5A==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"
Expand All @@ -788,12 +788,12 @@
numeral "^2.0.6"
pino "^5.16.0"

"@cortezaproject/corteza-vue@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1-rc.2.tgz#84b6a7dc2b6b00b8c6d89bdc42547daef96e05ca"
integrity sha512-592NRhCdSS0Yyl6z/11UXVgnbX5XH2hSpG9EcKYiVJGiw5QWqgQI6ef4oRZjAjOVy00odijcE4C59ng8Q8fbvA==
"@cortezaproject/corteza-vue@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1.tgz#1d7d69699014c29743fe1a5af8409e6a02c88fde"
integrity sha512-V032/blZZMRq8LefPwLBooDkFHdnIOkFMw+lo9drjrZr745MwzBVytnzTqBnNxjXAkW+EoYx01nFpf68nfWNaA==
dependencies:
"@cortezaproject/corteza-js" "^2024.9.1-rc.2"
"@cortezaproject/corteza-js" "^2024.9.1"
"@fortawesome/fontawesome-svg-core" "^1.2.26"
"@fortawesome/free-solid-svg-icons" "^5.12.0"
"@fortawesome/vue-fontawesome" "^0.1.9"
Expand Down
6 changes: 3 additions & 3 deletions client/web/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "corteza-webapp-compose",
"description": "Corteza Compose WebApp",
"version": "2024.9.1-rc.2",
"version": "2024.9.1",
"license": "Apache-2.0",
"contributors": [
"Denis Arh <denis.arh@gmail.com>"
Expand Down Expand Up @@ -32,8 +32,8 @@
}
},
"dependencies": {
"@cortezaproject/corteza-js": "^2024.9.1-rc.2",
"@cortezaproject/corteza-vue": "^2024.9.1-rc.2",
"@cortezaproject/corteza-js": "^2024.9.1",
"@cortezaproject/corteza-vue": "^2024.9.1",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
Expand Down
18 changes: 9 additions & 9 deletions client/web/compose/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -706,10 +706,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cortezaproject/corteza-js@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1-rc.2.tgz#997f00cde49c6e244c4de3413ad9b5ebb5641804"
integrity sha512-zHlhNBUs2lNVh7LuZkmdkTAxzoGuovqiXf4piv0cAXAD1ybA7YPivlI0gDYbF/aXklC39ZiDTkQ7c+Thm8i4ww==
"@cortezaproject/corteza-js@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1.tgz#958cb65b086787ad1b063730232784ca0c468df5"
integrity sha512-c4G8/7gxftquts/YgCZ3twBoXNr7q68Uj0lF8kVEdR+Ijr2z1TAAF3bCwkJdWxzBbwrn4Z54Np4vU5lVXCDw5A==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"
Expand All @@ -720,12 +720,12 @@
numeral "^2.0.6"
pino "^5.16.0"

"@cortezaproject/corteza-vue@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1-rc.2.tgz#84b6a7dc2b6b00b8c6d89bdc42547daef96e05ca"
integrity sha512-592NRhCdSS0Yyl6z/11UXVgnbX5XH2hSpG9EcKYiVJGiw5QWqgQI6ef4oRZjAjOVy00odijcE4C59ng8Q8fbvA==
"@cortezaproject/corteza-vue@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1.tgz#1d7d69699014c29743fe1a5af8409e6a02c88fde"
integrity sha512-V032/blZZMRq8LefPwLBooDkFHdnIOkFMw+lo9drjrZr745MwzBVytnzTqBnNxjXAkW+EoYx01nFpf68nfWNaA==
dependencies:
"@cortezaproject/corteza-js" "^2024.9.1-rc.2"
"@cortezaproject/corteza-js" "^2024.9.1"
"@fortawesome/fontawesome-svg-core" "^1.2.26"
"@fortawesome/free-solid-svg-icons" "^5.12.0"
"@fortawesome/vue-fontawesome" "^0.1.9"
Expand Down
6 changes: 3 additions & 3 deletions client/web/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corteza-discovery",
"version": "2024.9.1-rc.2",
"version": "2024.9.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,8 +15,8 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2024.9.1-rc.2",
"@cortezaproject/corteza-vue": "^2024.9.1-rc.2",
"@cortezaproject/corteza-js": "^2024.9.1",
"@cortezaproject/corteza-vue": "^2024.9.1",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
Expand Down
18 changes: 9 additions & 9 deletions client/web/discovery/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@cortezaproject/corteza-js@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1-rc.2.tgz#997f00cde49c6e244c4de3413ad9b5ebb5641804"
integrity sha512-zHlhNBUs2lNVh7LuZkmdkTAxzoGuovqiXf4piv0cAXAD1ybA7YPivlI0gDYbF/aXklC39ZiDTkQ7c+Thm8i4ww==
"@cortezaproject/corteza-js@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1.tgz#958cb65b086787ad1b063730232784ca0c468df5"
integrity sha512-c4G8/7gxftquts/YgCZ3twBoXNr7q68Uj0lF8kVEdR+Ijr2z1TAAF3bCwkJdWxzBbwrn4Z54Np4vU5lVXCDw5A==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"
Expand All @@ -988,12 +988,12 @@
numeral "^2.0.6"
pino "^5.16.0"

"@cortezaproject/corteza-vue@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1-rc.2.tgz#84b6a7dc2b6b00b8c6d89bdc42547daef96e05ca"
integrity sha512-592NRhCdSS0Yyl6z/11UXVgnbX5XH2hSpG9EcKYiVJGiw5QWqgQI6ef4oRZjAjOVy00odijcE4C59ng8Q8fbvA==
"@cortezaproject/corteza-vue@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1.tgz#1d7d69699014c29743fe1a5af8409e6a02c88fde"
integrity sha512-V032/blZZMRq8LefPwLBooDkFHdnIOkFMw+lo9drjrZr745MwzBVytnzTqBnNxjXAkW+EoYx01nFpf68nfWNaA==
dependencies:
"@cortezaproject/corteza-js" "^2024.9.1-rc.2"
"@cortezaproject/corteza-js" "^2024.9.1"
"@fortawesome/fontawesome-svg-core" "^1.2.26"
"@fortawesome/free-solid-svg-icons" "^5.12.0"
"@fortawesome/vue-fontawesome" "^0.1.9"
Expand Down
6 changes: 3 additions & 3 deletions client/web/one/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "corteza-webapp-one",
"description": "Corteza One WebApp",
"version": "2024.9.1-rc.2",
"version": "2024.9.1",
"license": "Apache-2.0",
"contributors": [
"Denis Arh <denis.arh@gmail.com>"
Expand All @@ -20,8 +20,8 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2024.9.1-rc.2",
"@cortezaproject/corteza-vue": "^2024.9.1-rc.2",
"@cortezaproject/corteza-js": "^2024.9.1",
"@cortezaproject/corteza-vue": "^2024.9.1",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
Expand Down
18 changes: 9 additions & 9 deletions client/web/one/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,10 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@cortezaproject/corteza-js@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1-rc.2.tgz#997f00cde49c6e244c4de3413ad9b5ebb5641804"
integrity sha512-zHlhNBUs2lNVh7LuZkmdkTAxzoGuovqiXf4piv0cAXAD1ybA7YPivlI0gDYbF/aXklC39ZiDTkQ7c+Thm8i4ww==
"@cortezaproject/corteza-js@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2024.9.1.tgz#958cb65b086787ad1b063730232784ca0c468df5"
integrity sha512-c4G8/7gxftquts/YgCZ3twBoXNr7q68Uj0lF8kVEdR+Ijr2z1TAAF3bCwkJdWxzBbwrn4Z54Np4vU5lVXCDw5A==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"
Expand All @@ -689,12 +689,12 @@
numeral "^2.0.6"
pino "^5.16.0"

"@cortezaproject/corteza-vue@^2024.9.1-rc.2":
version "2024.9.1-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1-rc.2.tgz#84b6a7dc2b6b00b8c6d89bdc42547daef96e05ca"
integrity sha512-592NRhCdSS0Yyl6z/11UXVgnbX5XH2hSpG9EcKYiVJGiw5QWqgQI6ef4oRZjAjOVy00odijcE4C59ng8Q8fbvA==
"@cortezaproject/corteza-vue@^2024.9.1":
version "2024.9.1"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2024.9.1.tgz#1d7d69699014c29743fe1a5af8409e6a02c88fde"
integrity sha512-V032/blZZMRq8LefPwLBooDkFHdnIOkFMw+lo9drjrZr745MwzBVytnzTqBnNxjXAkW+EoYx01nFpf68nfWNaA==
dependencies:
"@cortezaproject/corteza-js" "^2024.9.1-rc.2"
"@cortezaproject/corteza-js" "^2024.9.1"
"@fortawesome/fontawesome-svg-core" "^1.2.26"
"@fortawesome/free-solid-svg-icons" "^5.12.0"
"@fortawesome/vue-fontawesome" "^0.1.9"
Expand Down
6 changes: 3 additions & 3 deletions client/web/privacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corteza-privacy",
"version": "2024.9.1-rc.2",
"version": "2024.9.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,8 +15,8 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2024.9.1-rc.2",
"@cortezaproject/corteza-vue": "^2024.9.1-rc.2",
"@cortezaproject/corteza-js": "^2024.9.1",
"@cortezaproject/corteza-vue": "^2024.9.1",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
Expand Down
Loading

0 comments on commit af203c3

Please sign in to comment.