Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Jul 15, 2022
1 parent 5a70d91 commit 190e1a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

## v3.0.0 (2022-07-15)

#### :boom: Breaking Change
* [#39](https://github.com/Gavant/gavant-ember-table/pull/39) Addon v2 ([@bakerac4](https://github.com/bakerac4))

#### Committers: 1
- Adam Baker ([@bakerac4](https://github.com/bakerac4))

#### [v2.0.3](https://github.com/Gavant/gavant-ember-table/compare/v2.0.2...v2.0.3)

- Bump node-fetch from 2.6.1 to 2.6.7 [`#32`](https://github.com/Gavant/gavant-ember-table/pull/32)
Expand Down
2 changes: 1 addition & 1 deletion ember-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-table",
"version": "2.0.3",
"version": "3.0.0",
"description": "Data tables built using ember-table",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.3",
"version": "3.0.0",
"private": true,
"repository": "https://github.com/Gavant/gavant-ember-table",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "2.0.3",
"version": "3.0.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand All @@ -23,7 +23,7 @@
"test:ember": "ember test"
},
"dependencies": {
"@gavant/ember-table": "2.0.3"
"@gavant/ember-table": "3.0.0"
},
"devDependencies": {
"@embroider/macros": "1.5.0",
Expand Down

0 comments on commit 190e1a6

Please sign in to comment.