Skip to content

Commit

Permalink
chore: v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jun 27, 2024
1 parent f0b04bf commit eb88fb6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [4.11.1] - 2024-06-26: Can Disable ES, Fix Hidden Nav, LDAP Requires Portal

### Added

* feat: support disabling elasticsearch by @wesleyboar in https://github.com/TACC/Core-CMS/pull/834

### Fixed

* fix: expanded navbar can overflow header by @wesleyboar in https://github.com/TACC/Core-CMS/pull/836

### Documented

* docs(auth): LDAP not supported sans Portal by @wesleyboar in https://github.com/TACC/Core-CMS/pull/833

### Updated

* chore(deps): bump socket.io from 4.5.4 to 4.7.5 by @dependabot in https://github.com/TACC/Core-CMS/pull/835

## [4.11.0] - 2024-04-15: Add "BlueSky" Social Media Share Platform

### Added
Expand Down Expand Up @@ -1219,7 +1237,8 @@ formerly known as v2.5.2 published on Thu Jul 1 16:10:38 2021 -0500

v2.0.0 Production release as of Mar 31, 2021.

[unreleased]: https://github.com/TACC/Core-CMS/compare/v4.11.0...main
[unreleased]: https://github.com/TACC/Core-CMS/compare/v4.11.1...main
[4.11.1]: https://github.com/TACC/Core-CMS/releases/tag/v4.11.1
[4.11.0]: https://github.com/TACC/Core-CMS/releases/tag/v4.11.0
[4.10.2]: https://github.com/TACC/Core-CMS/releases/tag/v4.10.2
[4.10.1]: https://github.com/TACC/Core-CMS/releases/tag/v4.10.1
Expand Down
5 changes: 3 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Only appointed team members may release versions.

1. Create new branch for version bump.
1. Update `CHANGELOG.md`.
1. Update version via:\
`npm version N.N.N`
1. Update version:
- `npm version N.N.N`
- edit `version` in `pyproject.toml`
1. Review. Commit. Push.
1. Create release and tag on GitHub.
1. Annotate Github's tag:\
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tacc/core-cms",
"version": "4.11.0",
"version": "4.11.1",
"license": "MIT",
"author": "TACC ACI WMA <[email protected]>",
"description": "The TACC ACI-WMA Core CMS codebase used by TACC Portals.",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tacc-core-cms-backend"
version = "1.0.0"
version = "4.11.1"
description = "DjangoCMS backend for the TACC ACI-WMA Core-CMS Codebase."
authors = ["TACC-WMA <[email protected]>"]

Expand Down

0 comments on commit eb88fb6

Please sign in to comment.