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 Jul 10, 2023
1 parent 37f413c commit ec013e9
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/dm-core":"1.1.2","packages/dm-core-plugins":"1.1.2"}
{"packages/dm-core":"1.2.0","packages/dm-core-plugins":"1.2.0"}
24 changes: 24 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@
* dependencies
* @development-framework/dm-core bumped from ^1.1.0 to ^1.1.1

## [1.2.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.1.2...dm-core-plugins-v1.2.0) (2023-07-10)


### Features

* ability to add custom viewrecipe in table expandable row ([aa00d77](https://github.com/equinor/dm-core-packages/commit/aa00d7719ad97e7c60a38899fdd5968aba3b2214))
* replace form config order with fields ([fb5b40f](https://github.com/equinor/dm-core-packages/commit/fb5b40f2d737d3f1c8e7d2b1420f392113eab47a))


### Bug Fixes

* handle relative reference in form ([7aab5e6](https://github.com/equinor/dm-core-packages/commit/7aab5e677b0a8e1bd2f2263da6927693194a104d))
* rename plugin to uiRecipe in widget types ([687a73f](https://github.com/equinor/dm-core-packages/commit/687a73f1504cf56c6d35238808e16f7e779dc2f7))
* rename rest of generic list ([3083584](https://github.com/equinor/dm-core-packages/commit/3083584e92669a40454812859a97b23b438282a4))
* rename to view_selector ([6dbff29](https://github.com/equinor/dm-core-packages/commit/6dbff290e3f596533fc4646fda48d261f960deaf))
* wrong title in button tooltip ([8089ed7](https://github.com/equinor/dm-core-packages/commit/8089ed7acbb0d24153d209e259318140315d2884))


### Dependencies

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

## [1.1.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.1.1...dm-core-plugins-v1.1.2) (2023-06-30)


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.1.2",
"version": "1.2.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.1.2",
"@development-framework/dm-core": "^1.2.0",
"@equinor/eds-core-react": "^0.29.1",
"@equinor/eds-icons": "^0.18.0",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.2...dm-core-v1.2.0) (2023-07-10)


### Features

* add CreateJobEntity and JobForm component ([b070fb0](https://github.com/equinor/dm-core-packages/commit/b070fb087c7356f8e3b8814b1183de73e2660037))


### Bug Fixes

* bug in truncatePathString ([f339fc9](https://github.com/equinor/dm-core-packages/commit/f339fc913490bd7bb3b6fe249e200ce4f32c4982))
* handle relative reference in form ([7aab5e6](https://github.com/equinor/dm-core-packages/commit/7aab5e677b0a8e1bd2f2263da6927693194a104d))
* support /DS/<path> syntax in getDataSourceIdFromReference() ([f018894](https://github.com/equinor/dm-core-packages/commit/f01889484888f71eafcee2916e7b6cdb4cc0d05c))
* update setJobIsStarted state in Stop button in JobControl.tsx ([02c4518](https://github.com/equinor/dm-core-packages/commit/02c4518427dab2d2eb1498b0cb0374a477d08b29))

## [1.1.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.1...dm-core-v1.1.2) (2023-06-30)


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

0 comments on commit ec013e9

Please sign in to comment.