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 soofstad committed Jan 8, 2024
1 parent 9586346 commit fa4d2c4
Show file tree
Hide file tree
Showing 5 changed files with 47 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.30.3",
"packages/dm-core-plugins": "1.37.3"
"packages/dm-core": "1.31.0",
"packages/dm-core-plugins": "1.38.0"
}
25 changes: 25 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,31 @@
* dependencies
* @development-framework/dm-core bumped from ^1.25.0 to ^1.26.0

## [1.38.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.37.3...dm-core-plugins-v1.38.0) (2024-01-08)


### Features

* added close button to userinfo and about dialogs ([47f38c6](https://github.com/equinor/dm-core-packages/commit/47f38c672a577bce14570dc0821305e53e848a07))
* **media:** Meta information config ([#1037](https://github.com/equinor/dm-core-packages/issues/1037)) ([3de9c5a](https://github.com/equinor/dm-core-packages/commit/3de9c5a100d174613d7ff9b6b961a3ce269d3764))
* reenable ACL edit in menu ([4051e1d](https://github.com/equinor/dm-core-packages/commit/4051e1db1a592f7ab4999542f0627e79e49f7bf2))


### Bug Fixes

* default items per page should be 10 ([#1049](https://github.com/equinor/dm-core-packages/issues/1049)) ([71da118](https://github.com/equinor/dm-core-packages/commit/71da1187ad1a8d94d2006b66d0cd513295ba3370))
* **ListPlugin:** 'selectFromScope' support relative addresses ([9845a44](https://github.com/equinor/dm-core-packages/commit/9845a44e0aad7a8f3503a2638b22b32b2e539cc5))
* reset role state when closing without saving ([ceaffb5](https://github.com/equinor/dm-core-packages/commit/ceaffb51018b99ac41f1ae921ae72a9ef82325d1))
* select entity label as view label ([2546a93](https://github.com/equinor/dm-core-packages/commit/2546a937246785f93e231cb0a4fb624d6b07cfaa))
* update existing viewitem on add ([e3f5740](https://github.com/equinor/dm-core-packages/commit/e3f574047c051560096128abb02caa3dd5aeb9f1))


### Dependencies

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

## [1.37.3](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.37.2...dm-core-plugins-v1.37.3) (2023-12-21)


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.37.3",
"version": "1.38.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.30.3",
"@development-framework/dm-core": "^1.31.0",
"@equinor/eds-core-react": "^0.33.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.31.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.30.3...dm-core-v1.31.0) (2024-01-08)


### Features

* **media:** Meta information config ([#1037](https://github.com/equinor/dm-core-packages/issues/1037)) ([3de9c5a](https://github.com/equinor/dm-core-packages/commit/3de9c5a100d174613d7ff9b6b961a3ce269d3764))
* reenable ACL edit in menu ([4051e1d](https://github.com/equinor/dm-core-packages/commit/4051e1db1a592f7ab4999542f0627e79e49f7bf2))


### Bug Fixes

* **EntityPicker:** Only checkboxes clickable in 'multi-mode' ([e205d7f](https://github.com/equinor/dm-core-packages/commit/e205d7fa3f336f28d359759b56d13206c408ee5f))
* **ListPlugin:** 'selectFromScope' support relative addresses ([9845a44](https://github.com/equinor/dm-core-packages/commit/9845a44e0aad7a8f3503a2638b22b32b2e539cc5))
* select entity label as view label ([2546a93](https://github.com/equinor/dm-core-packages/commit/2546a937246785f93e231cb0a4fb624d6b07cfaa))
* table opens multiple tabs ([413d365](https://github.com/equinor/dm-core-packages/commit/413d365e71b84974e233e634185246ca87ce09b4))
* update existing viewitem on add ([e3f5740](https://github.com/equinor/dm-core-packages/commit/e3f574047c051560096128abb02caa3dd5aeb9f1))

## [1.30.3](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.30.2...dm-core-v1.30.3) (2023-12-21)


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.30.3",
"version": "1.31.0",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.2.20",
Expand Down

0 comments on commit fa4d2c4

Please sign in to comment.