Skip to content

Commit 7dbaf64

Browse files
Merge pull request #46 from adopted-ember-addons/release-preview
Prepare Release v1.0.0
2 parents 1ca876b + 3adb4db commit 7dbaf64

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.release-plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"solution": {
3+
"torii": {
4+
"impact": "major",
5+
"oldVersion": "1.0.0-beta.3",
6+
"newVersion": "1.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :memo: Documentation"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
20+
}
21+
],
22+
"pkgJSONPath": "./package.json"
23+
}
24+
},
25+
"description": "## Release (2025-08-07)\n\n* torii 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `torii`\n * [#42](https://github.com/adopted-ember-addons/torii/pull/42) Add a dependency on `@ember/string`, require ember-auto-import@v2 ([@jagthedrummer](https://github.com/jagthedrummer))\n * [#43](https://github.com/adopted-ember-addons/torii/pull/43) Update node to current LTS versions, dropping Node < 20 ([@jagthedrummer](https://github.com/jagthedrummer))\n * [#40](https://github.com/adopted-ember-addons/torii/pull/40) Update addon blueprint to 4.8 ([@Gaurav0](https://github.com/Gaurav0))\n\n#### :memo: Documentation\n* `torii`\n * [#41](https://github.com/adopted-ember-addons/torii/pull/41) Readme fixes ([@Gaurav0](https://github.com/Gaurav0))\n\n#### :house: Internal\n* `torii`\n * [#45](https://github.com/adopted-ember-addons/torii/pull/45) setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#44](https://github.com/adopted-ember-addons/torii/pull/44) Switch from yarn to pnpm@10 ([@jagthedrummer](https://github.com/jagthedrummer))\n\n#### Committers: 3\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n- Jeremy Green ([@jagthedrummer](https://github.com/jagthedrummer))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
26+
}

CHANGELOG.md

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

3+
## Release (2025-08-07)
4+
5+
* torii 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `torii`
9+
* [#42](https://github.com/adopted-ember-addons/torii/pull/42) Add a dependency on `@ember/string`, require ember-auto-import@v2 ([@jagthedrummer](https://github.com/jagthedrummer))
10+
* [#43](https://github.com/adopted-ember-addons/torii/pull/43) Update node to current LTS versions, dropping Node < 20 ([@jagthedrummer](https://github.com/jagthedrummer))
11+
* [#40](https://github.com/adopted-ember-addons/torii/pull/40) Update addon blueprint to 4.8 ([@Gaurav0](https://github.com/Gaurav0))
12+
13+
#### :memo: Documentation
14+
* `torii`
15+
* [#41](https://github.com/adopted-ember-addons/torii/pull/41) Readme fixes ([@Gaurav0](https://github.com/Gaurav0))
16+
17+
#### :house: Internal
18+
* `torii`
19+
* [#45](https://github.com/adopted-ember-addons/torii/pull/45) setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#44](https://github.com/adopted-ember-addons/torii/pull/44) Switch from yarn to pnpm@10 ([@jagthedrummer](https://github.com/jagthedrummer))
21+
22+
#### Committers: 3
23+
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
24+
- Jeremy Green ([@jagthedrummer](https://github.com/jagthedrummer))
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
327
# 1.0.0-beta.1
428

529
1.0.0 focuses on getting torii to work on Ember 3.24, Ember 4.0 and up.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "torii",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0",
44
"description": "A set of clean abstractions for authentication in Ember.js",
55
"keywords": [
66
"authentication",

0 commit comments

Comments
 (0)