Skip to content

Commit

Permalink
🆙 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 25, 2024
1 parent ec19e62 commit 161c940
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 8.7.3 (2024-10-26)

### Features

- Use better marker types in TypeSource.cs that are less likely to move between assemblies in the future
- Removed .sln files and use .slnf files (solution filters) generated from a single Serenity.sln at root for partial builds. Use Serenity.sln instead of Serene.sln.
- Add a BaseDynamicDataGenerator that may be used in other projects to create dynamic-data folder for javascript tests
- Moved dynamic script abstractions up to Serenity.Core and base types to Serenity.Services
- Added a SetSergenTransformArgs target to Serenity.Net.Web.targets and use that instead of setting SergenTransformArgs in Feature.Build.targets and template .csproj files

### Bugfixes

- Fixed toolbar button with disabled class still clickable via its .button-inner element (#7272)

## 8.7.2 (2024-10-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion build/Package.Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>8.7.2</Version>
<Version>8.7.3</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion packages/corelib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-is/corelib",
"version": "8.7.2",
"version": "8.7.3",
"author": "Serenity (https://serenity.is)",
"bugs": "https://github.com/serenity-is/serenity/issues",
"description": "Serenity Core Library",
Expand Down

0 comments on commit 161c940

Please sign in to comment.