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 eoaksnes committed Oct 2, 2023
1 parent 8510162 commit 5cadc26
Show file tree
Hide file tree
Showing 5 changed files with 37 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.3.4",
"packages/dm-core-plugins": "1.4.1"
"packages/dm-core": "1.4.0",
"packages/dm-core-plugins": "1.5.0"
}
19 changes: 19 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@
* dependencies
* @development-framework/dm-core bumped from ^1.3.0 to ^1.3.1

## [1.5.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.4.1...dm-core-plugins-v1.5.0) (2023-10-02)


### Features

* use Vite ([e70c2e8](https://github.com/equinor/dm-core-packages/commit/e70c2e82319ee5e8c29972faeaf0bd6ec4024a5f))


### Bug Fixes

* remove unsued import ([cc0d7b1](https://github.com/equinor/dm-core-packages/commit/cc0d7b15948014e87b750c63ffdad0c0e3eddcda))


### Dependencies

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

## [1.4.1](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.4.0...dm-core-plugins-v1.4.1) (2023-09-25)


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.4.1",
"version": "1.5.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.3.4",
"@development-framework/dm-core": "^1.4.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.4.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.4...dm-core-v1.4.0) (2023-10-02)


### Features

* **tree:** allow attribute paths as input ([#562](https://github.com/equinor/dm-core-packages/issues/562)) ([6a842e3](https://github.com/equinor/dm-core-packages/commit/6a842e3a276eec2683744b0b36af611cb4371cae)), closes [#534](https://github.com/equinor/dm-core-packages/issues/534)
* **tree:** make one init for everything ([#564](https://github.com/equinor/dm-core-packages/issues/564)) ([8510162](https://github.com/equinor/dm-core-packages/commit/851016217df16c2fd791f5279abfa55f4ae450aa))


### Bug Fixes

* don't allow switching table pages beyond what's available ([#553](https://github.com/equinor/dm-core-packages/issues/553)) ([e1f42bb](https://github.com/equinor/dm-core-packages/commit/e1f42bbde1a979964852e35a6a6a027cc9316924))

## [1.3.4](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.3...dm-core-v1.3.4) (2023-09-25)


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

0 comments on commit 5cadc26

Please sign in to comment.