diff --git a/.changeset/pre.json b/.changeset/pre.json index 79b40fc65..6dab35b20 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -40,17 +40,21 @@ "hip-ads-care", "hungry-cycles-approve", "hungry-needles-tap", + "itchy-cheetahs-press", "kind-hornets-attend", "kind-radios-smoke", "kind-waves-listen", "large-cows-raise", + "late-comics-lie", "lazy-forks-learn", + "lemon-bulldogs-agree", "mean-shrimps-poke", "mighty-teachers-grin", "modern-timers-search", "neat-cobras-stare", "new-guests-film", "nice-dragons-wait", + "nice-steaks-shop", "nine-berries-occur", "ninety-boxes-rest", "odd-eggs-love", @@ -71,6 +75,7 @@ "sharp-pumas-cough", "shy-sheep-help", "silent-needles-invite", + "silent-suns-marry", "silent-ties-play", "six-cougars-sell", "slow-buttons-visit", @@ -79,12 +84,14 @@ "soft-buses-switch", "sour-badgers-explain", "spicy-otters-clean", + "spicy-rockets-boil", "stale-panthers-draw", "strong-badgers-dress", "strong-worms-train", "tasty-dryers-begin", "tasty-pets-check", "thin-geese-begin", + "thin-parents-sneeze", "tiny-glasses-bake", "tiny-ties-promise", "tough-ears-buy", @@ -94,6 +101,7 @@ "unlucky-pans-pump", "unlucky-turkeys-sort", "warm-seals-peel", + "weak-cows-occur", "wicked-bats-fail", "wise-tables-bow", "yellow-cheetahs-hang", diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index eba87de21..d603cba08 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -1,5 +1,21 @@ # @ethlete/components +## 0.2.0-next.23 + +### Minor Changes + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`6723c82`](https://github.com/ethlete-io/ethdk/commit/6723c828fb765e43778e4f10ce66876f44ff56d4) Thanks [@renovate](https://github.com/apps/renovate)! - Text and password input components + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`b784e79`](https://github.com/ethlete-io/ethdk/commit/b784e79614bcbbd87bcc7b7a2398a9986913fb5f) Thanks [@renovate](https://github.com/apps/renovate)! - Radio and radio group components + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`381eaed`](https://github.com/ethlete-io/ethdk/commit/381eaed6b99c54cc84e4a3b36e70fcf5bcccf545) Thanks [@renovate](https://github.com/apps/renovate)! - Add slide toggle component and directive + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`abb3419`](https://github.com/ethlete-io/ethdk/commit/abb3419a865ebffd8b8de5010c4dc5895530dd3e) Thanks [@renovate](https://github.com/apps/renovate)! - Add form field component + +### Patch Changes + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`e0d718e`](https://github.com/ethlete-io/ethdk/commit/e0d718e33e4ab92b11b65d56b2d31ebe468f450c) Thanks [@renovate](https://github.com/apps/renovate)! - Fix checkbox control value accessor fn not getting called by checkbox group ctrl + ## 0.2.0-next.22 ### Minor Changes diff --git a/libs/components/package.json b/libs/components/package.json index df7d0257d..c8898a65b 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@ethlete/components", - "version": "0.2.0-next.22", + "version": "0.2.0-next.23", "exports": { ".": { "css": "./src/lib/styles/index.css" diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 4775c0046..c3554626c 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @ethlete/core +## 0.2.0-next.12 + +### Minor Changes + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`429709e`](https://github.com/ethlete-io/ethdk/commit/429709ef74d4728e2b7019a0bb7dd0dd94ff2c79) Thanks [@renovate](https://github.com/apps/renovate)! - Allow customizing the element ref for reactive bindings + +- [#303](https://github.com/ethlete-io/ethdk/pull/303) [`0c07f13`](https://github.com/ethlete-io/ethdk/commit/0c07f13d36fe4d79f63d0cbb72c77b94379ed2d6) Thanks [@renovate](https://github.com/apps/renovate)! - Support classes in reactive bindings + ## 0.2.0-next.11 ### Minor Changes diff --git a/libs/core/package.json b/libs/core/package.json index bdba7ee04..7c932e5a9 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@ethlete/core", - "version": "0.2.0-next.11", + "version": "0.2.0-next.12", "dependencies": { "tslib": "2.4.1" }, diff --git a/libs/query/CHANGELOG.md b/libs/query/CHANGELOG.md index 9344c4d12..91117ad1e 100644 --- a/libs/query/CHANGELOG.md +++ b/libs/query/CHANGELOG.md @@ -1,5 +1,11 @@ # @ethlete/query +## 0.1.0-next.14 + +### Patch Changes + +- [`ef05e84`](https://github.com/ethlete-io/ethdk/commit/ef05e84e96c97f7c2c8462246ca33b822f61381d) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix FormData query body getting parsed as json + ## 0.1.0-next.13 ### Minor Changes diff --git a/libs/query/package.json b/libs/query/package.json index 3e641d6a1..c4ce35fc0 100644 --- a/libs/query/package.json +++ b/libs/query/package.json @@ -1,6 +1,6 @@ { "name": "@ethlete/query", - "version": "0.1.0-next.13", + "version": "0.1.0-next.14", "dependencies": { "tslib": "^2.3.0" },