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 Oct 6, 2023
1 parent f493264 commit 3210d32
Show file tree
Hide file tree
Showing 5 changed files with 27 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.5.0",
"packages/dm-core-plugins": "1.6.0"
"packages/dm-core": "1.6.0",
"packages/dm-core-plugins": "1.7.0"
}
14 changes: 14 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.3.0 to ^1.3.1

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


### Features

* test roles in test mode ([5c9b447](https://github.com/equinor/dm-core-packages/commit/5c9b447100c036482b9365f469797664a653f03f))


### Dependencies

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

## [1.6.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.5.0...dm-core-plugins-v1.6.0) (2023-10-05)


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

## [1.6.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.5.0...dm-core-v1.6.0) (2023-10-06)


### Features

* .env variable and context for dm-job api ([#580](https://github.com/equinor/dm-core-packages/issues/580)) ([5dfd08e](https://github.com/equinor/dm-core-packages/commit/5dfd08ee16f4c7da90c278965c8bc51fdb3f20c8))
* test roles in test mode ([5c9b447](https://github.com/equinor/dm-core-packages/commit/5c9b447100c036482b9365f469797664a653f03f))

## [1.5.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.4.0...dm-core-v1.5.0) (2023-10-05)


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

0 comments on commit 3210d32

Please sign in to comment.