Skip to content

Commit

Permalink
chore: prepare senna v2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Jan 25, 2024
1 parent d969b13 commit 9100120
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions maintenance/projects/senna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [senna/v2.8.0](https://github.com/liferay/liferay-frontend-projects/tree/senna/v2.8.0) (2024-01-25)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/senna/v2.7.10...senna/v2.8.0)

### :wrench: Bug fixes

- fix: Exchange flipping and style evaluation order to avoid css flicker #1188 ([\#1189](https://github.com/liferay/liferay-frontend-projects/pull/1189))
- fix(senna): Modify URI generation to properly handle link to emails ([\#1159](https://github.com/liferay/liferay-frontend-projects/pull/1159))

### :house: Chores

- chore(senna): add test for senna CI ([\#1165](https://github.com/liferay/liferay-frontend-projects/pull/1165))

### :nail_care: Style

- style(senna): fix linting errors ([\#702](https://github.com/liferay/liferay-frontend-projects/pull/702))

## [senna/v2.7.10](https://github.com/liferay/liferay-frontend-projects/tree/senna/v2.7.10) (2021-04-21)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/senna/v2.7.9...senna/v2.7.10)
Expand Down
2 changes: 1 addition & 1 deletion maintenance/projects/senna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"preversion": "yarn test",
"test": "gulp test"
},
"version": "2.7.10",
"version": "2.8.0",
"workspaces": []
}

0 comments on commit 9100120

Please sign in to comment.