Skip to content

Commit

Permalink
Release 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 17, 2023
1 parent a4ac1ed commit b48af12
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b48af12

Please sign in to comment.