Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-source-lens": {
"impact": "patch",
"oldVersion": "0.0.6",
"newVersion": "0.0.7",
"oldVersion": "0.0.7",
"newVersion": "0.0.8",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-12-07)\n\n* ember-source-lens 0.0.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#17](https://github.com/ember-tooling/ember-source-lens/pull/17) Separate builds for ember components (esm), vite plugin (esm) and babel plugin (cjs) ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
"description": "## Release (2025-12-07)\n\n* ember-source-lens 0.0.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#18](https://github.com/ember-tooling/ember-source-lens/pull/18) Check for existing padding and add our padding to it ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2025-12-07)

* ember-source-lens 0.0.8 (patch)

#### :bug: Bug Fix
* `ember-source-lens`
* [#18](https://github.com/ember-tooling/ember-source-lens/pull/18) Check for existing padding and add our padding to it ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2025-12-07)

* ember-source-lens 0.0.7 (patch)

#### :bug: Bug Fix
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-source-lens",
"version": "0.0.7",
"version": "0.0.8",
"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.",
"keywords": [
"ember-addon"
Expand Down