@washingtonpost/subs-de-inputs 0.2.1-canary.4 → 0.2.1

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ **[0.2.1 - 2024-05-02]**:
7
+ * Revert "ESM build only"
8
+ * `ingest()` function throws error if `submitData.value` is not an array (required by BE)
9
+
10
+ **[0.2.0 - 2024-05-01]**:
11
+ * Adds `ingest()` function
12
+ * ESM build only
13
+ * Babel config to target recent browsers only
14
+
15
+ **[0.1.1 - 2024-04-30]**:
16
+ * Fix build by removing unused file
17
+
18
+ **[0.1.0 - 2024-04-25]**:
19
+ * Add initial `<DESelect />` component
20
+
21
+ **[0.0.2 - 2024-04-24]**:
22
+ * Fix build error
23
+
24
+ **[0.0.1 - 2024-04-09]**:
25
+ * Initial setup
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.1-canary.4",
2
+ "version": "0.2.1",
3
3
  "license": "UNLICENSED",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",