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 eoaksnes committed Feb 1, 2024
1 parent bbef3bf commit 77b4ff8
Show file tree
Hide file tree
Showing 5 changed files with 35 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.39.0",
"packages/dm-core-plugins": "1.44.0"
"packages/dm-core": "1.39.1",
"packages/dm-core-plugins": "1.45.0"
}
14 changes: 14 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.36.1 to ^1.36.2

## [1.45.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.44.0...dm-core-plugins-v1.45.0) (2024-02-01)


### Features

* add responsive grid plugin ([bbef3bf](https://github.com/equinor/dm-core-packages/commit/bbef3bfca0a1df9aecf6553fb1dab8b6c3798744))


### Dependencies

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

## [1.44.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.43.0...dm-core-plugins-v1.44.0) (2024-01-31)


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

## [1.39.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.39.0...dm-core-v1.39.1) (2024-02-01)


### Bug Fixes

* content in table not using full width ([13e94dd](https://github.com/equinor/dm-core-packages/commit/13e94dd9fcb761ebed728e02520783da2813ec67))
* datepicker does not open when edit as text ([d665240](https://github.com/equinor/dm-core-packages/commit/d6652407819c4c289b82b227d8dab675b6060460))
* **entityPicker:** hide checkbox for list nodes ([bd3b82e](https://github.com/equinor/dm-core-packages/commit/bd3b82e0baebe7780ed93f95b3988e6f3c49b62e))
* loading ui ([53ae35c](https://github.com/equinor/dm-core-packages/commit/53ae35c46915957b062141d73a29294830facbbe))
* table hover gray no more ([c51d8df](https://github.com/equinor/dm-core-packages/commit/c51d8df0ce8a856a16a5ab141341f059c6d7dfb8))


### Miscellaneous Chores

* disable blueprint cache by config ([02f0a53](https://github.com/equinor/dm-core-packages/commit/02f0a538718e605738bd7841d658ae10f61085bb))

## [1.39.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.38.0...dm-core-v1.39.0) (2024-01-31)


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

0 comments on commit 77b4ff8

Please sign in to comment.