@decidables/decidables-elements 0.4.1 → 0.4.2

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.2](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.1...@decidables/decidables-elements@0.4.2) (2023-12-28)
7
+
8
+ **Note:** Version bump only for package @decidables/decidables-elements
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.4.1](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.0...@decidables/decidables-elements@0.4.1) (2023-11-30)
7
15
 
8
16
  **Note:** Version bump only for package @decidables/decidables-elements
package/README.md CHANGED
@@ -305,6 +305,7 @@ And `this.stuff` will be a `Set` with members: `'this'`, `'that'`, and `'other'`
305
305
  - `gulpfile.js` (Tasks for *gulp*)
306
306
  - `package.json` (Package config for *yarn* and *npm*)
307
307
  - `README.md` (This file)
308
+ - `rollup-stats.html` (Report on js bundle composition and size) **\[autogenerated\]**
308
309
 
309
310
  ## [License](https://github.com/decidables/decidables/blob/main/LICENSE.md)
310
311
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decidables/decidables-elements",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "decidables-elements: Basic UI Web Components for the decidables project",
5
5
  "keywords": [
6
6
  "web component",
@@ -51,5 +51,5 @@
51
51
  "d3": "^7.8.5",
52
52
  "lit": "^3.1.0"
53
53
  },
54
- "gitHead": "84c6fb7df16db2086e9f20496f873e67e05c56b4"
54
+ "gitHead": "3e0d0d6dd5720f50263f1f8bbc7f8d18d210d2ef"
55
55
  }