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 Oct 24, 2023
1 parent a189e57 commit 0648cf2
Show file tree
Hide file tree
Showing 5 changed files with 40 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.7.0",
"packages/dm-core-plugins": "1.9.0"
"packages/dm-core": "1.8.0",
"packages/dm-core-plugins": "1.10.0"
}
21 changes: 21 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@
* dependencies
* @development-framework/dm-core bumped from ^1.6.3 to ^1.6.4

## [1.10.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.9.0...dm-core-plugins-v1.10.0) (2023-10-24)


### Features

* **yaml:** interactive depth ([#640](https://github.com/equinor/dm-core-packages/issues/640)) ([2f50f8a](https://github.com/equinor/dm-core-packages/commit/2f50f8a6b4ad7f820150de9e16a80a5db3f91eba))


### Bug Fixes

* **jobPlugin:** multiple issues with jobPlugin ([405ca24](https://github.com/equinor/dm-core-packages/commit/405ca247d89e5f580617e05b444687b5319bb666))
* make grid columns span correctly ([#645](https://github.com/equinor/dm-core-packages/issues/645)) ([a62be98](https://github.com/equinor/dm-core-packages/commit/a62be989594d8f9b507c40c24fcf401138b29b63))
* reset error in useJob after starting ([7012dfc](https://github.com/equinor/dm-core-packages/commit/7012dfcd316416158cd8841615fc2e32ba569d8c))


### Dependencies

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

## [1.9.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.8.1...dm-core-plugins-v1.9.0) (2023-10-18)


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.9.0",
"version": "1.10.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.7.0",
"@development-framework/dm-core": "^1.8.0",
"@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.8.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.7.0...dm-core-v1.8.0) (2023-10-24)


### Features

* **yaml:** interactive depth ([#640](https://github.com/equinor/dm-core-packages/issues/640)) ([2f50f8a](https://github.com/equinor/dm-core-packages/commit/2f50f8a6b4ad7f820150de9e16a80a5db3f91eba))


### Bug Fixes

* job pinger never stops ([#642](https://github.com/equinor/dm-core-packages/issues/642)) ([29715dd](https://github.com/equinor/dm-core-packages/commit/29715ddc0a53c236bf7abae78ad4a223c21fcecf))
* **jobPlugin:** multiple issues with jobPlugin ([405ca24](https://github.com/equinor/dm-core-packages/commit/405ca247d89e5f580617e05b444687b5319bb666))
* reset error in useJob after starting ([7012dfc](https://github.com/equinor/dm-core-packages/commit/7012dfcd316416158cd8841615fc2e32ba569d8c))

## [1.7.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.6.4...dm-core-v1.7.0) (2023-10-18)


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

0 comments on commit 0648cf2

Please sign in to comment.