@primer-io/primer-js 0.14.1 → 1.0.0

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
@@ -1,5 +1,26 @@
1
1
  # @primer-io/primer-js
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 586ab8b: change public API - refactor events
8
+
9
+ ### Patch Changes
10
+
11
+ - 0cab566: feat: expose payment selection events
12
+ - 411547b: fix: add missing event types
13
+
14
+ ## 0.15.0
15
+
16
+ ### Minor Changes
17
+
18
+ - dd840dc: feat: add onBinDataAvailable callback and use new endpoint
19
+
20
+ ### Patch Changes
21
+
22
+ - dd840dc: feat: new bin-data endpoint and events
23
+
3
24
  ## 0.14.1
4
25
 
5
26
  ### Patch Changes