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 Feb 23, 2024
1 parent 61d8d4b commit 444011f
Show file tree
Hide file tree
Showing 5 changed files with 37 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.40.1",
"packages/dm-core-plugins": "1.47.1"
"packages/dm-core": "1.41.0",
"packages/dm-core-plugins": "1.48.0"
}
20 changes: 20 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.48.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.47.1...dm-core-plugins-v1.48.0) (2024-02-23)


### Features

* allow revert table changes in edit mode ([61d8d4b](https://github.com/equinor/dm-core-packages/commit/61d8d4b7e2b5659da2e176b46670dcd30e3b895f))


### Bug Fixes

* **job:** a few minor bugs in scheduler ui ([dbde777](https://github.com/equinor/dm-core-packages/commit/dbde777e16a594156aa75d7669c7452ae5e5bba1))
* **job:** replace eds autocomplete with the new NativeSelect ([fc1928a](https://github.com/equinor/dm-core-packages/commit/fc1928a73be66b105245d462b0e1b32873885fd9))


### Dependencies

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

## [1.47.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.47.0...dm-core-plugins-v1.47.1) (2024-02-19)


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

## [1.41.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.40.1...dm-core-v1.41.0) (2024-02-23)


### Features

* allow revert table changes in edit mode ([61d8d4b](https://github.com/equinor/dm-core-packages/commit/61d8d4b7e2b5659da2e176b46670dcd30e3b895f))


### Bug Fixes

* **job:** a few minor bugs in scheduler ui ([dbde777](https://github.com/equinor/dm-core-packages/commit/dbde777e16a594156aa75d7669c7452ae5e5bba1))

## [1.40.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.40.0...dm-core-v1.40.1) (2024-02-19)


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

0 comments on commit 444011f

Please sign in to comment.