Skip to content

Commit

Permalink
Release 4.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steef Janssen committed Jul 17, 2024
1 parent a547a07 commit 50d4e65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

## v4.0.0-0 (2024-07-17)

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

#### :bug: Bug Fix
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.1",
"version": "4.0.0-0",
"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.1",
"version": "4.0.0-0",
"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.1",
"version": "4.0.0-0",
"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.1.1",
"ember-launch-darkly": "4.0.0-0",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^7.0.0",
Expand Down

0 comments on commit 50d4e65

Please sign in to comment.