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 8, 2024
1 parent ee71521 commit 242e93f
Show file tree
Hide file tree
Showing 5 changed files with 57 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.39.3",
"packages/dm-core-plugins": "1.45.2"
"packages/dm-core": "1.39.4",
"packages/dm-core-plugins": "1.46.0"
}
26 changes: 26 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,32 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.46.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.45.2...dm-core-plugins-v1.46.0) (2024-02-08)


### Features

* support create primitive arrays based on dimensions in form ([ebf1b31](https://github.com/equinor/dm-core-packages/commit/ebf1b3130b1527e26d84b3fbba2e2af6fc57c6db))


### Bug Fixes

* job control had a huge scroll bar ([ee71521](https://github.com/equinor/dm-core-packages/commit/ee715216341fccb6183d98b581c2e19568a9064b))
* list scroll when it should not ([ae5fc34](https://github.com/equinor/dm-core-packages/commit/ae5fc34e07b9e95fd4a57eca41fe314934b3e5fd))
* okdsfd ([448ecbf](https://github.com/equinor/dm-core-packages/commit/448ecbf5637c69459ac422440bb190b5691e7588))
* skeleton custom component and padding issues ([448ecbf](https://github.com/equinor/dm-core-packages/commit/448ecbf5637c69459ac422440bb190b5691e7588))
* **table-list-width:** config ([a8a27f6](https://github.com/equinor/dm-core-packages/commit/a8a27f6810ee64b70f0483cf65bca1212c37b9c6))
* test doesn't have default empty array as value ([1dcba36](https://github.com/equinor/dm-core-packages/commit/1dcba3666f911ab0baeb900540e652f3b3bf6b3f))
* work in progress ([6d0b9d2](https://github.com/equinor/dm-core-packages/commit/6d0b9d292f2c1f83e5a4583086c4940ed37a9fb2))
* work in progress ([a9464a9](https://github.com/equinor/dm-core-packages/commit/a9464a940609cfa7c53b315bf4175036dfb032e4))


### Dependencies

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

## [1.45.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.45.0...dm-core-plugins-v1.45.1) (2024-02-02)


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

## [1.39.4](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.39.3...dm-core-v1.39.4) (2024-02-08)


### Bug Fixes

* actually fix horisontal sroll on table ([605c638](https://github.com/equinor/dm-core-packages/commit/605c63853abbc54a9ba0ddd1fe7554d82aee7754))
* adding skeletons to table ([17c634f](https://github.com/equinor/dm-core-packages/commit/17c634fdec05c42e54beaf038dfce7de14e85e23))
* correct cells based on enabled functionality + pagination styling ([830c4be](https://github.com/equinor/dm-core-packages/commit/830c4be4687011e6f59bc535ce7b670eed5328ea))
* datepicker calendar ([2062133](https://github.com/equinor/dm-core-packages/commit/206213322a2eb979d73b6da7a663150cce3ca907))
* okdsfd ([448ecbf](https://github.com/equinor/dm-core-packages/commit/448ecbf5637c69459ac422440bb190b5691e7588))
* popovers always on top ([44ed0f5](https://github.com/equinor/dm-core-packages/commit/44ed0f502ff3d9390a2a6e76afaecb12793bf93d))
* remove config options ([4432060](https://github.com/equinor/dm-core-packages/commit/44320603d36d6b287d59a4a1bdd8a8c72f9b28ac))
* scroll bar always there pagination bug ([98482eb](https://github.com/equinor/dm-core-packages/commit/98482ebee8bf9ae7f2b7535427b8f8dcdc6321f1))
* skeleton custom component and padding issues ([448ecbf](https://github.com/equinor/dm-core-packages/commit/448ecbf5637c69459ac422440bb190b5691e7588))
* table expand bug ([a524237](https://github.com/equinor/dm-core-packages/commit/a524237ac2bb5f52574c0404b2cc14098ec40b8e))
* table spans 100% of width ([efd222a](https://github.com/equinor/dm-core-packages/commit/efd222a796b8f4ed0a1f5b22e7af98d3f0b7017c))
* table-horitontal-scroll ([63ed68c](https://github.com/equinor/dm-core-packages/commit/63ed68c703ee8ff26bb5fef4982d3921fd6b1991))
* **table-list-width:** config ([a8a27f6](https://github.com/equinor/dm-core-packages/commit/a8a27f6810ee64b70f0483cf65bca1212c37b9c6))
* work in progress ([6d0b9d2](https://github.com/equinor/dm-core-packages/commit/6d0b9d292f2c1f83e5a4583086c4940ed37a9fb2))
* work in progress ([a9464a9](https://github.com/equinor/dm-core-packages/commit/a9464a940609cfa7c53b315bf4175036dfb032e4))


### Code Refactoring

* better variable naming ([366e5b3](https://github.com/equinor/dm-core-packages/commit/366e5b33ef3bcc028f5d8231d833dde051d0635a))

## [1.39.3](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.39.2...dm-core-v1.39.3) (2024-02-02)


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

0 comments on commit 242e93f

Please sign in to comment.