From b48af120fc944e086cdc0852d5b61a4679eab124 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 17 Jan 2023 09:38:49 -0500 Subject: [PATCH] Release 3.0.0-beta.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41aa4d1d..a2475ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ Changelog ========= + +## v3.0.0-beta.2 (2023-01-17) + +#### :boom: Breaking Change +* [#809](https://github.com/adopted-ember-addons/ember-light-table/pull/809) Convert positional params to named params ([@maxwondercorn](https://github.com/maxwondercorn)) +* [#807](https://github.com/adopted-ember-addons/ember-light-table/pull/807) Create local html-safe helper/remove ember-cli-string-helpers ([@maxwondercorn](https://github.com/maxwondercorn)) + +#### :bug: Bug Fix +* [#825](https://github.com/adopted-ember-addons/ember-light-table/pull/825) Fix: Add ...attributes to lt-body ([@IgnaceMaes](https://github.com/IgnaceMaes)) +* [#824](https://github.com/adopted-ember-addons/ember-light-table/pull/824) FIx deprecation for using this.attrs for arguments in template ([@vstefanovic97](https://github.com/vstefanovic97)) + +#### :house: Internal +* [#815](https://github.com/adopted-ember-addons/ember-light-table/pull/815) Update examples ([@rwwagner90](https://github.com/rwwagner90)) + +#### Committers: 4 +- Gregg Martell ([@maxwondercorn](https://github.com/maxwondercorn)) +- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes)) +- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) +- Vuk ([@vstefanovic97](https://github.com/vstefanovic97)) + ## v3.0.0-beta.1 (2022-07-21) #### :boom: Breaking Change diff --git a/package.json b/package.json index 71e24086..3af74e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "Lightweight, component based table", "keywords": [ "ember-addon",