@servicetitan/anvil2-ext-common 0.5.0 → 0.5.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,14 @@
1
1
  # @servicetitan/anvil2-ext-common
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2424](https://github.com/servicetitan/hammer/pull/2424) [`7015549`](https://github.com/servicetitan/hammer/commit/7015549817ceaa7400eb32b7dff172e21d8ba673) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - No longer bundles a copy of `@servicetitan/anvil2`; it is now a peer dependency. This fixes anvil2 components (e.g. `ButtonToggle`/`FilterBar`) rendering with incorrect styling in apps that load both `@servicetitan/anvil2` and `@servicetitan/anvil2-ext-common`.
8
+
9
+ - Updated dependencies [[`e975960`](https://github.com/servicetitan/hammer/commit/e975960082858a46e7a49d01c4bb9628cb39ddb7), [`daaa703`](https://github.com/servicetitan/hammer/commit/daaa703508f434218151b09ec3e09c99e7f7ba2d), [`9eb595b`](https://github.com/servicetitan/hammer/commit/9eb595be23bd648c339b58a331f3b60d4a0d7f15), [`e536233`](https://github.com/servicetitan/hammer/commit/e53623374fc9300964e1c758d48a7bf4d1d5f5fa), [`9eb595b`](https://github.com/servicetitan/hammer/commit/9eb595be23bd648c339b58a331f3b60d4a0d7f15)]:
10
+ - @servicetitan/anvil2@3.3.0
11
+
3
12
  ## 0.5.0
4
13
 
5
14
  ### Minor Changes