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 30, 2023
1 parent 455f055 commit 83b0449
Show file tree
Hide file tree
Showing 5 changed files with 33 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.9.0",
"packages/dm-core-plugins": "1.12.0"
"packages/dm-core": "1.10.0",
"packages/dm-core-plugins": "1.13.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 @@ -24,6 +24,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.6.3 to ^1.6.4

## [1.13.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.12.0...dm-core-plugins-v1.13.0) (2023-10-30)


### Features

* **ViewCreator:** default to resolve target if it's a reference ([455f055](https://github.com/equinor/dm-core-packages/commit/455f05538e4b4b841c5d2f1fc247ab7823678fb5))


### Dependencies

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

## [1.12.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.11.0...dm-core-plugins-v1.12.0) (2023-10-25)


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.12.0",
"version": "1.13.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.9.0",
"@development-framework/dm-core": "^1.10.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.10.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.9.0...dm-core-v1.10.0) (2023-10-30)


### Features

* add list hook ([6eaea15](https://github.com/equinor/dm-core-packages/commit/6eaea1559f08d793186c00a8901c60523573afa7))
* add loading to actions ([d91a8b4](https://github.com/equinor/dm-core-packages/commit/d91a8b4f7ef789f1c1eb4fbe171b92dd1c383eec))
* add pagination ([98346d1](https://github.com/equinor/dm-core-packages/commit/98346d194e82f00c002a4d4c963a815dc3d1f970))
* save list ([9d35daf](https://github.com/equinor/dm-core-packages/commit/9d35dafe2b69e5fc4ae86de270ca01463e226ec1))
* support references ([ca909f0](https://github.com/equinor/dm-core-packages/commit/ca909f08a18028da4b9db53a9155cd3ae09d7aba))
* update attribute ([0e13cfb](https://github.com/equinor/dm-core-packages/commit/0e13cfbe18ff925497dc5f6ffaf28a10ea0563d7))
* update item ([db60b3b](https://github.com/equinor/dm-core-packages/commit/db60b3b6fbcc469223a598ba88dad1f149f4795b))
* **ViewCreator:** default to resolve target if it's a reference ([455f055](https://github.com/equinor/dm-core-packages/commit/455f05538e4b4b841c5d2f1fc247ab7823678fb5))

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


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

0 comments on commit 83b0449

Please sign in to comment.