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 Aug 29, 2023
1 parent 8f10d0c commit 5c953b4
Show file tree
Hide file tree
Showing 5 changed files with 21 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.0",
"packages/dm-core-plugins": "1.3.0"
"packages/dm-core": "1.3.1",
"packages/dm-core-plugins": "1.3.1"
}
6 changes: 6 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @development-framework/dm-core bumped from ^1.1.0 to ^1.1.1

### Dependencies

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

## [1.3.0](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.2.0...dm-core-plugins-v1.3.0) (2023-08-24)


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

## [1.3.1](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.0...dm-core-v1.3.1) (2023-08-29)


### Bug Fixes

* gen-job-api runs on port 5001 ([c076026](https://github.com/equinor/dm-core-packages/commit/c0760269d016f05b64fea427042b3d73af8fa300))
* initFromFolder in tree not working ([374e2c7](https://github.com/equinor/dm-core-packages/commit/374e2c752bade855dc881a56d281ae0d7068c422))
* ran genereate apis ([3083e7e](https://github.com/equinor/dm-core-packages/commit/3083e7e210dbcdc3f352cbeddbe9c354f2148363))
* rename accesscontrollist to fix double naming issue ([501873a](https://github.com/equinor/dm-core-packages/commit/501873a19181cd3afba9f7a223cf495535d928b1))

## [1.3.0](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.2.0...dm-core-v1.3.0) (2023-08-24)


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

0 comments on commit 5c953b4

Please sign in to comment.