@sensiblestats/widget-embed 0.5.0 → 0.6.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 +10 -0
- package/dist/embed.global.js +3 -2
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Show competition name on betting insight cards. This shipped to master in
|
|
8
|
+
`6d629e6b` but never reached npm because the version wasn't bumped, so the
|
|
9
|
+
release workflow's `--tolerate-republish` skipped every package. This changeset
|
|
10
|
+
bumps all three so the change actually publishes (widget-embed re-bundles
|
|
11
|
+
widget-react, so it must be republished too).
|
|
12
|
+
|
|
3
13
|
## 0.5.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|