Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #48

Merged
merged 1 commit into from
Jan 13, 2024
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
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"reactiveweb": {
"impact": "major",
"oldVersion": "0.1.1",
"newVersion": "1.0.0",
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
Expand All @@ -25,5 +21,5 @@
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2024-01-09)\n\nreactiveweb 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `reactiveweb`\n * [#42](https://github.com/universal-ember/reactiveweb/pull/42) Change the description of the npm package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#39](https://github.com/universal-ember/reactiveweb/pull/39) Copy alternate `modifier` and `service` implementations from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#36](https://github.com/universal-ember/reactiveweb/pull/36) Add `@link` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#34](https://github.com/universal-ember/reactiveweb/pull/34) Add sync ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#31](https://github.com/universal-ember/reactiveweb/pull/31) Add the helper from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`\n * [#35](https://github.com/universal-ember/reactiveweb/pull/35) Widen the ember-source peerDep to >= 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#43](https://github.com/universal-ember/reactiveweb/pull/43) Fix import paths in inline docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#33](https://github.com/universal-ember/reactiveweb/pull/33) Remove note from ember-resources in the helper jsdoc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#30](https://github.com/universal-ember/reactiveweb/pull/30) Fix typo in ember-concurrency docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`, `test-app`\n * [#32](https://github.com/universal-ember/reactiveweb/pull/32) Fix issue with initial values in `keepLatest` and clarify behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs`\n * [#41](https://github.com/universal-ember/reactiveweb/pull/41) Add multiple entrypoints to the api docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `reactiveweb`, `test-app`\n * [#44](https://github.com/universal-ember/reactiveweb/pull/44) Do not allow deprecations to exist ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#40](https://github.com/universal-ember/reactiveweb/pull/40) Split test apps into separate CI jobs. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#29](https://github.com/universal-ember/reactiveweb/pull/29) Setup glint in test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#26](https://github.com/universal-ember/reactiveweb/pull/26) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#37](https://github.com/universal-ember/reactiveweb/pull/37) CI: use --ignore-scripts during the setup job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-01-13)\n\nreactiveweb 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#45](https://github.com/universal-ember/reactiveweb/pull/45) Migrate `trackedTask`'s implementation to use function-based resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#55](https://github.com/universal-ember/reactiveweb/pull/55) Update the service implementation to not require knowledge of a specific class-based resource implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#54](https://github.com/universal-ember/reactiveweb/pull/54) Refactor the map util to not be a resource, it never needed to be ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#50](https://github.com/universal-ember/reactiveweb/pull/50) Fix in-editor docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `reactiveweb`, `test-app`\n * [#56](https://github.com/universal-ember/reactiveweb/pull/56) Upgrade eslint-plugin-ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`\n * [#53](https://github.com/universal-ember/reactiveweb/pull/53) Update compilation tools, now using decorator-transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#52](https://github.com/universal-ember/reactiveweb/pull/52) Upgrade test-apps to ember-resources@6.5.1 to test against deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#51](https://github.com/universal-ember/reactiveweb/pull/51) Use correct import paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog
## Release (2024-01-13)

reactiveweb 1.1.0 (minor)

#### :rocket: Enhancement
* `reactiveweb`, `test-app`
* [#45](https://github.com/universal-ember/reactiveweb/pull/45) Migrate `trackedTask`'s implementation to use function-based resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#55](https://github.com/universal-ember/reactiveweb/pull/55) Update the service implementation to not require knowledge of a specific class-based resource implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#54](https://github.com/universal-ember/reactiveweb/pull/54) Refactor the map util to not be a resource, it never needed to be ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `reactiveweb`
* [#50](https://github.com/universal-ember/reactiveweb/pull/50) Fix in-editor docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `reactiveweb`, `test-app`
* [#56](https://github.com/universal-ember/reactiveweb/pull/56) Upgrade eslint-plugin-ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `reactiveweb`
* [#53](https://github.com/universal-ember/reactiveweb/pull/53) Update compilation tools, now using decorator-transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `test-app`
* [#52](https://github.com/universal-ember/reactiveweb/pull/52) Upgrade test-apps to ember-resources@6.5.1 to test against deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#51](https://github.com/universal-ember/reactiveweb/pull/51) Use correct import paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2024-01-09)

reactiveweb 1.0.0 (major)
Expand Down
2 changes: 1 addition & 1 deletion reactiveweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactiveweb",
"version": "1.0.0",
"version": "1.1.0",
"description": "Web platform primitives and utilities for building reactive applications",
"keywords": [
"ember-addon"
Expand Down