Skip to content

Commit ec0233b

Browse files
authored
Release/12.0.0 alpha.0 (#292)
* (release): 12.0.0-alpha.0 * Release fixing version * Updating lock files
1 parent 5967709 commit ec0233b

4 files changed

Lines changed: 781 additions & 945 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## HEAD (Unreleased)
44

5-
## 12.0.0-alpha.0 (2026-04-30)
5+
## 12.0.0-alpha.0 (2026-05-05)
66

77
- Added support for Angular 21
88
- Replaced docSpa with storybook

package-lock.json

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

projects/swimlane/ngx-dnd/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swimlane/ngx-dnd",
33
"description": "Drag and Drop for Angular2 and beyond!",
4-
"version": "11.0.0",
4+
"version": "12.0.0-alpha.0",
55
"peerDependencies": {
66
"@angular/common": "19.x || 20.x || 21.x",
77
"@angular/core": "19.x || 20.x || 21.x"
@@ -21,6 +21,9 @@
2121
"url": "https://github.com/swimlane/ngx-dnd/issues"
2222
},
2323
"homepage": "https://github.com/swimlane/ngx-dnd#readme",
24+
"publishConfig": {
25+
"registry": "https://registry.npmjs.org/"
26+
},
2427
"dependencies": {
2528
"@swimlane/dragula": "^3.8.0",
2629
"@types/dragula": "^2.1.34",

0 commit comments

Comments
 (0)