From cda203bacb2223188b9cabe95dd76ba3a95e83b6 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 27 Aug 2021 21:57:20 -0700 Subject: [PATCH 01/11] Set up new issue --- content/the-ember-times-issue-188.md | 139 +++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 content/the-ember-times-issue-188.md diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md new file mode 100644 index 000000000..77dd14fd4 --- /dev/null +++ b/content/the-ember-times-issue-188.md @@ -0,0 +1,139 @@ +--- +title: The Ember Times - Issue No. 188 +authors: + - the-crowd # replace with real authors from the author folder (add yourself if you're not there) +date: 2021-09-10T00:00:00.000Z +tags: + - newsletter + - '2021' +--- + +πŸ‘‹ Emberistas! 🐹 + + + +--- + +## [🐹 1. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 2. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 3. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 4. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 5. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 6. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 7. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 8. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+ +--- + +## [πŸ€“ Connect with us](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+ +

Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the Ember Community Discord or ping us @embertimes on Twitter.

+ +

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog. See you in two weeks!

+
+ +--- + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team From 84d5900a218aa53ff6c2d1d915466870b8927dc7 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Fri, 10 Sep 2021 01:34:11 -0400 Subject: [PATCH 02/11] blog(embertimes188): data first ember twitter (#1031) * blog(embertimes188): data first ember twitter * Linter fixes --- content/the-ember-times-issue-188.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 77dd14fd4..12c1beafe 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -1,6 +1,7 @@ --- title: The Ember Times - Issue No. 188 authors: + - chris-ng - the-crowd # replace with real authors from the author folder (add yourself if you're not there) date: 2021-09-10T00:00:00.000Z tags: @@ -11,6 +12,7 @@ tags: πŸ‘‹ Emberistas! 🐹 +Twitter Thread: Ember is Data First 🐦, --- @@ -38,15 +40,13 @@ tags: --- -## [🐹 3. Section title in sentence case](section-url) +## [Twitter Thread: Ember is Data First 🐦](https://twitter.com/davert/status/1435372911452373000) - - - - +[Michael Bodnarchuk (@DavertMik)](https://github.com/DavertMik) wrote a [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) on how tracked properties in Glimmer components help you build data-oriented components. - - +Michael mentions that in React you write hooks to update the component's state, while in Ember the component's state is tied to the data. This data first approach makes it so we can pass the reacting class to the root component and we do not need to change any child components to make it work. + +Read the full [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) and let us know if you have any thoughts about it too! --- @@ -136,4 +136,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From 21b83218866bfd31a72596c4df8f431b95d1232b Mon Sep 17 00:00:00 2001 From: Isaac Lee Date: Fri, 10 Sep 2021 07:58:56 +0200 Subject: [PATCH 03/11] Covered the release of ember-hifi --- content/the-ember-times-issue-188.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 12c1beafe..7fda280e6 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -2,6 +2,7 @@ title: The Ember Times - Issue No. 188 authors: - chris-ng + - isaac-lee - the-crowd # replace with real authors from the author folder (add yourself if you're not there) date: 2021-09-10T00:00:00.000Z tags: @@ -12,6 +13,7 @@ tags: πŸ‘‹ Emberistas! 🐹 +Handle audios in Octane with `ember-stereo` 🎡, Twitter Thread: Ember is Data First 🐦, --- @@ -28,15 +30,19 @@ Twitter Thread: Ember is Data First 🐦, --- -## [🐹 2. Section title in sentence case](section-url) +## [Handle audios in Octane with `ember-stereo` 🎡](https://github.com/jkeen/ember-stereo) - - - - +Since 2016, [Jeff Keen (@jkeen)](https://github.com/jkeen) helped develop the open-source [ember-hifi](https://github.com/nypublicradio/ember-hifi) for the NY Public Radio. - - + +Jeff recently released its modern, reactive successor [ember-stereo](https://github.com/jkeen/ember-stereo). He has worked hard on making audio manipulation simple and providing [extensive examples](https://ember-stereo.com/docs). We encourage you to have a look! + +Out of the box, you will be provided with: + +- `stereo` service: It manages loading and playing sounds, making sure that only one sound plays at a time, setting volume, and providing system-level events that your application can tie into. +- Several template helpers, to perform an action on, or retrieve information from, a sound or `url` string +- A couple of modifiers, to help control volume and position +- `setupStereoTest()`, to help write tests --- @@ -136,4 +142,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Isaac Lee, the crowd and the Learning Team From 83fc11df93e641153498dda14a71cb7bff53b5f4 Mon Sep 17 00:00:00 2001 From: Isaac Lee Date: Fri, 10 Sep 2021 16:57:42 +0200 Subject: [PATCH 04/11] Applied feedback from Jeff Keen --- content/the-ember-times-issue-188.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 7fda280e6..9da9c60d9 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -13,7 +13,7 @@ tags: πŸ‘‹ Emberistas! 🐹 -Handle audios in Octane with `ember-stereo` 🎡, +Reactively handle audios in Octane with `ember-stereo` 🎡, Twitter Thread: Ember is Data First 🐦, --- @@ -30,9 +30,9 @@ Twitter Thread: Ember is Data First 🐦, --- -## [Handle audios in Octane with `ember-stereo` 🎡](https://github.com/jkeen/ember-stereo) +## [Reactively handle audios in Octane with `ember-stereo` 🎡](https://github.com/jkeen/ember-stereo) -Since 2016, [Jeff Keen (@jkeen)](https://github.com/jkeen) helped develop the open-source [ember-hifi](https://github.com/nypublicradio/ember-hifi) for the NY Public Radio. +Since 2016, [Jeff Keen (@jkeen)](https://github.com/jkeen) helped develop the open-source [ember-hifi](https://github.com/nypublicradio/ember-hifi) for the New York Public Radio. Jeff recently released its modern, reactive successor [ember-stereo](https://github.com/jkeen/ember-stereo). He has worked hard on making audio manipulation simple and providing [extensive examples](https://ember-stereo.com/docs). We encourage you to have a look! @@ -40,7 +40,7 @@ Jeff recently released its modern, reactive successor [ember-stereo](https://git Out of the box, you will be provided with: - `stereo` service: It manages loading and playing sounds, making sure that only one sound plays at a time, setting volume, and providing system-level events that your application can tie into. -- Several template helpers, to perform an action on, or retrieve information from, a sound or `url` string +- Template helpers, which can perform an action on, or retrieve information from, a sound or `url` stringβ€”something entirely new from how `ember-hifi` did things! - A couple of modifiers, to help control volume and position - `setupStereoTest()`, to help write tests From 1954e78485c6906e050cba8e7f3c93a612bf8d4e Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 11:47:37 -0700 Subject: [PATCH 05/11] Update content/the-ember-times-issue-188.md --- content/the-ember-times-issue-188.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 9da9c60d9..69aba3186 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -13,7 +13,7 @@ tags: πŸ‘‹ Emberistas! 🐹 -Reactively handle audios in Octane with `ember-stereo` 🎡, +Reactively handle audio in Octane with `ember-stereo` 🎡, Twitter Thread: Ember is Data First 🐦, --- From 4031929f09b36f4b44de229b163c23efb20be1d9 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 19:18:08 -0700 Subject: [PATCH 06/11] Add contributors --- content/the-ember-times-issue-188.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 69aba3186..46572f427 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -3,7 +3,7 @@ title: The Ember Times - Issue No. 188 authors: - chris-ng - isaac-lee - - the-crowd # replace with real authors from the author folder (add yourself if you're not there) + - amy-lam date: 2021-09-10T00:00:00.000Z tags: - newsletter @@ -118,7 +118,7 @@ Read the full [Twitter Thread](https://twitter.com/davert/status/143537291145237 ## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+

This week we'd like to thank Thomas Wang (@xg-wang), Kelly Selden (@kellyselden), Isaac Lee (@ijlee2), Igor Terzic (@igorT), Katie Gengler (@kategengler), Charles Fries (@charlesfries), @NullVoxPopuli, Esquith Allen (@esquith), Bryan Mishkin (@bmish), Chris Ng (@chrisrng), Chris Carini (@ChrisCarini), Sylvain MINA (@sly7-7), Chris Manson (@mansona), Amy Lam (@amyrlam), Robert Wagner (@rwwagner90), Ricardo Mendes (@locks), Alex Kanunnikov (@lifeart), Simon Ihmig (@simonihmig), Gabriela Larregle (@Glarregle), Jen Weber (@jenweber), Anne-Greeth Schot-van Herwijnen (@MinThaMie), Jonas Brusman (@himynameisjonas), Robert Jackson (@rwjblue), Stefan Penner (@stefanpenner), NathanaΓ«l Dekeister (@ndekeister-us), Brenden Palmer (@brendenpalmer), and Giles Thompson (@gilest) for their contributions to Ember and related repositories! πŸ’–

--- @@ -142,4 +142,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Isaac Lee, the crowd and the Learning Team +Chris Ng, Isaac Lee, Amy Lam, and the Learning Team From a1e536ddb8e32e63bbfc283711d340e832bf5860 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 19:30:23 -0700 Subject: [PATCH 07/11] Add 3.28 writeup --- content/the-ember-times-issue-188.md | 80 ++++++---------------------- 1 file changed, 16 insertions(+), 64 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 46572f427..e294cc9d5 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -12,13 +12,25 @@ tags: πŸ‘‹ Emberistas! 🐹 - +πŸŽ‰ Ember 3.28 and 4.0 Beta Released, Reactively handle audio in Octane with `ember-stereo` 🎡, Twitter Thread: Ember is Data First 🐦, --- -## [🐹 1. Section title in sentence case](section-url) +## [πŸŽ‰ Ember 3.28 and 4.0 Beta Released](section-url) + +After 3.5 years and 28 minor releases, Ember 3.28 marks the end of the project's 3.x series. To ensure a smooth upgrade path going into the 4.x series, 3.28 has been declared an LTS (Long Term Support) candidate. In six weeks, the latest patch version of 3.28 will be promoted to be the latest LTS release and replace 3.24-LTS. + +**We're also announcing the start of the Ember 4.0 beta cycle for all sub-projects.** Following the process set in previous major versions, Ember 4.0's beta introduces no new features. Instead, it removes support for deprecated public APIs. We encourage our community (especially addon authors) to help test beta builds and report any bugs before they are published as a stable release in six weeks' time. We also encourage everyone to help maintainers resolve deprecations in their favorite addons. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. + +Developers who want to prepare for the upcoming 4.0 version of Ember should work to resolve all deprecation warnings in their apps and addons while using Ember 3.28. An app or addon with no deprecation warnings on Ember 3.28 should be able to upgrade from Ember 4.0 without making significant changes outside of the dependency versions. + +You can read more about Ember's plans for 4.0 in [The Road to Ember 4.0](https://blog.emberjs.com/the-road-to-ember-4-0/). Please visit [Ember 3.28 and 4.0 Beta Released](https://blog.emberjs.com/ember-3-28-released/) for the rest of the post, including details on Ember.js, Ember Data, and Ember CLI. Many thanks to [Matthew Beale (@mixonic)](https://github.com/mixonic), [Jen Weber (@jenweber)](https://github.com/jenweber), and [Isaac Lee (@ijlee2)](https://github.com/ijlee2) for the excellent and informative writeup! + +--- + +## [🐹 4. Section title in sentence case](section-url) @@ -30,7 +42,7 @@ Twitter Thread: Ember is Data First 🐦, --- -## [Reactively handle audios in Octane with `ember-stereo` 🎡](https://github.com/jkeen/ember-stereo) +## [🎡 Reactively handle audios in Octane with `ember-stereo`](https://github.com/jkeen/ember-stereo) Since 2016, [Jeff Keen (@jkeen)](https://github.com/jkeen) helped develop the open-source [ember-hifi](https://github.com/nypublicradio/ember-hifi) for the New York Public Radio. @@ -46,7 +58,7 @@ Out of the box, you will be provided with: --- -## [Twitter Thread: Ember is Data First 🐦](https://twitter.com/davert/status/1435372911452373000) +## [🐦 Twitter Thread: Ember is Data First](https://twitter.com/davert/status/1435372911452373000) [Michael Bodnarchuk (@DavertMik)](https://github.com/DavertMik) wrote a [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) on how tracked properties in Glimmer components help you build data-oriented components. @@ -56,66 +68,6 @@ Read the full [Twitter Thread](https://twitter.com/davert/status/143537291145237 --- -## [🐹 4. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 5. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 6. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 7. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 8. Section title in sentence case](section-url) - - - - - - - - - ---- - ## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank Thomas Wang (@xg-wang), Kelly Selden (@kellyselden), Isaac Lee (@ijlee2), Igor Terzic (@igorT), Katie Gengler (@kategengler), Charles Fries (@charlesfries), @NullVoxPopuli, Esquith Allen (@esquith), Bryan Mishkin (@bmish), Chris Ng (@chrisrng), Chris Carini (@ChrisCarini), Sylvain MINA (@sly7-7), Chris Manson (@mansona), Amy Lam (@amyrlam), Robert Wagner (@rwwagner90), Ricardo Mendes (@locks), Alex Kanunnikov (@lifeart), Simon Ihmig (@simonihmig), Gabriela Larregle (@Glarregle), Jen Weber (@jenweber), Anne-Greeth Schot-van Herwijnen (@MinThaMie), Jonas Brusman (@himynameisjonas), Robert Jackson (@rwjblue), Stefan Penner (@stefanpenner), NathanaΓ«l Dekeister (@ndekeister-us), Brenden Palmer (@brendenpalmer), and Giles Thompson (@gilest) for their contributions to Ember and related repositories! πŸ’–

From bc48cabac9244681d8eb808fe5ac12fe9554315d Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 19:48:21 -0700 Subject: [PATCH 08/11] Add contribute writeup --- content/the-ember-times-issue-188.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index e294cc9d5..7a4f183db 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -12,9 +12,10 @@ tags: πŸ‘‹ Emberistas! 🐹 -πŸŽ‰ Ember 3.28 and 4.0 Beta Released, -Reactively handle audio in Octane with `ember-stereo` 🎡, -Twitter Thread: Ember is Data First 🐦, +Ember 3.28 and 4.0 Beta Released, +Open source contributors wanted for Ember v4, +Reactively handle audio in Octane with `ember-stereo`, +Twitter thread: Ember is data-first, --- @@ -30,15 +31,16 @@ You can read more about Ember's plans for 4.0 in [The Road to Ember 4.0](https:/ --- -## [🐹 4. Section title in sentence case](section-url) +## πŸ“£ Open source contributors wanted for Ember v4 - - - - +Do you have some time to help out with shipping Ember v4? πŸ”₯ The Learning Team is preparing docs and guides, and we need your brainpower and writing skills! - - +Help wanted to complete this month: + +- The most pressing issue is the deprecation guides, please start here if you have bandwidth and comment to claim a subtask of the issue. [GitHub issue: Write missing deprecation guides](https://github.com/ember-learn/deprecation-app/issues/893) +- Look through the API docs and remove references to classic syntax. We only want to show Octane style examples in v4. [GitHub issue](https://github.com/emberjs/ember.js/issues/19702) + +In addition to commenting on the GitHub issues, we can also chat on [#dev-ember-learning on Discord](https://discord.com/channels/480462759797063690/480499624663056390/882839642448220230). --- @@ -58,13 +60,13 @@ Out of the box, you will be provided with: --- -## [🐦 Twitter Thread: Ember is Data First](https://twitter.com/davert/status/1435372911452373000) +## [🐦 Twitter thread: Ember is data-first](https://twitter.com/davert/status/1435372911452373000) -[Michael Bodnarchuk (@DavertMik)](https://github.com/DavertMik) wrote a [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) on how tracked properties in Glimmer components help you build data-oriented components. +[Michael Bodnarchuk (@DavertMik)](https://github.com/DavertMik) wrote a [Twitter thread](https://twitter.com/davert/status/1435372911452373000) on how tracked properties in Glimmer components help you build data-oriented components. Michael mentions that in React you write hooks to update the component's state, while in Ember the component's state is tied to the data. This data first approach makes it so we can pass the reacting class to the root component and we do not need to change any child components to make it work. -Read the full [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) and let us know if you have any thoughts about it too! +Read the full [Twitter thread](https://twitter.com/davert/status/1435372911452373000) and let us know if you have any thoughts about it too! --- From 27cac6feac1fb74cf73648fcec59d8445348c027 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 20:01:03 -0700 Subject: [PATCH 09/11] Update the-ember-times-issue-188.md --- content/the-ember-times-issue-188.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 7a4f183db..fcb06c451 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -12,14 +12,11 @@ tags: πŸ‘‹ Emberistas! 🐹 -Ember 3.28 and 4.0 Beta Released, -Open source contributors wanted for Ember v4, -Reactively handle audio in Octane with `ember-stereo`, -Twitter thread: Ember is data-first, +Ember 3.28 and 4.0 Beta Released, open source contributors wanted for Ember v4, reactively handle audio in Octane with `ember-stereo`, and Twitter thread: Ember is data-first --- -## [πŸŽ‰ Ember 3.28 and 4.0 Beta Released](section-url) +## [πŸŽ‰ Ember 3.28 and 4.0 Beta Released](https://blog.emberjs.com/ember-3-28-released/) After 3.5 years and 28 minor releases, Ember 3.28 marks the end of the project's 3.x series. To ensure a smooth upgrade path going into the 4.x series, 3.28 has been declared an LTS (Long Term Support) candidate. In six weeks, the latest patch version of 3.28 will be promoted to be the latest LTS release and replace 3.24-LTS. From 0ec09f9c9a12068653b02bdfafdec9bc147aad3e Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 20:03:45 -0700 Subject: [PATCH 10/11] Update the-ember-times-issue-188.md --- content/the-ember-times-issue-188.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index fcb06c451..deace8d21 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -35,7 +35,7 @@ Do you have some time to help out with shipping Ember v4? πŸ”₯ The Learning Team Help wanted to complete this month: - The most pressing issue is the deprecation guides, please start here if you have bandwidth and comment to claim a subtask of the issue. [GitHub issue: Write missing deprecation guides](https://github.com/ember-learn/deprecation-app/issues/893) -- Look through the API docs and remove references to classic syntax. We only want to show Octane style examples in v4. [GitHub issue](https://github.com/emberjs/ember.js/issues/19702) +- Look through the API docs and remove references to classic syntax. We only want to show Octane style examples in v4. [GitHub issue: [Documentation] Epic - remove classic examples from API docs for Ember 4](https://github.com/emberjs/ember.js/issues/19702) In addition to commenting on the GitHub issues, we can also chat on [#dev-ember-learning on Discord](https://discord.com/channels/480462759797063690/480499624663056390/882839642448220230). From e40a29ede47bc3069addbe05dfd40699ceea4297 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 10 Sep 2021 20:08:46 -0700 Subject: [PATCH 11/11] tweaks --- content/the-ember-times-issue-188.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index deace8d21..5196cb32f 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -12,7 +12,7 @@ tags: πŸ‘‹ Emberistas! 🐹 -Ember 3.28 and 4.0 Beta Released, open source contributors wanted for Ember v4, reactively handle audio in Octane with `ember-stereo`, and Twitter thread: Ember is data-first +Ember 3.28 and 4.0 Beta Released, open source contributors wanted for Ember v4, reactively handle audio in Octane with `ember-stereo`, and Twitter thread: Ember is data-first. ---