ng-hub-ui-board 19.3.7 → 19.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [19.3.8] - 2026-01-16
9
+
10
+ ### Fixed
11
+
12
+ - Ensured correct publication of compiled artifacts by refining the release process.
13
+ - Reverted `exports` configuration to maintain consistency with other libraries.
14
+
8
15
  ## [19.3.7] - 2026-01-16
9
16
 
10
17
  ### Fixed
package/package.json CHANGED
@@ -1,23 +1,10 @@
1
1
  {
2
2
  "name": "ng-hub-ui-board",
3
- "version": "19.3.7",
3
+ "version": "19.3.8",
4
4
  "description": "An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.",
5
5
  "main": "bundles/ng-hub-ui-board.umd.js",
6
6
  "module": "fesm2022/ng-hub-ui-board.mjs",
7
7
  "typings": "index.d.ts",
8
- "exports": {
9
- "./package.json": {
10
- "default": "./package.json"
11
- },
12
- ".": {
13
- "types": "./index.d.ts",
14
- "default": "./bundles/ng-hub-ui-board.umd.js"
15
- },
16
- "./styles/*": {
17
- "sass": "./src/lib/styles/*",
18
- "default": "./src/lib/styles/*"
19
- }
20
- },
21
8
  "peerDependencies": {
22
9
  "@angular/common": ">=18.0.0",
23
10
  "@angular/core": ">=18.0.0",