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 Nov 22, 2023
1 parent edf5460 commit 513d583
Show file tree
Hide file tree
Showing 5 changed files with 36 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.15.0",
"packages/dm-core-plugins": "1.19.1"
"packages/dm-core": "1.16.0",
"packages/dm-core-plugins": "1.20.0"
}
19 changes: 19 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@
* dependencies
* @development-framework/dm-core bumped from ^1.11.0 to ^1.11.1

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


### Features

* **job:** create recurring job ([67f053b](https://github.com/equinor/dm-core-packages/commit/67f053b77438f2101102c52d1bbc7e05e8bac936))


### Bug Fixes

* always show status as chip in job plugin ([5110039](https://github.com/equinor/dm-core-packages/commit/5110039245238a67f42c100321ec5f0fa4f57d4b))


### Dependencies

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

## [1.19.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.19.0...dm-core-plugins-v1.19.1) (2023-11-22)


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

## [1.16.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.15.0...dm-core-v1.16.0) (2023-11-22)


### Features

* **job:** create recurring job ([67f053b](https://github.com/equinor/dm-core-packages/commit/67f053b77438f2101102c52d1bbc7e05e8bac936))


### Bug Fixes

* **Dialog:** DialogActions float over content ([edf5460](https://github.com/equinor/dm-core-packages/commit/edf54602bb64692033a16f3039e893dd19b6834b))

## [1.15.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.14.0...dm-core-v1.15.0) (2023-11-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.15.0",
"version": "1.16.0",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.2.20",
Expand Down

0 comments on commit 513d583

Please sign in to comment.