File tree Expand file tree Collapse file tree 3 files changed +17
-16
lines changed
Expand file tree Collapse file tree 3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "ember-repl" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 7.2.1 " ,
6- "newVersion" : " 7.2.2 " ,
5+ "oldVersion" : " 7.2.2 " ,
6+ "newVersion" : " 7.2.3 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
1010 "impact" : " patch" ,
11- "reason" : " Has dependency `workspace:*` on repl-sdk "
11+ "reason" : " Appears in changelog section :bug: Bug Fix "
1212 }
1313 ],
1414 "pkgJSONPath" : " ./packages/ember-repl/package.json"
1717 "oldVersion" : " 4.0.2"
1818 },
1919 "repl-sdk" : {
20- "impact" : " patch" ,
21- "oldVersion" : " 1.1.0" ,
22- "newVersion" : " 1.1.1" ,
23- "tagName" : " latest" ,
24- "constraints" : [
25- {
26- "impact" : " patch" ,
27- "reason" : " Appears in changelog section :bug: Bug Fix"
28- }
29- ],
30- "pkgJSONPath" : " ./packages/repl-sdk/package.json"
20+ "oldVersion" : " 1.1.1"
3121 },
3222 "codemirror-lang-glimdown" : {
3323 "oldVersion" : " 2.0.1"
5141 "oldVersion" : " 2.0.1"
5242 }
5343 },
54- "description" : " ## Release (2026-01-03 )\n\n * ember-repl 7.2.2 (patch)\n * repl-sdk 1.1.1 (patch) \n\n #### :rocket: Enhancement \n * [#2029](https://github.com/NullVoxPopuli/limber/pull/2029) Forbid immediate code execution in specific circumstances ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n\n #### : bug: Bug Fix\n * `repl-sdk `\n * [#2033 ](https://github.com/NullVoxPopuli/limber/pull/2033) Revert usage of renderComponent due to https://github.com/emberjs/ember.js/issues/21023 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
44+ "description" : " ## Release (2026-01-05 )\n\n * ember-repl 7.2.3 (patch)\n\n #### :bug: Bug Fix\n * `ember-repl `\n * [#2037 ](https://github.com/NullVoxPopuli/limber/pull/2037) Glimmer validator is private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
5545}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2026-01-05)
4+
5+ * ember-repl 7.2.3 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` ember-repl `
9+ * [ #2037 ] ( https://github.com/NullVoxPopuli/limber/pull/2037 ) Glimmer validator is private ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10+
11+ #### Committers: 1
12+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
13+
314## Release (2026-01-03)
415
516* ember-repl 7.2.2 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-repl" ,
3- "version" : " 7.2.2 " ,
3+ "version" : " 7.2.3 " ,
44 "type" : " module" ,
55 "description" : " Library for enabling REPL and Playground creation with Ember/Glimmer" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments