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 Mar 15, 2024
1 parent fa3616f commit e8f3cbe
Show file tree
Hide file tree
Showing 5 changed files with 52 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.43.1",
"packages/dm-core-plugins": "1.50.1"
"packages/dm-core": "1.43.2",
"packages/dm-core-plugins": "1.50.2"
}
27 changes: 27 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,33 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

## [1.50.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.1...dm-core-plugins-v1.50.2) (2024-03-15)


### Bug Fixes

* comile straight to dist folder ([fa3616f](https://github.com/equinor/dm-core-packages/commit/fa3616fe10129ea40d4ea3cb9242c8e3d9aa52b7))
* don't copy to dist until after build ([9668333](https://github.com/equinor/dm-core-packages/commit/966833346a062bd1550bb710cd7d6964f6151d32))
* job dialog misaligned when in flex ([7d667de](https://github.com/equinor/dm-core-packages/commit/7d667de7a058f768383fc6c7b5fa01e344d0a2b5))


### Miscellaneous Chores

* always use latest eds versions ([c5363b8](https://github.com/equinor/dm-core-packages/commit/c5363b8bac26f2b4a3548a94696af3ca7d957e52))
* bump node version ([d9a5039](https://github.com/equinor/dm-core-packages/commit/d9a50393ce0adfe30cf912bdb18a831df9728594))


### Code Refactoring

* tailwind build cleanup ([fc58075](https://github.com/equinor/dm-core-packages/commit/fc580752aa414352e7f1ba5265818ead1d42100e))


### Dependencies

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

## [1.50.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.50.0...dm-core-plugins-v1.50.1) (2024-03-15)


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

## [1.43.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.1...dm-core-v1.43.2) (2024-03-15)


### Bug Fixes

* comile straight to dist folder ([fa3616f](https://github.com/equinor/dm-core-packages/commit/fa3616fe10129ea40d4ea3cb9242c8e3d9aa52b7))
* don't copy to dist until after build ([9668333](https://github.com/equinor/dm-core-packages/commit/966833346a062bd1550bb710cd7d6964f6151d32))
* test separating build calls ([4aaac7d](https://github.com/equinor/dm-core-packages/commit/4aaac7d95e9bd7607e9d3287e578f528065b2250))


### Miscellaneous Chores

* always use latest eds versions ([c5363b8](https://github.com/equinor/dm-core-packages/commit/c5363b8bac26f2b4a3548a94696af3ca7d957e52))


### Code Refactoring

* remove dm-plugins styles from dm-core and only use tailwind ([46504b6](https://github.com/equinor/dm-core-packages/commit/46504b6e6611494be1c3c75e5b2c65076cc59b6f))
* tailwind build cleanup ([fc58075](https://github.com/equinor/dm-core-packages/commit/fc580752aa414352e7f1ba5265818ead1d42100e))

## [1.43.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.43.0...dm-core-v1.43.1) (2024-03-15)


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

0 comments on commit e8f3cbe

Please sign in to comment.