Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 11, 2022
1 parent 41b3adf commit 4050fe3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@

## v1.0.0 (2022-02-11)

#### :boom: Breaking Change
* `test-app`, `tracked-redux`
* [#120](https://github.com/simonihmig/tracked-redux/pull/120) Convert to v2 Ember addon, drop support for Ember < 3.24 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* `tracked-redux`
* [#121](https://github.com/simonihmig/tracked-redux/pull/121) Use ember-tracked-storage-polyfill ([@simonihmig](https://github.com/simonihmig))
* `test-app`, `tracked-redux`
* [#120](https://github.com/simonihmig/tracked-redux/pull/120) Convert to v2 Ember addon, drop support for Ember < 3.24 ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#122](https://github.com/simonihmig/tracked-redux/pull/122) Setup release-it ([@simonihmig](https://github.com/simonihmig))
* [#114](https://github.com/simonihmig/tracked-redux/pull/114) Migrate proxy.js to TS, use strict types ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v0.1.1 (2021-03-04)

#### :bug: Bug Fix
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": "0.0.0",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/simonihmig/tracked-redux.git",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -63,7 +63,7 @@
"prettier": "^2.5.1",
"qunit": "^2.17.2",
"qunit-dom": "^2.0.0",
"tracked-redux": "^0.0.0",
"tracked-redux": "^1.0.0",
"webpack": "^5.65.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tracked-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracked-redux",
"version": "0.0.0",
"version": "1.0.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 4050fe3

Please sign in to comment.