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 eoaksnes committed Jun 30, 2023
1 parent 94247ff commit 5dd3646
Show file tree
Hide file tree
Showing 5 changed files with 25 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.1","packages/dm-core-plugins":"1.1.1"}
{"packages/dm-core":"1.1.2","packages/dm-core-plugins":"1.1.2"}
14 changes: 14 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.1.0 to ^1.1.1

## [1.1.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.1.1...dm-core-plugins-v1.1.2) (2023-06-30)


### Bug Fixes

* use new dmss API in dm-core and dm-core-packages ([94247ff](https://github.com/equinor/dm-core-packages/commit/94247fff84533f29733cf0c3677b54a1360f6658))


### Dependencies

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

## 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.1",
"version": "1.1.2",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.1.1",
"@development-framework/dm-core": "^1.1.2",
"@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.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.1...dm-core-v1.1.2) (2023-06-30)


### Bug Fixes

* use new dmss API in dm-core and dm-core-packages ([94247ff](https://github.com/equinor/dm-core-packages/commit/94247fff84533f29733cf0c3677b54a1360f6658))

## [1.1.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.1.0...dm-core-v1.1.1) (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.1",
"version": "1.1.2",
"license": "MIT",
"peerDependencies": {
"@types/react": "^17.0.39",
Expand Down

0 comments on commit 5dd3646

Please sign in to comment.