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 ingeridhellen committed Sep 25, 2023
1 parent db873c7 commit 7d19408
Show file tree
Hide file tree
Showing 5 changed files with 29 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.3.3",
"packages/dm-core-plugins": "1.4.0"
"packages/dm-core": "1.3.4",
"packages/dm-core-plugins": "1.4.1"
}
15 changes: 15 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
* dependencies
* @development-framework/dm-core bumped from ^1.3.0 to ^1.3.1

## [1.4.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.4.0...dm-core-plugins-v1.4.1) (2023-09-25)


### Bug Fixes

* **form:** use indent on all non-primitives ([74ee2f6](https://github.com/equinor/dm-core-packages/commit/74ee2f62e1cc07eac58247b469c3d18d2c5763bc)), closes [#488](https://github.com/equinor/dm-core-packages/issues/488)
* **tree:** allow node wrappers to open/close node ([db873c7](https://github.com/equinor/dm-core-packages/commit/db873c7da90ecc7c7d4e85a38387c087e89d3db3)), closes [#534](https://github.com/equinor/dm-core-packages/issues/534)


### Dependencies

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

## [1.4.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.3.2...dm-core-plugins-v1.4.0) (2023-09-15)


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.4.0",
"version": "1.4.1",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.3.3",
"@development-framework/dm-core": "^1.3.4",
"@equinor/eds-core-react": "^0.32.4",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.4](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.3...dm-core-v1.3.4) (2023-09-25)


### Bug Fixes

* **tree:** add svg title ([7480921](https://github.com/equinor/dm-core-packages/commit/7480921a9403a4888a93c7e7da134d04a3c23661))
* **tree:** allow node wrappers to open/close node ([db873c7](https://github.com/equinor/dm-core-packages/commit/db873c7da90ecc7c7d4e85a38387c087e89d3db3)), closes [#534](https://github.com/equinor/dm-core-packages/issues/534)
* **tree:** switch html structure from div to ul ([6120fa9](https://github.com/equinor/dm-core-packages/commit/6120fa983400c3f7adf66d8f3b531f243b1d8fac)), closes [#534](https://github.com/equinor/dm-core-packages/issues/534)

## [1.3.3](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.2...dm-core-v1.3.3) (2023-09-15)


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

0 comments on commit 7d19408

Please sign in to comment.