SuiteCRM 8.6 Release

This commit is contained in:
Jack Anderson 2024-03-20 14:41:20 +00:00
parent ce3b4fe2f4
commit 0820b6acc2
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<img width="180px" height="41px" src="https://suitecrm.com/wp-content/uploads/2017/12/logo.png" align="right" />
</a>
# SuiteCRM 8.5.1
# SuiteCRM 8.6.0
[![LICENSE](https://img.shields.io/github/license/suitecrm/suitecrm.svg)](https://github.com/salesagility/suitecrm/blob/hotfix/LICENSE.txt)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/salesagility/SuiteCRM-Core/issues)

View file

@ -1 +1 @@
8.5.1
8.6.0

View file

@ -1,6 +1,6 @@
{
"name": "common",
"version": "8.5.1",
"version": "8.6.0",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "core",
"version": "8.5.1",
"version": "8.6.0",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "suitecrm",
"version": "8.5.1",
"version": "8.6.0",
"scripts": {
"ng": "ng",
"start": "npm run start:shell",