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 18, 2023
1 parent 1ccd02b commit 4a647e0
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.6.4",
"packages/dm-core-plugins": "1.8.1"
"packages/dm-core": "1.7.0",
"packages/dm-core-plugins": "1.9.0"
}
23 changes: 23 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,29 @@
* dependencies
* @development-framework/dm-core bumped from ^1.6.3 to ^1.6.4

## [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)


### Features

* **list:** handle lists with uncontained items ([1ccd02b](https://github.com/equinor/dm-core-packages/commit/1ccd02bb5c746c9f0e617cf6065f7bf0a0dd5903))
* support storage uncontained in object field ([#633](https://github.com/equinor/dm-core-packages/issues/633)) ([a35836c](https://github.com/equinor/dm-core-packages/commit/a35836cbf60e238fa8e8024b689fe18b02e805f7))


### Bug Fixes

* allow nested forms ([c6172ca](https://github.com/equinor/dm-core-packages/commit/c6172ca4839087366476904539d248a605a5497f))
* **listPLugin:** sane default config ([b2e8bfd](https://github.com/equinor/dm-core-packages/commit/b2e8bfdcba359170034f8a0b7437d6b43360698e))
* render lists as lists ([0cedd33](https://github.com/equinor/dm-core-packages/commit/0cedd3318c9a9e2e3540f3b1a71529ceed6183bc))
* **single_job:** fix multiple minor issues ([3535cb6](https://github.com/equinor/dm-core-packages/commit/3535cb63840383aa58097b69050c246e9a9dda13))


### Dependencies

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

## [1.8.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.7.2...dm-core-plugins-v1.8.0) (2023-10-10)


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.8.1",
"version": "1.9.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.6.4",
"@development-framework/dm-core": "^1.7.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.7.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.6.4...dm-core-v1.7.0) (2023-10-18)


### Features

* **list:** handle lists with uncontained items ([1ccd02b](https://github.com/equinor/dm-core-packages/commit/1ccd02bb5c746c9f0e617cf6065f7bf0a0dd5903))
* tree reference icon ([b5de37c](https://github.com/equinor/dm-core-packages/commit/b5de37c7a31dc858656c6f2063f10106ee8c99f0))

## [1.6.4](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.6.3...dm-core-v1.6.4) (2023-10-11)


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

0 comments on commit 4a647e0

Please sign in to comment.