Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 20, 2025
1 parent 14428f1 commit 4bbbf8c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
18 changes: 9 additions & 9 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"MessageBox",
"author":"Ortus Solutions.com <[email protected]>",
"version":"4.1.0",
"version":"4.2.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmessagebox/@build.version@/[email protected]@.zip",
"slug":"cbmessagebox",
"type":"modules",
Expand All @@ -23,7 +23,7 @@
"Curt Gratz <[email protected]>"
],
"devDependencies":{
"commandbox-boxlang":"*",
"commandbox-boxlang":"*",
"commandbox-cfformat":"*",
"commandbox-docbox":"*"
},
Expand All @@ -40,13 +40,13 @@
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
"start:fakemail": "!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach",
"start:lucee" : "server start [email protected]",
"start:2021" : "server start [email protected]",
"stop:lucee" : "server stop [email protected]",
"stop:2021" : "server stop [email protected]",
"logs:lucee" : "server log [email protected] --follow",
"logs:2021" : "server log [email protected] --follow"
"start:fakemail":"!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach",
"start:lucee":"server start [email protected]",
"start:2021":"server start [email protected]",
"stop:lucee":"server stop [email protected]",
"stop:2021":"server stop [email protected]",
"logs:lucee":"server log [email protected] --follow",
"logs:2021":"server log [email protected] --follow"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
Expand Down
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----
* * *

## [Unreleased]

## [4.1.0] - 2025-02-20

### Added

- BoxLang Support
Expand All @@ -31,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Missing `dark,light` from type hints
- Delete the metadata added also on `clearData=true` #15 (https://github.com/coldbox-modules/cbmessagebox/pull/15)
- Delete the metadata added also on `clearData=true` #15 (<https://github.com/coldbox-modules/cbmessagebox/pull/15>)

### Deprecated

Expand Down Expand Up @@ -59,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.0.0]

- Update to new module layout
- Adding support for `success` alert message boxes. Updating throw details to correct inconsistency (https://github.com/coldbox-modules/cbmessagebox/pull/11) thanks to @zakarym
- Adding support for `success` alert message boxes. Updating throw details to correct inconsistency (<https://github.com/coldbox-modules/cbmessagebox/pull/11>) thanks to @zakarym
- Removed legacy icons and left just messageboxes with modern css styles
- Added new messagebox type: `dark` for a nice dark tone
- Update all css to more modern look and feel
Expand Down Expand Up @@ -94,3 +96,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0]

- Create first module version

[unreleased]: https://github.com/coldbox-modules/cbmessagebox/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/coldbox-modules/cbmessagebox/compare/9550067b9a2d42290e74741c5a84274cfdf30a6b...v4.1.0

0 comments on commit 4bbbf8c

Please sign in to comment.