Skip to content

Commit 7b33d52

Browse files
chore: release main
1 parent ca7799c commit 7b33d52

6 files changed

Lines changed: 34 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/dm-core": "1.46.6",
3-
"packages/dm-core-plugins": "1.60.2"
2+
"packages/dm-core": "1.46.7",
3+
"packages/dm-core-plugins": "1.60.3"
44
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dm-core-plugins/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@
6060
* dependencies
6161
* @development-framework/dm-core bumped from ^1.39.2 to ^1.39.3
6262

63+
## [1.60.3](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.60.2...dm-core-plugins-v1.60.3) (2026-07-21)
64+
65+
66+
### Miscellaneous Chores
67+
68+
* **deps-dev:** bump @types/node from 25.9.4 to 26.1.0 ([#1631](https://github.com/equinor/dm-core-packages/issues/1631)) ([079bae7](https://github.com/equinor/dm-core-packages/commit/079bae7acf417706597c0152ca519d9c4bcd1d51))
69+
* **deps-dev:** bump jest and @types/jest ([#1586](https://github.com/equinor/dm-core-packages/issues/1586)) ([6170d6a](https://github.com/equinor/dm-core-packages/commit/6170d6a95003f6ef5a210599942078f716d57564))
70+
* **deps-dev:** bump typescript from 5.9.3 to 6.0.3 ([#1557](https://github.com/equinor/dm-core-packages/issues/1557)) ([d402c28](https://github.com/equinor/dm-core-packages/commit/d402c28a36d972ba18d9fbbe66a38d226679c63e))
71+
* **deps:** bump the web group across 1 directory with 3 updates ([#1632](https://github.com/equinor/dm-core-packages/issues/1632)) ([0a0933f](https://github.com/equinor/dm-core-packages/commit/0a0933fa958d20b81cacd7bc7e3f10fe29ce4f88))
72+
73+
74+
### Dependencies
75+
76+
* The following workspace dependencies were updated
77+
* dependencies
78+
* @development-framework/dm-core bumped from ^1.46.6 to ^1.46.7
79+
6380
## [1.60.2](https://github.com/equinor/dm-core-packages/compare/dm-core-plugins-v1.60.1...dm-core-plugins-v1.60.2) (2026-07-01)
6481

6582

packages/dm-core-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@development-framework/dm-core-plugins",
33
"license": "MIT",
4-
"version": "1.60.2",
4+
"version": "1.60.3",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"@development-framework/dm-core": "^1.46.6",
7+
"@development-framework/dm-core": "^1.46.7",
88
"@dnd-kit/core": "^6.3.1",
99
"@dnd-kit/modifiers": "^9.0.0",
1010
"@dnd-kit/sortable": "^10.0.0",

packages/dm-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.46.7](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.46.6...dm-core-v1.46.7) (2026-07-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps-dev:** bump @types/node from 25.9.4 to 26.1.0 ([#1631](https://github.com/equinor/dm-core-packages/issues/1631)) ([079bae7](https://github.com/equinor/dm-core-packages/commit/079bae7acf417706597c0152ca519d9c4bcd1d51))
9+
* **deps-dev:** bump jest and @types/jest ([#1586](https://github.com/equinor/dm-core-packages/issues/1586)) ([6170d6a](https://github.com/equinor/dm-core-packages/commit/6170d6a95003f6ef5a210599942078f716d57564))
10+
* **deps-dev:** bump typescript from 5.9.3 to 6.0.3 ([#1557](https://github.com/equinor/dm-core-packages/issues/1557)) ([d402c28](https://github.com/equinor/dm-core-packages/commit/d402c28a36d972ba18d9fbbe66a38d226679c63e))
11+
312
## [1.46.6](https://github.com/equinor/dm-core-packages/compare/dm-core-v1.46.5...dm-core-v1.46.6) (2026-07-01)
413

514

packages/dm-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@development-framework/dm-core",
3-
"version": "1.46.6",
3+
"version": "1.46.7",
44
"license": "MIT",
55
"peerDependencies": {
66
"@types/react": "^19.2.17",

0 commit comments

Comments
 (0)