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 Nov 30, 2023
1 parent a163406 commit 022a406
Show file tree
Hide file tree
Showing 5 changed files with 49 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.19.0",
"packages/dm-core-plugins": "1.23.0"
"packages/dm-core": "1.20.0",
"packages/dm-core-plugins": "1.24.0"
}
26 changes: 26 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,32 @@
* dependencies
* @development-framework/dm-core bumped from ^1.11.0 to ^1.11.1

## [1.24.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.23.0...dm-core-plugins-v1.24.0) (2023-11-30)


### Features

* add remove job dialog ([737d596](https://github.com/equinor/dm-core-packages/commit/737d5965f33f4f800593c5cd229105c72d05c96b))
* **job:** allow for explicit cron syntax ([461a3ca](https://github.com/equinor/dm-core-packages/commit/461a3caa372cc059545b191d96da651db1bf7c57))
* more single view ([935efbf](https://github.com/equinor/dm-core-packages/commit/935efbf43980f5ccb211ae90f4ccd5435152253c))
* partial update ([d5b46ef](https://github.com/equinor/dm-core-packages/commit/d5b46ef7e420be3c4d75bc99a3d550ade2ca676e))
* primitives in dimensional scalar ([d38701c](https://github.com/equinor/dm-core-packages/commit/d38701cb265f1bb50c98b7db1cc506ad78fb129a))
* replace eslint and prettier with biome ([#826](https://github.com/equinor/dm-core-packages/issues/826)) ([ebcea46](https://github.com/equinor/dm-core-packages/commit/ebcea46d5c208e38b0799aaec4938bd2375b06fb))
* single view ([287bebf](https://github.com/equinor/dm-core-packages/commit/287bebfad66fbc15f0e2c4128998a6d28a9f2da3))


### Bug Fixes

* header ui styling after tailwind ([0d112fe](https://github.com/equinor/dm-core-packages/commit/0d112fe8443ac0c2557706ee6c693c4272843ad8))
* required dimentional scalars ([628ff0b](https://github.com/equinor/dm-core-packages/commit/628ff0b3aa7099bd6971c5cd80d8a726ef3e6927))


### Dependencies

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

## [1.23.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.22.0...dm-core-plugins-v1.23.0) (2023-11-28)


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

## [1.20.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.19.0...dm-core-v1.20.0) (2023-11-30)


### Features

* add remove job dialog ([737d596](https://github.com/equinor/dm-core-packages/commit/737d5965f33f4f800593c5cd229105c72d05c96b))
* **job:** allow for explicit cron syntax ([461a3ca](https://github.com/equinor/dm-core-packages/commit/461a3caa372cc059545b191d96da651db1bf7c57))
* partial update ([d5b46ef](https://github.com/equinor/dm-core-packages/commit/d5b46ef7e420be3c4d75bc99a3d550ade2ca676e))
* recipebutton in viewconfig overrides reciepe ([320a215](https://github.com/equinor/dm-core-packages/commit/320a2156f89d5231ff964bdcefee171540d3ab9d))
* replace eslint and prettier with biome ([#826](https://github.com/equinor/dm-core-packages/issues/826)) ([ebcea46](https://github.com/equinor/dm-core-packages/commit/ebcea46d5c208e38b0799aaec4938bd2375b06fb))
* resfrehsable from viewConfig ([dde5483](https://github.com/equinor/dm-core-packages/commit/dde54835aa00df66e20c8db798c2117171fa85ee))


### Bug Fixes

* **TreeView:** Hide content of Files in tree ([2319df0](https://github.com/equinor/dm-core-packages/commit/2319df0a70e1aeb5d8ae16b1ba4db8e0d9d62fe4))
* upgrade docker compose version ([a163406](https://github.com/equinor/dm-core-packages/commit/a163406199d49f9f3a15af6a407f28cb8817e432))

## [1.19.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.18.0...dm-core-v1.19.0) (2023-11-28)


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

0 comments on commit 022a406

Please sign in to comment.