Skip to content

Commit

Permalink
7.6.5 Release prep (#11735)
Browse files Browse the repository at this point in the history
* Update version to 7.6.5

* Add notification of dev dependencies change
  • Loading branch information
chiatt authored Jan 17, 2025
1 parent c352f8e commit b78c3b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions releases/7.6.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b78c3b9

Please sign in to comment.