You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"solution": {
3
3
"ember-source-lens": {
4
4
"impact": "patch",
5
-
"oldVersion": "0.0.1",
6
-
"newVersion": "0.0.2",
5
+
"oldVersion": "0.0.2",
6
+
"newVersion": "0.0.3",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
@@ -14,5 +14,5 @@
14
14
"pkgJSONPath": "./package.json"
15
15
}
16
16
},
17
-
"description": "## Release (2025-12-04)\n\n* ember-source-lens 0.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#3](https://github.com/ember-tooling/ember-source-lens/pull/3) Importing from `#src` were not written by the build ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ember-source-lens",
3
-
"version": "0.0.2",
3
+
"version": "0.0.3",
4
4
"description": "Ember Source Lens is a developer tool that allows you to click on rendered Ember components in the browser and jump directly to their source code in your editor.",
0 commit comments