Skip to content

Commit 131be16

Browse files
author
github-actions[bot]
committed
v5.9.0-beta.1
1 parent b4d4c8f commit 131be16

File tree

4 files changed

+16
-21
lines changed

4 files changed

+16
-21
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
## Installation
44

5-
* `git clone <repository-url>`
6-
* `cd my-addon`
7-
* `npm install`
5+
- `git clone <repository-url>`
6+
- `cd my-addon`
7+
- `npm install`
88

99
## Linting
1010

11-
* `npm run lint`
12-
* `npm run lint:fix`
11+
- `npm run lint`
12+
- `npm run lint:fix`
1313

1414
## Running tests
1515

16-
* `npm run test` – Runs the test suite on the current Ember version
17-
* `npm run test:ember -- --server` – Runs the test suite in "watch mode"
18-
* `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions
16+
- `npm run test` – Runs the test suite on the current Ember version
17+
- `npm run test:ember -- --server` – Runs the test suite in "watch mode"
18+
- `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions
1919

2020
## Running the dummy application
2121

22-
* `npm run start`
23-
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
22+
- `npm run start`
23+
- Visit the dummy application at [http://localhost:4200](http://localhost:4200).
2424

2525
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,26 @@
22

33
[Short description of the addon.]
44

5-
65
## Compatibility
76

8-
* Ember.js v4.12 or above
9-
* Ember CLI v4.12 or above
10-
* Node.js v18 or above
11-
7+
- Ember.js v4.12 or above
8+
- Ember CLI v4.12 or above
9+
- Node.js v18 or above
1210

1311
## Installation
1412

1513
```
1614
ember install my-addon
1715
```
1816

19-
2017
## Usage
2118

2219
[Longer description of how to use the addon in apps.]
2320

24-
2521
## Contributing
2622

2723
See the [Contributing](CONTRIBUTING.md) guide for details.
2824

29-
3025
## License
3126

3227
This project is licensed under the [MIT License](LICENSE.md).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"broccoli-asset-rev": "^3.0.0",
4444
"concurrently": "^8.2.2",
4545
"ember-auto-import": "^2.7.2",
46-
"ember-cli": "~5.8.1",
46+
"ember-cli": "~5.9.0-beta.1",
4747
"ember-cli-clean-css": "^3.0.0",
4848
"ember-cli-dependency-checker": "^3.3.2",
4949
"ember-cli-inject-live-reload": "^2.1.0",
@@ -53,7 +53,7 @@
5353
"ember-page-title": "^8.2.3",
5454
"ember-qunit": "^8.0.2",
5555
"ember-resolver": "^11.0.1",
56-
"ember-source": "~5.8.0",
56+
"ember-source": "~5.9.0-beta.1",
5757
"ember-source-channel-url": "^3.0.0",
5858
"ember-template-lint": "^5.13.0",
5959
"ember-try": "^3.0.0",

tests/dummy/config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
{
55
"name": "ember-cli",
6-
"version": "5.8.1",
6+
"version": "5.9.0-beta.1",
77
"blueprints": [
88
{
99
"name": "addon",

0 commit comments

Comments
 (0)