@adland/embed 0.1.1 → 0.1.3

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,39 @@
1
1
  # @adland/embed
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b665a59]
8
+ - Updated dependencies [470f488]
9
+ - Updated dependencies [fdd9fcd]
10
+ - Updated dependencies [113b726]
11
+ - Updated dependencies [e5764db]
12
+ - Updated dependencies [fdd9fcd]
13
+ - @adland/react@0.19.0
14
+ - @adland/data@0.17.0
15
+
16
+ ## 0.1.2
17
+
18
+ ### Patch Changes
19
+
20
+ - b322df0: Point unsold-slot links at the 0xSlots app's new home.
21
+
22
+ The app moved off `app.0xslots.org` onto a path on the apex domain, so the
23
+ default base link is now `https://0xslots.org/app` and an empty slot opens
24
+ `https://0xslots.org/app/slots/<address>?chain=<id>`.
25
+
26
+ This only changes the default. Anything already passing `baseLinkUrl` (the prop,
27
+ the provider, or the `base-link-url` attribute on `<adland-slot>`) is untouched —
28
+ but a publisher who pinned it to the old subdomain should update, since those
29
+ links break when that host stops resolving.
30
+
31
+ `@adland/react` also exports `DEFAULT_BASE_LINK_URL`, so the value can be
32
+ referenced rather than copied.
33
+
34
+ - Updated dependencies [b322df0]
35
+ - @adland/react@0.18.2
36
+
3
37
  ## 0.1.1
4
38
 
5
39
  ### Patch Changes