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 pbullhove committed Aug 24, 2023
1 parent efe06a3 commit 7f87fdb
Show file tree
Hide file tree
Showing 5 changed files with 60 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.2.0",
"packages/dm-core-plugins": "1.2.0"
"packages/dm-core": "1.3.0",
"packages/dm-core-plugins": "1.3.0"
}
34 changes: 34 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
* dependencies
* @development-framework/dm-core bumped from ^1.1.0 to ^1.1.1

## [1.3.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.2.0...dm-core-plugins-v1.3.0) (2023-08-24)


### Features

* **form:** add inline flag ([e85ecb0](https://github.com/equinor/dm-core-packages/commit/e85ecb0347e95ff1cfc4ac714838514688a3ded0))
* **form:** allow inline presentation of list of non-primitives ([#411](https://github.com/equinor/dm-core-packages/issues/411)) ([3dbe737](https://github.com/equinor/dm-core-packages/commit/3dbe737984298c8c7a5fbc8e4fe9a647e522c1e3)), closes [#276](https://github.com/equinor/dm-core-packages/issues/276)


### Bug Fixes

* add correct titles to list item buttons ([bb94ccc](https://github.com/equinor/dm-core-packages/commit/bb94ccc0cc26d96d9b9bd1d3078a463b6d81e8cf))
* added title to expand-minimize button ([f67d7a3](https://github.com/equinor/dm-core-packages/commit/f67d7a3cf6cb69dafa8b2b6cea9a13426771a112))
* bug with creating link reference in addUncontained component ([f54dcc4](https://github.com/equinor/dm-core-packages/commit/f54dcc49d7710231e5b3f2534c671994ddb620a0))
* export plugins by default ([e82bbd4](https://github.com/equinor/dm-core-packages/commit/e82bbd48249e1d205383b2818f576656b80c6ebe))
* **form:** handle uncontained and mandatory object ([f8ae0eb](https://github.com/equinor/dm-core-packages/commit/f8ae0eb41d8d680aaff1ead4df38a595ead5a1e1))
* **form:** show remove button even if onOpen exist ([49c958a](https://github.com/equinor/dm-core-packages/commit/49c958a5ddf81097d003f8e1972835ec19f9c7e1))
* **form:** update db when pressing Remove button ([45b152d](https://github.com/equinor/dm-core-packages/commit/45b152d61faafcbf1f2a1dc608887584d06c8d22))
* **form:** use documentAdd instead of Update ([#433](https://github.com/equinor/dm-core-packages/issues/433)) ([55e8c62](https://github.com/equinor/dm-core-packages/commit/55e8c62f57eda491eeedd87918d00cf5b9b7c235))
* **form:** use recipe when opening in tab ([765630f](https://github.com/equinor/dm-core-packages/commit/765630f177a505e3b2e2c184cd47832f51e48aad))
* modeling errors in documents ([ec05bbf](https://github.com/equinor/dm-core-packages/commit/ec05bbf802fcfa21e5072b8cd710ede9ed208df3))
* modeling issues ([4897a1d](https://github.com/equinor/dm-core-packages/commit/4897a1d2dad52dfa0efc5bd22871654c1a5c2134))
* raise error on missing uiPluginContext ([308598c](https://github.com/equinor/dm-core-packages/commit/308598cbb0736138c8e47d4559c1d252d8e067c7))
* remove pluginName from TPlugin type ([45ac86b](https://github.com/equinor/dm-core-packages/commit/45ac86be4490bbb118e659cd3b43086aaf803309))
* set wait for timeout after submit form ([9747bc3](https://github.com/equinor/dm-core-packages/commit/9747bc38d5e57aa679d425f6a0e3d584f5988063))
* types in packages.json for MySignalApp ([cc1cdfc](https://github.com/equinor/dm-core-packages/commit/cc1cdfc13d424685a99e6236288c61de836a1656))


### Dependencies

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

## [1.2.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.1.2...dm-core-plugins-v1.2.0) (2023-07-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.2.0",
"version": "1.3.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.2.0",
"@development-framework/dm-core": "^1.3.0",
"@equinor/eds-core-react": "^0.32.4",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.3.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.2.0...dm-core-v1.3.0) (2023-08-24)


### Features

* add option to select attribute in entity picker ([d010261](https://github.com/equinor/dm-core-packages/commit/d010261c95af7dff3ecf2a1fc1afce17c8e19fff))
* run azure container jobs in signal app ([2293577](https://github.com/equinor/dm-core-packages/commit/229357722942996bb904ebb8d10ddf7dde83f464))


### Bug Fixes

* added pagination button title ([215522c](https://github.com/equinor/dm-core-packages/commit/215522cfabcdf9a333833b5b9bce72a76fb687fe))
* do not add primitive types as separate nodes in tree ([aa1827b](https://github.com/equinor/dm-core-packages/commit/aa1827b9fef3a26345e88f8e34f883f15b68bc47))
* export plugins by default ([e82bbd4](https://github.com/equinor/dm-core-packages/commit/e82bbd48249e1d205383b2818f576656b80c6ebe))
* raise error on missing uiPluginContext ([308598c](https://github.com/equinor/dm-core-packages/commit/308598cbb0736138c8e47d4559c1d252d8e067c7))
* remove pluginName from TPlugin type ([45ac86b](https://github.com/equinor/dm-core-packages/commit/45ac86be4490bbb118e659cd3b43086aaf803309))
* removing notificationmanager and replacing with toast ([08155c4](https://github.com/equinor/dm-core-packages/commit/08155c400dd522483ad82d30346cdbb6b9dfc87f))
* set wait for timeout after submit form ([9747bc3](https://github.com/equinor/dm-core-packages/commit/9747bc38d5e57aa679d425f6a0e3d584f5988063))
* update docs in subcomponents of JobPlugin ([99324f6](https://github.com/equinor/dm-core-packages/commit/99324f69ca17238344ae6c7c8a43c064f0a58e3c))
* use correct address when returning link reference from EntityPickerButton ([0030b52](https://github.com/equinor/dm-core-packages/commit/0030b520ceed700b60e576bf4bb239c1b59b14a7))

## [1.2.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.2...dm-core-v1.2.0) (2023-07-10)


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

0 comments on commit 7f87fdb

Please sign in to comment.