@basis-theory/web-elements 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,48 @@
1
+ ## [1.0.1] - 2025-01-24
2
+
3
+ ### Bug Fixes
4
+
5
+ - 2906857 2025-01-24 fix: ci script and bump version manually (#368) by kevin@basistheory.com
6
+
7
+ ## [1.1.1] - 2025-01-24
8
+
9
+ ### Chores
10
+
11
+ - Deploy web-elements package
12
+
13
+ ## [1.1.0] - 2025-01-23
14
+
15
+ ### Features
16
+
17
+ - 9b65521 2025-01-22 feat: port logging from btjs (#363) by kevin@basistheory.com
18
+ - 1e1e956 2025-01-21 feat: deploy web-elements to cdn and npm (#355) by kevin@basistheory.com
19
+ - f93ff0a 2025-01-16 feat: bump js sdk (#357) by lucas@basistheory.com
20
+ - 53424ce 2025-01-14 feat: avoid logger conflicts (#356) by lucas@basistheory.com
21
+ - f6a7f10 2025-01-14 feat: add useSameOriginApi prop (#354) by lucas@basistheory.com
22
+ - 836e648 2025-01-13 feat: logging overhaul (#349) by lucas@basistheory.com
23
+ - 96ed3bd 2025-01-09 feat: surface metadata in onblur event (#348) by kevin@basistheory.com
24
+ - d6f63e7 2024-12-23 feat: toggle telemetry (#345) by kevin@basistheory.com
25
+
26
+ ### Bug Fixes
27
+
28
+ - 57a6040 2025-01-23 fix: web-elements version generation (#367) by kevin@basistheory.com
29
+ - 31b4a10 2025-01-23 fix: adds gh token to prod workflow (#366) by kevin@basistheory.com
30
+ - b6276df 2025-01-23 fix: rename web-elements package (#365) by kevin@basistheory.com
31
+ - 7725c5f 2025-01-21 fix: deploy loader instead of client (#362) by kevin@basistheory.com
32
+ - 06808a4 2025-01-20 fix: add html extension for deployed hosted elements (#361) by lucas@basistheory.com
33
+ - c10758f 2025-01-17 fix: bump btjs to fix error interceptor (#359) by lucas@basistheory.com
34
+ - fc7cdca 2025-01-17 fix: add datadog http intake to csp (#358) by lucas@basistheory.com
35
+ - d97e813 2025-01-14 fix: prevent overriding log service value (#353) by lucas@basistheory.com
36
+ - 26e89dc 2025-01-13 fix: reverts versioning (#352) by kevin@basistheory.com
37
+ - 1a05850 2025-01-10 fix: version paths across elements client and hosted (#351) by kevin@basistheory.com
38
+ - 827e1b1 2025-01-10 ci: fix pathing (#350) by kevin@basistheory.com
39
+ - bcffe10 2025-01-09 fix: patch axios (#346) by kevin@basistheory.com
40
+ - 1a25ebe 2025-01-09 fix: patch express and body-parser (#347) by kevin@basistheory.com
41
+
42
+ ### Chores
43
+
44
+ - 955d7d4 2025-01-10 chore: deploy web-elements (#343) by kevin@basistheory.com
45
+
1
46
  ## [1.0.0] - 2025-01-23
2
47
 
3
48
  ### Initial Release
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/web-elements",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": "https://github.com/basis-theory/web-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/web-elements",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": "https://github.com/basis-theory/web-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {