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 2ae3a03 commit 95785ea
Show file tree
Hide file tree
Showing 5 changed files with 27 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.4",
"packages/dm-core-plugins": "1.46.0"
"packages/dm-core": "1.39.5",
"packages/dm-core-plugins": "1.46.1"
}
14 changes: 14 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
* dependencies
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3

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


### Bug Fixes

* form crashing bug ([77118b7](https://github.com/equinor/dm-core-packages/commit/77118b7c3a8df8e8ba8b605c6286563cddf86f5e))


### Dependencies

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

## [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)


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

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


### Bug Fixes

* form crashing bug ([77118b7](https://github.com/equinor/dm-core-packages/commit/77118b7c3a8df8e8ba8b605c6286563cddf86f5e))
* skeleton rows also want keys ([61bfb64](https://github.com/equinor/dm-core-packages/commit/61bfb648cb0c64219e85609e02070c739a03dc1a))

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


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

0 comments on commit 95785ea

Please sign in to comment.