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 Mar 8, 2024
1 parent f102e85 commit bd8a306
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.42.1",
"packages/dm-core-plugins": "1.49.2"
"packages/dm-core": "1.42.2",
"packages/dm-core-plugins": "1.49.3"
}
23 changes: 23 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,29 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.49.3](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.49.2...dm-core-plugins-v1.49.3) (2024-03-08)


### Bug Fixes

* action row border missing on the left side ([d2f7650](https://github.com/equinor/dm-core-packages/commit/d2f76506b32624fe82773ec1928a300f811405d0))
* bug with reverting and rowlabels not updating ([3f55a15](https://github.com/equinor/dm-core-packages/commit/3f55a15b813b89e2bd11c579eb9929a25213f3ed))
* make clear work ([8139c58](https://github.com/equinor/dm-core-packages/commit/8139c5861d756455952dd24771c143c7dd6a789e))
* make list buttons aligned ([74d0704](https://github.com/equinor/dm-core-packages/commit/74d07047e081b7666a4c22c7f892890451fa69bc))
* tooltip and remove console.log ([4a06358](https://github.com/equinor/dm-core-packages/commit/4a06358b5ceba4c0ea84bbe8db6429f59e43f879))


### Code Refactoring

* merge all contexts into one ([f602af8](https://github.com/equinor/dm-core-packages/commit/f602af8404c2010259d6277afbaf5cb45a042409))


### Dependencies

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

## [1.49.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.49.1...dm-core-plugins-v1.49.2) (2024-03-04)


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

## [1.42.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.42.1...dm-core-v1.42.2) (2024-03-08)


### Bug Fixes

* Dialog got height 0 on webkit(safari) ([f102e85](https://github.com/equinor/dm-core-packages/commit/f102e85178ba4eba62304c726174b8df00e184f5))
* make clear work ([8139c58](https://github.com/equinor/dm-core-packages/commit/8139c5861d756455952dd24771c143c7dd6a789e))
* tooltip and remove console.log ([4a06358](https://github.com/equinor/dm-core-packages/commit/4a06358b5ceba4c0ea84bbe8db6429f59e43f879))


### Code Refactoring

* merge all contexts into one ([f602af8](https://github.com/equinor/dm-core-packages/commit/f602af8404c2010259d6277afbaf5cb45a042409))

## [1.42.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.42.0...dm-core-v1.42.1) (2024-03-04)


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

0 comments on commit bd8a306

Please sign in to comment.