Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pbullhove committed Mar 19, 2024
1 parent 7416783 commit 7bd7d85
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/dm-core": "1.43.2",
"packages/dm-core-plugins": "1.50.3"
"packages/dm-core": "1.43.3",
"packages/dm-core-plugins": "1.50.4"
}
28 changes: 28 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,34 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.50.4](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.3...dm-core-plugins-v1.50.4) (2024-03-19)


### Bug Fixes

* reset job popup was misaligned like job logs flex issue ([fd7f806](https://github.com/equinor/dm-core-packages/commit/fd7f80626dddc10862e2c8e0b4e6b451dca40279))


### Documentation

* add headerpluginconfig ([7416783](https://github.com/equinor/dm-core-packages/commit/7416783adebe0e441175b22ca1dca05c15669bfc))
* adding header config ([fd1f96b](https://github.com/equinor/dm-core-packages/commit/fd1f96b67cf074c728538d9588f358b98b32915e))
* adding image of the header plugin ([33b6485](https://github.com/equinor/dm-core-packages/commit/33b648582fd1e68e3cb4e57ec7ff8956be326022))


### Code Refactoring

* dm-core to dm-core-plugins migration ([d484717](https://github.com/equinor/dm-core-packages/commit/d4847175e913cd5a953fe6b7402e8c4774eb808a))
* fix remaining imports ([a051942](https://github.com/equinor/dm-core-packages/commit/a051942a464594566559a54443438c3b56c064a1))
* move CopyLinkDialog to dm-core ([b8a5ee3](https://github.com/equinor/dm-core-packages/commit/b8a5ee3c16b2ac4387723a018ec743ec673d9ad7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @development-framework/dm-core bumped from ^1.43.2 to ^1.43.3

## [1.50.3](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.2...dm-core-plugins-v1.50.3) (2024-03-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/dm-core-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@development-framework/dm-core-plugins",
"license": "MIT",
"version": "1.50.3",
"version": "1.50.4",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.43.2",
"@development-framework/dm-core": "^1.43.3",
"@equinor/eds-core-react": ">0.33.0",
"@equinor/eds-icons": ">0.19.3",
"@equinor/eds-tokens": ">0.9.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.43.3](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.2...dm-core-v1.43.3) (2024-03-19)


### Code Refactoring

* dm-core to dm-core-plugins migration ([d484717](https://github.com/equinor/dm-core-packages/commit/d4847175e913cd5a953fe6b7402e8c4774eb808a))
* fix remaining imports ([a051942](https://github.com/equinor/dm-core-packages/commit/a051942a464594566559a54443438c3b56c064a1))
* move CopyLinkDialog to dm-core ([b8a5ee3](https://github.com/equinor/dm-core-packages/commit/b8a5ee3c16b2ac4387723a018ec743ec673d9ad7))

## [1.43.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.1...dm-core-v1.43.2) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/dm-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@development-framework/dm-core",
"version": "1.43.2",
"version": "1.43.3",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.2.20",
Expand Down

0 comments on commit 7bd7d85

Please sign in to comment.