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