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 Sep 2, 2023
1 parent 1e13f8c commit 3e8d3c7
Show file tree
Hide file tree
Showing 5 changed files with 28 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.1",
"packages/dm-core-plugins": "1.3.1"
"packages/dm-core": "1.3.2",
"packages/dm-core-plugins": "1.3.2"
}
16 changes: 16 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
* dependencies
* @development-framework/dm-core bumped from ^1.3.0 to ^1.3.1

## [1.3.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.3.1...dm-core-plugins-v1.3.2) (2023-09-01)


### Bug Fixes

* **form:** add validation for integers ([4949e6c](https://github.com/equinor/dm-core-packages/commit/4949e6cd9ced13e7590b877cebd2e3aa09b127da)), closes [#466](https://github.com/equinor/dm-core-packages/issues/466)
* **form:** show helpertext on missing required ([07fe8de](https://github.com/equinor/dm-core-packages/commit/07fe8de871c569c1d7c8e84208d29ea081480a1e))
* **form:** use documentUpdate to update reference ([4d1cd95](https://github.com/equinor/dm-core-packages/commit/4d1cd95000fb1de26724953c01694bdb830e8364))


### Dependencies

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

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

## [1.3.2](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.3.1...dm-core-v1.3.2) (2023-09-01)


### Bug Fixes

* **job:** use check document existence endpoint to verify existence of job before updating, and add it if the job does not exist ([1e13f8c](https://github.com/equinor/dm-core-packages/commit/1e13f8cfdc6fc511b3fe4cccfefe0499ad0eb3ce))

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


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

0 comments on commit 3e8d3c7

Please sign in to comment.