Skip to content

Commit

Permalink
Merge pull request #100 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored May 24, 2024
2 parents 492abf2 + 0470f59 commit cc3ef32
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"reactiveweb": {
"impact": "patch",
"oldVersion": "1.2.2",
"newVersion": "1.2.3",
"impact": "minor",
"oldVersion": "1.2.3",
"newVersion": "1.3.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2024-03-23)\n\nreactiveweb 1.2.3 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#93](https://github.com/universal-ember/reactiveweb/pull/93) Make trackedTask reactively thennable, so that integrations with thennables are automatically reactive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-05-24)\n\nreactiveweb 1.3.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#101](https://github.com/universal-ember/reactiveweb/pull/101) Add debounce initialize ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-05-24)

reactiveweb 1.3.0 (minor)

#### :rocket: Enhancement
* `reactiveweb`, `test-app`
* [#101](https://github.com/universal-ember/reactiveweb/pull/101) Add debounce initialize ([@Techn1x](https://github.com/Techn1x))

#### Committers: 1
- Brad Overton ([@Techn1x](https://github.com/Techn1x))

## Release (2024-03-23)

reactiveweb 1.2.3 (patch)
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.2.3",
"version": "1.3.0",
"description": "Web platform primitives and utilities for building reactive applications",
"keywords": [
"ember-addon"
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit cc3ef32

Please sign in to comment.