@adland/embed 0.1.2 → 0.2.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,43 @@
1
1
  # @adland/embed
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 28d6717: Require `@0xslots/sdk` 0.27.
8
+
9
+ `@adland/react` raises its peer floor from `>=0.26.0` to `>=0.27.0`, and
10
+ `@adland/embed` takes `^0.27.0` as a direct dependency. A raised peer floor is
11
+ something a consumer has to act on rather than absorb — anyone still on 0.26
12
+ gets an unsatisfied peer the moment they take this release — which is why this
13
+ is minor rather than patch.
14
+
15
+ The bump was already in the repository without a changeset, so the published
16
+ packages carried the old constraints while the source carried the new ones.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [f8354d4]
21
+ - Updated dependencies [28d6717]
22
+ - Updated dependencies [ca7e9e6]
23
+ - Updated dependencies [f8354d4]
24
+ - Updated dependencies [d9ba16b]
25
+ - @adland/react@0.20.0
26
+ - @adland/data@0.18.0
27
+
28
+ ## 0.1.3
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [b665a59]
33
+ - Updated dependencies [470f488]
34
+ - Updated dependencies [fdd9fcd]
35
+ - Updated dependencies [113b726]
36
+ - Updated dependencies [e5764db]
37
+ - Updated dependencies [fdd9fcd]
38
+ - @adland/react@0.19.0
39
+ - @adland/data@0.17.0
40
+
3
41
  ## 0.1.2
4
42
 
5
43
  ### Patch Changes