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 31, 2024
1 parent 43afa8d commit 9282cc3
Show file tree
Hide file tree
Showing 5 changed files with 78 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.44.1",
"packages/dm-core-plugins": "1.54.0"
"packages/dm-core": "1.45.0",
"packages/dm-core-plugins": "1.55.0"
}
47 changes: 47 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,53 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.55.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.54.0...dm-core-plugins-v1.55.0) (2024-05-31)


### Features

* expand some YamlPlugin functionality and clean up UI ([b729594](https://github.com/equinor/dm-core-packages/commit/b72959476bff9077267f3e07cd642ea5146ef9da))
* **explorer:** export files and packages ([d689c64](https://github.com/equinor/dm-core-packages/commit/d689c641033e41bd21421534280f2248bf797455))
* **job:** configurable title ([3ee18f1](https://github.com/equinor/dm-core-packages/commit/3ee18f13ed91272dc5a83dfd6e7e99521e650e20))
* **yaml:** raw json edit ([70753eb](https://github.com/equinor/dm-core-packages/commit/70753eb41f7f9e88fada50c64c2c40e4a73fe24f))


### Bug Fixes

* **form-plugin:** reset form on changed document ([43afa8d](https://github.com/equinor/dm-core-packages/commit/43afa8d7a6b1f3cb6231ce147599f01797b9c2ea))
* **form:** wait for background fetch ([d448ea5](https://github.com/equinor/dm-core-packages/commit/d448ea553873178b34b5e760d2ec0670e444e91f))
* **header:** Automatically clear blueprint cache ([d8cc86b](https://github.com/equinor/dm-core-packages/commit/d8cc86b952003fdfaed7b538d089327bd7954ba6))
* mermaid hiearchy plugin was broken. Add docs ([f5a0468](https://github.com/equinor/dm-core-packages/commit/f5a04680e88b3b47c878b8d9256993431d4fa11b))


### Documentation

* add docs on ExplorerPlugin ([bfac4b9](https://github.com/equinor/dm-core-packages/commit/bfac4b9bdbbe734e373f93c837f4df28f7e02900))
* add docs on HeaderPlugin ([2b9dcf9](https://github.com/equinor/dm-core-packages/commit/2b9dcf9565a38ce6def32a47c05f792c506289b6))


### Miscellaneous Chores

* delete superseeded pdf plugin ([0f24ec3](https://github.com/equinor/dm-core-packages/commit/0f24ec3a7b312c713fbd3f63228fefa780be2c91))
* disable language toggle if only one language ([d0ad079](https://github.com/equinor/dm-core-packages/commit/d0ad0790bd621983804e66685e17023e5a68c291))


### Code Refactoring

* bring back copy title ([b7afac6](https://github.com/equinor/dm-core-packages/commit/b7afac647f04819de77b1a065c69624640ffd204))
* move throwError param to individual function, not hook ([5a95b94](https://github.com/equinor/dm-core-packages/commit/5a95b94e3c7b4ddee65b46d4139c7ae2bdc7669f))
* padding and sizing improvements ([4040605](https://github.com/equinor/dm-core-packages/commit/4040605bd738008b986f75e1af81f92db99ea239))
* remove deprecated react defaultProps ([0ffd9be](https://github.com/equinor/dm-core-packages/commit/0ffd9be2675beefccd88ba57f61968396f6a5edd))
* sticky sidebar, scroll on everything ([917e8f4](https://github.com/equinor/dm-core-packages/commit/917e8f4fa6f3c70418c418330605f0799cb190d7))
* use memo for code state ([2bce4bf](https://github.com/equinor/dm-core-packages/commit/2bce4bf873553c13f9a8a0aa0a56a53c6bea9e38))


### Dependencies

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

## [1.54.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.53.0...dm-core-plugins-v1.54.0) (2024-05-21)


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

## [1.45.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.44.1...dm-core-v1.45.0) (2024-05-31)


### Features

* export setError and allow throw actual error in useDocument ([fcdbd82](https://github.com/equinor/dm-core-packages/commit/fcdbd8294f53756aee3d7701d98bc401b1fbaa49))
* **yaml:** raw json edit ([70753eb](https://github.com/equinor/dm-core-packages/commit/70753eb41f7f9e88fada50c64c2c40e4a73fe24f))


### Bug Fixes

* **form-plugin:** reset form on changed document ([43afa8d](https://github.com/equinor/dm-core-packages/commit/43afa8d7a6b1f3cb6231ce147599f01797b9c2ea))
* **form:** wait for background fetch ([d448ea5](https://github.com/equinor/dm-core-packages/commit/d448ea553873178b34b5e760d2ec0670e444e91f))
* **header:** Automatically clear blueprint cache ([d8cc86b](https://github.com/equinor/dm-core-packages/commit/d8cc86b952003fdfaed7b538d089327bd7954ba6))
* missing type in updateDocument ([bfb2a73](https://github.com/equinor/dm-core-packages/commit/bfb2a733ddcbc5f8f38c9d17949463ddfa088fac))


### Performance Improvements

* use tanstack query to cache attribute and useDocument requests ([3865373](https://github.com/equinor/dm-core-packages/commit/3865373a5b09f14fd86b4ba19e55e4fc86564946))


### Code Refactoring

* move throwError param to individual function, not hook ([5a95b94](https://github.com/equinor/dm-core-packages/commit/5a95b94e3c7b4ddee65b46d4139c7ae2bdc7669f))

## [1.44.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.44.0...dm-core-v1.44.1) (2024-05-16)


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

0 comments on commit 9282cc3

Please sign in to comment.