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 soofstad committed Jan 31, 2024
1 parent 5cdb9f6 commit 41b350b
Show file tree
Hide file tree
Showing 5 changed files with 36 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.38.0",
"packages/dm-core-plugins": "1.43.0"
"packages/dm-core": "1.39.0",
"packages/dm-core-plugins": "1.44.0"
}
14 changes: 14 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.36.1 to ^1.36.2

## [1.44.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.43.0...dm-core-plugins-v1.44.0) (2024-01-31)


### Features

* **table:** support for datetime dataTypes ([a0b26e0](https://github.com/equinor/dm-core-packages/commit/a0b26e0fec60acec7839a09745cce9145369c9b5))


### Dependencies

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

## [1.43.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.42.10...dm-core-plugins-v1.43.0) (2024-01-30)


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

## [1.39.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.38.0...dm-core-v1.39.0) (2024-01-31)


### Features

* **table:** support for datetime dataTypes ([a0b26e0](https://github.com/equinor/dm-core-packages/commit/a0b26e0fec60acec7839a09745cce9145369c9b5))


### Bug Fixes

* **datepicker:** popover is now a portal on body. Always visible ([5cdb9f6](https://github.com/equinor/dm-core-packages/commit/5cdb9f655b8e357b7997946efa2bba3126621fd2))


### Tests

* fix bad calendar test ([608377d](https://github.com/equinor/dm-core-packages/commit/608377dfba1a4a8666a83fc74e5c6f5ae58326ff))

## [1.38.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.37.0...dm-core-v1.38.0) (2024-01-30)


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

0 comments on commit 41b350b

Please sign in to comment.