Skip to content

Commit

Permalink
chore(release): v6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Nov 13, 2024
1 parent 3717d8c commit 1086134
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [6.0.0](https://github.com/baumrock/RockMigrations/compare/v5.5.0...v6.0.0) (2024-11-13)


### ⚠ BREAKING CHANGES

* create constant trait instead of helper classes

### Features

* add renameField() method ([0b24426](https://github.com/baumrock/RockMigrations/commit/0b24426cf6170658449e40e80041b5c35cbb7b28))
* create constant trait instead of helper classes ([e4ccc74](https://github.com/baumrock/RockMigrations/commit/e4ccc74e1041c70bdfeb935b36da3b36bed61b67))


### Bug Fixes

* don't show once in config table ([37baaaf](https://github.com/baumrock/RockMigrations/commit/37baaaf53b5ba4827480ecb78cba2be2f8368947))

## [5.5.0](https://github.com/baumrock/RockMigrations/compare/v5.4.1...v5.5.0) (2024-11-03)


Expand Down Expand Up @@ -38,11 +55,3 @@
* add refresh() before installing new module ([476963f](https://github.com/baumrock/RockMigrations/commit/476963f2885c512a76ed7ada78ea7d44c297edd9))
* trigger migrateModule() after module install ([4c09a51](https://github.com/baumrock/RockMigrations/commit/4c09a51540177175dfafad27f27def45c4d8a14d))

## [5.2.0](https://github.com/baumrock/RockMigrations/compare/v5.1.0...v5.2.0) (2024-09-02)


### Features

* add snippet for rockicons field ([019053e](https://github.com/baumrock/RockMigrations/commit/019053eea8f99f9ff6febeaa69408e843760942c))
* send preview password to JS for multisite ([a84b47a](https://github.com/baumrock/RockMigrations/commit/a84b47aba495d285379e1327f94b3e3e2c227224))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.5.0"
"version": "6.0.0"
}

0 comments on commit 1086134

Please sign in to comment.