Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…Altinn.Authorization.ServiceDefaults
  • Loading branch information
Alxandr authored Dec 6, 2024
2 parents 806b554 + faee8e0 commit 4e30148
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 22 deletions.
38 changes: 19 additions & 19 deletions .github/scripts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src/Altinn.Urn":"2.5.1","src/Altinn.Swashbuckle":"2.1.1","src/Altinn.Authorization.ProblemDetails":"3.0.1","src/Altinn.Authorization.ServiceDefaults":"2.8.0","src/Altinn.Cli":"1.1.0"}
{"src/Altinn.Urn":"2.5.1","src/Altinn.Swashbuckle":"2.1.1","src/Altinn.Authorization.ProblemDetails":"3.1.0","src/Altinn.Authorization.ServiceDefaults":"2.8.0","src/Altinn.Cli":"1.1.0"}
7 changes: 7 additions & 0 deletions src/Altinn.Authorization.ProblemDetails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Authorization.ProblemDetails-v3.0.1...Altinn.Authorization.ProblemDetails-v3.1.0) (2024-12-06)


### Features

* upgrade to .NET 9 ([#166](https://github.com/Altinn/altinn-authorization-utils/issues/166)) ([867c940](https://github.com/Altinn/altinn-authorization-utils/commit/867c9400ac8fd9a37c71d0af6386fbb414523267))

## [3.0.1](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Authorization.ProblemDetails-v3.0.0...Altinn.Authorization.ProblemDetails-v3.0.1) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/Altinn.Authorization.ProblemDetails/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>0.0.0</Version>
<Version>3.1.0</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Altinn.Authorization.ProblemDetails/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1.0

0 comments on commit 4e30148

Please sign in to comment.