Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emberjs/ember.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3b57b6ab7a93d2444c396dd64603c0a12e88a719
Choose a base ref
...
head repository: emberjs/ember.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d7b7fcab84089dd8f8e86bc28cd769522e39b78
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 15, 2024

  1. [BUGFIX release] importing ember-source/types no longer works (it sho…

    …uld)
    
    (cherry picked from commit c92a3ef)
    NullVoxPopuli authored and kategengler committed Nov 15, 2024
    Copy the full SHA
    cb85b95 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1c1fd53 View commit details
  3. Release v6.0.1 of ember-source

    kategengler committed Nov 15, 2024
    Copy the full SHA
    0d7b7fc View commit details
Showing with 8 additions and 1 deletion.
  1. +4 −0 CHANGELOG.md
  2. +4 −1 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Ember Changelog

## v6.0.1 (November 15, 2024)

- [#20792](https://github.com/emberjs/ember.js/pull/20792) [BUGFIX] Fix importing ember-source/types

## v6.0.0 (November 11, 2024)

- [BREAKING] Features and APIs that were deprecated until v6.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the [Deprecation Guide](https://deprecations.emberjs.com/v5.x).
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "ember-source",
"version": "6.0.0",
"version": "6.0.1",
"description": "A JavaScript framework for creating ambitious web applications",
"keywords": [
"ember-addon"
],
"exports": {
"./*": "./dist/packages/*",
"./types": {
"types": "./types/stable/index.d.ts"
},
"./dist/ember-template-compiler.js": "./dist/ember-template-compiler.js",
"./package.json": "./package.json"
},