@primer-io/primer-js 0.3.6 → 0.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.
- package/CHANGELOG.md +13 -0
- package/dist/custom-elements.json +1328 -908
- package/dist/jsx/index.d.ts +15 -1
- package/dist/primer-loader.d.ts +192 -7
- package/dist/primer-loader.js +12 -9
- package/dist/vscode.html-custom-data.json +1 -1
- package/dist/web-types.json +23 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 0.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 84fd1a8: fix(core): use analytics url based on client token
|
|
8
|
+
- 01233c9: useBuiltIn boolean
|
|
9
|
+
|
|
10
|
+
## 0.3.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 16cd6cb: error standardization
|
|
15
|
+
|
|
3
16
|
## 0.3.6
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|