Skip to content

Commit

Permalink
chore: release main (#988)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 15, 2023
1 parent 3dc8c98 commit effea27
Show file tree
Hide file tree
Showing 5 changed files with 38 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.27.0",
"packages/dm-core-plugins": "1.33.0"
"packages/dm-core": "1.28.0",
"packages/dm-core-plugins": "1.34.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 @@ -36,6 +36,26 @@
* dependencies
* @development-framework/dm-core bumped from ^1.25.0 to ^1.26.0

## [1.34.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.33.0...dm-core-plugins-v1.34.0) (2023-12-15)


### Features

* data grid ([3dc8c98](https://github.com/equinor/dm-core-packages/commit/3dc8c98529898ccf68db004af331721a3e4b63c0))
* multiple templates ([8499ca9](https://github.com/equinor/dm-core-packages/commit/8499ca9825e83c95758dd99adb5fa1af1041d254))


### Bug Fixes

* replace name which is empty string with attribute + index ([a8c7d40](https://github.com/equinor/dm-core-packages/commit/a8c7d40c8823fca1b072c779461d3517b353b478))


### Dependencies

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

## [1.33.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.32.0...dm-core-plugins-v1.33.0) (2023-12-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.33.0",
"version": "1.34.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.27.0",
"@development-framework/dm-core": "^1.28.0",
"@equinor/eds-core-react": "^0.33.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.28.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.27.0...dm-core-v1.28.0) (2023-12-15)


### Features

* data grid ([3dc8c98](https://github.com/equinor/dm-core-packages/commit/3dc8c98529898ccf68db004af331721a3e4b63c0))
* multiple templates ([8499ca9](https://github.com/equinor/dm-core-packages/commit/8499ca9825e83c95758dd99adb5fa1af1041d254))


### Bug Fixes

* replace name which is empty string with attribute + index ([a8c7d40](https://github.com/equinor/dm-core-packages/commit/a8c7d40c8823fca1b072c779461d3517b353b478))

## [1.27.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.26.1...dm-core-v1.27.0) (2023-12-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.27.0",
"version": "1.28.0",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.2.20",
Expand Down

0 comments on commit effea27

Please sign in to comment.