Skip to content

Commit 9100120

Browse files
chore: prepare senna v2.8.0 release
1 parent d969b13 commit 9100120

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

maintenance/projects/senna/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [senna/v2.8.0](https://github.com/liferay/liferay-frontend-projects/tree/senna/v2.8.0) (2024-01-25)
2+
3+
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/senna/v2.7.10...senna/v2.8.0)
4+
5+
### :wrench: Bug fixes
6+
7+
- fix: Exchange flipping and style evaluation order to avoid css flicker #1188 ([\#1189](https://github.com/liferay/liferay-frontend-projects/pull/1189))
8+
- fix(senna): Modify URI generation to properly handle link to emails ([\#1159](https://github.com/liferay/liferay-frontend-projects/pull/1159))
9+
10+
### :house: Chores
11+
12+
- chore(senna): add test for senna CI ([\#1165](https://github.com/liferay/liferay-frontend-projects/pull/1165))
13+
14+
### :nail_care: Style
15+
16+
- style(senna): fix linting errors ([\#702](https://github.com/liferay/liferay-frontend-projects/pull/702))
17+
118
## [senna/v2.7.10](https://github.com/liferay/liferay-frontend-projects/tree/senna/v2.7.10) (2021-04-21)
219

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

maintenance/projects/senna/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"preversion": "yarn test",
7373
"test": "gulp test"
7474
},
75-
"version": "2.7.10",
75+
"version": "2.8.0",
7676
"workspaces": []
7777
}

0 commit comments

Comments
 (0)