From b78c3b94a85878f28cf31705ea6506f3c20c4320 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Fri, 17 Jan 2025 15:04:45 -0800 Subject: [PATCH] 7.6.5 Release prep (#11735) * Update version to 7.6.5 * Add notification of dev dependencies change --- README.md | 2 +- package.json | 2 +- releases/7.6.5.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3803e4aa81..5f6646bc54 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Issue reports are encouraged! [Please read this article](http://polite.technolog * [Report a Bug](https://github.com/archesproject/arches/issues/new?template=bug.md) * [File a Feature Ticket](https://github.com/archesproject/arches/issues/new?template=feature.md) -[Version 7.6.4 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.4.md) +[Version 7.6.5 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.5.md) #### Quick Install diff --git a/package.json b/package.json index a2bd1b6099..707b610032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arches", - "version": "7.6.4", + "version": "7.6.5", "license": "AGPL-3.0-only", "scripts": { "build_development": "npm run eslint:check && npm run ts:check && cross-env NODE_OPTIONS=--max-old-space-size=2048 webpack --config ./webpack/webpack.config.dev.js", diff --git a/releases/7.6.5.md b/releases/7.6.5.md index 9478b4a7f7..260bbfa8b6 100644 --- a/releases/7.6.5.md +++ b/releases/7.6.5.md @@ -31,3 +31,6 @@ JavaScript: ``` sudo service apache2 reload ``` + +4. (Optional) The sass JavaScript dependency was pinned to [version 1.78 in the arches-dev-dependencies](https://github.com/archesproject/arches-dev-dependencies/pull/32) repository. This was done to silence unhelpful deprecation warnings. By default, this change will only affect projects newly created with Arches v7.6.5. Existing projects can take advantage of this change by ensuring their project's package.json file points to either the `dev/7.6.x` or `stable/7.6.5` branch of `arches-dev-dependencies` and then reinstalling and rebuilding their front-end dependencies. +