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 #5

Merged
merged 1 commit into from
Nov 20, 2024
Merged
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
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"ember-classic-import-meta-glob": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-classic-import-meta-glob/package.json"
}
},
"description": "## Release (2024-06-02)\n\nember-classic-import-meta-glob 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-classic-import-meta-glob`, `test-app`\n * [#3](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/3) Implement the RFC (phase 1: alpha quality) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-classic-import-meta-glob`, `test-app`\n * [#1](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/1) Setup all the GH Workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-20)\n\nember-classic-import-meta-glob 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-classic-import-meta-glob`, `test-app`\n * [#7](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/7) Fix ../ globs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#8](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/8) Set packageManager upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2024-11-20)

ember-classic-import-meta-glob 0.1.1 (patch)

#### :bug: Bug Fix
* `ember-classic-import-meta-glob`, `test-app`
* [#7](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/7) Fix ../ globs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#8](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/8) Set packageManager upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-06-02)

ember-classic-import-meta-glob 0.1.0 (minor)
2 changes: 1 addition & 1 deletion ember-classic-import-meta-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-classic-import-meta-glob",
"version": "0.1.0",
"version": "0.1.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"