Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jan 12, 2024
1 parent ac1e889 commit 0a49385
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

## v3.1.1 (2024-01-12)

#### :bug: Bug Fix
* [#527](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/527) fix: update peerDeps to include ember-source v5 ([@aklkv](https://github.com/aklkv))
* [#526](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/526) fix: make sure renderers are settled before tearing down the context ([@aklkv](https://github.com/aklkv))

#### Committers: 1
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))

## v3.1.0 (2023-05-12)

## v3.1.0-beta.1 (2023-05-11)
Expand Down
2 changes: 1 addition & 1 deletion ember-launch-darkly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-launch-darkly",
"version": "3.1.0",
"version": "3.1.1",
"description": "A modern Ember addon to wrap the Launch Darkly service",
"keywords": [
"ember-addon"
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-launch-darkly",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"workspaces": [
"ember-launch-darkly",
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": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-launch-darkly": "3.0.0",
"ember-launch-darkly": "3.1.1",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^7.0.0",
Expand Down

0 comments on commit 0a49385

Please sign in to comment.