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 May 14, 2024
1 parent 0392197 commit c693ad4
Show file tree
Hide file tree
Showing 5 changed files with 37 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.43.3",
"packages/dm-core-plugins": "1.50.4"
"packages/dm-core": "1.44.0",
"packages/dm-core-plugins": "1.51.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 @@ -60,6 +60,25 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.51.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.4...dm-core-plugins-v1.51.0) (2024-05-10)


### Features

* **explorer:** menu item to 'view raw' (yaml and basic edit) ([fa495f0](https://github.com/equinor/dm-core-packages/commit/fa495f041460fd67ee8e23d32547ab0cccaa268c))


### Bug Fixes

* add missing wrapper to sidebar content ([5d78cd4](https://github.com/equinor/dm-core-packages/commit/5d78cd495536af1fd6fac7be92060395c87189bf))


### Dependencies

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

## [1.50.4](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.3...dm-core-plugins-v1.50.4) (2024-03-19)


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

## [1.44.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.3...dm-core-v1.44.0) (2024-05-10)


### Features

* **explorer:** menu item to 'view raw' (yaml and basic edit) ([fa495f0](https://github.com/equinor/dm-core-packages/commit/fa495f041460fd67ee8e23d32547ab0cccaa268c))


### Code Refactoring

* clean up TreeView component ([ea56ef2](https://github.com/equinor/dm-core-packages/commit/ea56ef257bc965f5406cfa8e827fea646332b75d))
* remove deprecated components ([af27b61](https://github.com/equinor/dm-core-packages/commit/af27b61270376426be89779621f36b5c6f3cc290))

## [1.43.3](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.2...dm-core-v1.43.3) (2024-03-19)


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

0 comments on commit c693ad4

Please sign in to comment.