Skip to content

Commit 073c1eb

Browse files
Prepare Release using 'release-plan' (#74)
Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
1 parent da12d8f commit 073c1eb

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

.release-plan.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"solution": {
3+
"ember-json-viewer": {
4+
"impact": "major",
5+
"oldVersion": "0.8.1",
6+
"newVersion": "1.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :bug: Bug Fix"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./addon/package.json"
22+
}
23+
},
24+
"description": "## Release (2025-01-14)\n\nember-json-viewer 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-json-viewer`, `docs-app`, `test-app`\n * [#63](https://github.com/Addepar/ember-json-viewer/pull/63) Embroider: Port to v2 format: fully convert to v2 native format ([@bantic](https://github.com/bantic))\n\n#### :bug: Bug Fix\n* `ember-json-viewer`, `test-app`\n * [#65](https://github.com/Addepar/ember-json-viewer/pull/65) [fix] bug where an extra comma is added after final object ([@bantic](https://github.com/bantic))\n\n#### :house: Internal\n* Other\n * [#73](https://github.com/Addepar/ember-json-viewer/pull/73) chore: use embroider/release-plan ([@bantic](https://github.com/bantic))\n* `ember-json-viewer`, `docs-app`, `test-app`\n * [#66](https://github.com/Addepar/ember-json-viewer/pull/66) chore: Upgrade from yarn classic (v1.22) to pnpm v10 ([@bantic](https://github.com/bantic))\n * [#62](https://github.com/Addepar/ember-json-viewer/pull/62) Embroider: Port to v2 format: part 2: separate docs-app ([@bantic](https://github.com/bantic))\n* `docs-app`, `test-app`\n * [#68](https://github.com/Addepar/ember-json-viewer/pull/68) tests-app: Include dropped lint rules, avoid linting .node_modules.ember-try ([@bantic](https://github.com/bantic))\n* `ember-json-viewer`, `test-app`\n * [#61](https://github.com/Addepar/ember-json-viewer/pull/61) Embroider: Port to v2 format: Part 1: separate test-app ([@bantic](https://github.com/bantic))\n\n#### Committers: 1\n- Cory Forsyth ([@bantic](https://github.com/bantic))\n"
25+
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## Release (2025-01-14)
4+
5+
ember-json-viewer 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-json-viewer`, `docs-app`, `test-app`
9+
* [#63](https://github.com/Addepar/ember-json-viewer/pull/63) Embroider: Port to v2 format: fully convert to v2 native format ([@bantic](https://github.com/bantic))
10+
11+
#### :bug: Bug Fix
12+
* `ember-json-viewer`, `test-app`
13+
* [#65](https://github.com/Addepar/ember-json-viewer/pull/65) [fix] bug where an extra comma is added after final object ([@bantic](https://github.com/bantic))
14+
15+
#### :house: Internal
16+
* Other
17+
* [#73](https://github.com/Addepar/ember-json-viewer/pull/73) chore: use embroider/release-plan ([@bantic](https://github.com/bantic))
18+
* `ember-json-viewer`, `docs-app`, `test-app`
19+
* [#66](https://github.com/Addepar/ember-json-viewer/pull/66) chore: Upgrade from yarn classic (v1.22) to pnpm v10 ([@bantic](https://github.com/bantic))
20+
* [#62](https://github.com/Addepar/ember-json-viewer/pull/62) Embroider: Port to v2 format: part 2: separate docs-app ([@bantic](https://github.com/bantic))
21+
* `docs-app`, `test-app`
22+
* [#68](https://github.com/Addepar/ember-json-viewer/pull/68) tests-app: Include dropped lint rules, avoid linting .node_modules.ember-try ([@bantic](https://github.com/bantic))
23+
* `ember-json-viewer`, `test-app`
24+
* [#61](https://github.com/Addepar/ember-json-viewer/pull/61) Embroider: Port to v2 format: Part 1: separate test-app ([@bantic](https://github.com/bantic))
25+
26+
#### Committers: 1
27+
- Cory Forsyth ([@bantic](https://github.com/bantic))
28+
329
## [0.8.1](https://github.com/Addepar/ember-json-viewer/compare/v0.7.0...v0.8.1) (2025-01-08)
430

531
# [0.7.0](https://github.com/Addepar/ember-json-viewer/compare/v0.6.3...v0.7.0) (2022-10-04)

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-json-viewer",
3-
"version": "0.8.1",
3+
"version": "1.0.0",
44
"description": "A JSON-viewer addon for Ember apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)