Skip to content

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

guides/release/tutorial/part-1/orientation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To verify that your installation was successful, run:
2424

2525
```shell
2626
$ ember --version
27-
ember-cli: 6.3.1
27+
ember-cli: 6.4.0
2828
node: 18.20.8
2929
os: linux x64
3030
```
@@ -38,7 +38,7 @@ We can create a new project using Ember CLI's `new` command. It follows the patt
3838
```shell
3939
$ ember new super-rentals --lang en
4040
installing app
41-
Ember CLI v6.3.1
41+
Ember CLI v6.4.0
4242

4343
Creating a new Ember app in /home/runner/work/super-rentals-tutorial/super-rentals-tutorial/dist/code/super-rentals:
4444
create .editorconfig

guides/release/tutorial/part-2/ember-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,6 @@ The UI works exactly the same as before as well, just with much less code!
414414
415415
<img src="/images/tutorial/part-2/ember-data/homepage@2x.png" alt="The homepage works exactly the same as before, but with much less code!" width="1024" height="1130">
416416
417-
<img src="/images/tutorial/part-2/ember-data/detailed@2x.png" alt="The details page works exactly the same as before, but with much less code!" width="1024" height="1390">
417+
<img src="/images/tutorial/part-2/ember-data/detailed@2x.png" alt="The details page works exactly the same as before, but with much less code!" width="1024" height="1382">
418418
419419
EmberData offers many, many features (like managing the _relationships_ between different models) and there's a lot more we can learn about it. For example, if your backend's have some inconsistencies across different endpoints, EmberData allows you to define request specific handlers and builders! We are just scratching the surface here. If you want to learn more about EmberData, check out [its own dedicated section](../../../models/) in the guides!

guides/release/tutorial/part-2/service-injection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ As promised, we will now work on implementing the share button!
44

55
<!-- TODO: make this a gif instead -->
66

7-
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="The working share button by the end of the chapter" width="1024" height="1382">
7+
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="The working share button by the end of the chapter" width="1024" height="1390">
88

99
While adding the share button, you will learn about:
1010

@@ -174,7 +174,7 @@ Let's put this component to use by invoking it from the `<Rental::Detailed>` com
174174

175175
With that, we should have a working share button!
176176

177-
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="A share button that works!" width="1024" height="1382">
177+
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="A share button that works!" width="1024" height="1390">
178178

179179
<div class="cta">
180180
<div class="cta-note">
Loading
Loading

0 commit comments

Comments
 (0)