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 Jun 29, 2023
1 parent 31defb9 commit b2dd000
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/dm-core":"1.1.0","packages/dm-core-plugins":"1.1.0"}
{"packages/dm-core":"1.1.1","packages/dm-core-plugins":"1.1.1"}
6 changes: 6 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

## 1.1.0 (2023-06-29)


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.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.1.0",
"@development-framework/dm-core": "^1.1.1",
"@equinor/eds-core-react": "^0.29.1",
"@equinor/eds-icons": "^0.18.0",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.0...dm-core-v1.1.1) (2023-06-29)


### Bug Fixes

* bug with opening lists in tree ([5a7a13b](https://github.com/equinor/dm-core-packages/commit/5a7a13b0bc91ca5e6099d6262df26237fc82ad98))

## 1.1.0 (2023-06-29)


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.1.0",
"version": "1.1.1",
"license": "MIT",
"peerDependencies": {
"react-router-dom": ">=5.1.2",
Expand Down

0 comments on commit b2dd000

Please sign in to comment.