Skip to content

Commit b96bcb1

Browse files
Merge pull request #1873 from NullVoxPopuli/release-preview
Prepare Release
2 parents a74f38a + 93f5ba2 commit b96bcb1

File tree

12 files changed

+225
-23
lines changed

12 files changed

+225
-23
lines changed

.release-plan.json

+157-13
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,185 @@
11
{
22
"solution": {
33
"limber-ui": {
4-
"oldVersion": "2.0.0"
4+
"impact": "major",
5+
"oldVersion": "2.0.0",
6+
"newVersion": "3.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json"
522
},
623
"ember-repl": {
7-
"impact": "patch",
8-
"oldVersion": "5.0.0",
9-
"newVersion": "5.0.1",
24+
"impact": "major",
25+
"oldVersion": "5.0.1",
26+
"newVersion": "6.0.0",
1027
"constraints": [
28+
{
29+
"impact": "major",
30+
"reason": "Appears in changelog section :boom: Breaking Change"
31+
},
1132
{
1233
"impact": "patch",
13-
"reason": "Appears in changelog section :bug: Bug Fix"
34+
"reason": "Appears in changelog section :memo: Documentation"
35+
},
36+
{
37+
"impact": "patch",
38+
"reason": "Appears in changelog section :house: Internal"
1439
}
1540
],
1641
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
1742
},
1843
"codemirror-lang-glimdown": {
19-
"oldVersion": "0.0.4"
44+
"impact": "major",
45+
"oldVersion": "0.0.4",
46+
"newVersion": "1.0.0",
47+
"constraints": [
48+
{
49+
"impact": "major",
50+
"reason": "Appears in changelog section :boom: Breaking Change"
51+
},
52+
{
53+
"impact": "patch",
54+
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer-js"
55+
},
56+
{
57+
"impact": "patch",
58+
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
59+
},
60+
{
61+
"impact": "patch",
62+
"reason": "Appears in changelog section :memo: Documentation"
63+
}
64+
],
65+
"pkgJSONPath": "./packages/syntax/glimdown/codemirror/package.json"
2066
},
2167
"@glimdown/lezer": {
22-
"oldVersion": "0.0.3"
68+
"impact": "major",
69+
"oldVersion": "0.0.3",
70+
"newVersion": "1.0.0",
71+
"constraints": [
72+
{
73+
"impact": "major",
74+
"reason": "Appears in changelog section :boom: Breaking Change"
75+
},
76+
{
77+
"impact": "patch",
78+
"reason": "Appears in changelog section :memo: Documentation"
79+
}
80+
],
81+
"pkgJSONPath": "./packages/syntax/glimdown/lezer/package.json"
2382
},
2483
"codemirror-lang-glimmer-js": {
25-
"oldVersion": "0.0.4"
84+
"impact": "major",
85+
"oldVersion": "0.0.4",
86+
"newVersion": "1.0.0",
87+
"constraints": [
88+
{
89+
"impact": "major",
90+
"reason": "Appears in changelog section :boom: Breaking Change"
91+
},
92+
{
93+
"impact": "patch",
94+
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
95+
},
96+
{
97+
"impact": "patch",
98+
"reason": "Appears in changelog section :memo: Documentation"
99+
}
100+
],
101+
"pkgJSONPath": "./packages/syntax/glimmer-js/codemirror/package.json"
26102
},
27103
"@glimdown/lezer-glimmer-expression": {
28-
"oldVersion": "0.0.3"
104+
"impact": "major",
105+
"oldVersion": "0.0.3",
106+
"newVersion": "1.0.0",
107+
"constraints": [
108+
{
109+
"impact": "major",
110+
"reason": "Appears in changelog section :boom: Breaking Change"
111+
},
112+
{
113+
"impact": "patch",
114+
"reason": "Appears in changelog section :memo: Documentation"
115+
}
116+
],
117+
"pkgJSONPath": "./packages/syntax/glimmer-s-expression/lezer/package.json"
29118
},
30119
"codemirror-lang-glimmer-ts": {
31-
"oldVersion": "0.0.2"
120+
"impact": "major",
121+
"oldVersion": "0.0.2",
122+
"newVersion": "1.0.0",
123+
"constraints": [
124+
{
125+
"impact": "patch",
126+
"reason": "Has dependency `workspace:*` on codemirror-lang-glimmer"
127+
},
128+
{
129+
"impact": "major",
130+
"reason": "Appears in changelog section :boom: Breaking Change"
131+
},
132+
{
133+
"impact": "patch",
134+
"reason": "Appears in changelog section :memo: Documentation"
135+
}
136+
],
137+
"pkgJSONPath": "./packages/syntax/glimmer-ts/codemirror/package.json"
32138
},
33139
"codemirror-lang-glimmer": {
34-
"oldVersion": "0.0.4"
140+
"impact": "major",
141+
"oldVersion": "0.0.4",
142+
"newVersion": "1.0.0",
143+
"constraints": [
144+
{
145+
"impact": "patch",
146+
"reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression"
147+
},
148+
{
149+
"impact": "patch",
150+
"reason": "Has dependency `workspace:*` on lezer-glimmer"
151+
},
152+
{
153+
"impact": "major",
154+
"reason": "Appears in changelog section :boom: Breaking Change"
155+
},
156+
{
157+
"impact": "patch",
158+
"reason": "Appears in changelog section :memo: Documentation"
159+
}
160+
],
161+
"pkgJSONPath": "./packages/syntax/glimmer/codemirror/package.json"
35162
},
36163
"lezer-glimmer": {
37-
"oldVersion": "0.0.3"
164+
"impact": "major",
165+
"oldVersion": "0.0.3",
166+
"newVersion": "1.0.0",
167+
"constraints": [
168+
{
169+
"impact": "patch",
170+
"reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression"
171+
},
172+
{
173+
"impact": "major",
174+
"reason": "Appears in changelog section :boom: Breaking Change"
175+
},
176+
{
177+
"impact": "patch",
178+
"reason": "Appears in changelog section :memo: Documentation"
179+
}
180+
],
181+
"pkgJSONPath": "./packages/syntax/glimmer/lezer/package.json"
38182
}
39183
},
40-
"description": "## Release (2024-11-12)\n\nember-repl 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
184+
"description": "## Release (2025-03-03)\n\nlimber-ui 3.0.0 (major)\nember-repl 6.0.0 (major)\ncodemirror-lang-glimdown 1.0.0 (major)\n@glimdown/lezer 1.0.0 (major)\ncodemirror-lang-glimmer-js 1.0.0 (major)\n@glimdown/lezer-glimmer-expression 1.0.0 (major)\ncodemirror-lang-glimmer-ts 1.0.0 (major)\ncodemirror-lang-glimmer 1.0.0 (major)\nlezer-glimmer 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `limber`, `tutorial`, `dev-tools`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `@nullvoxpopuli/limber-styles`, `@nullvoxpopuli/limber-transpilation`, `@nullvoxpopuli/limber-consts`, `ember-repl`, `ember-repl-test-app`, `@nullvoxpopuli/horizon-theme`, `@glimdown/lezer-infra`, `@glimdown/codemirror-dev-preview`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`, `@nullvoxpopuli/spike-url-shortening`\n * [#1898](https://github.com/NullVoxPopuli/limber/pull/1898) Vite repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `limber`\n * [#1895](https://github.com/NullVoxPopuli/limber/pull/1895) Save last format and document in localStorage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `tutorial`\n * [#1894](https://github.com/NullVoxPopuli/limber/pull/1894) new tutorial chapter: conditional event handling ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1893](https://github.com/NullVoxPopuli/limber/pull/1893) Update prompt.gjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `tutorial`, `limber-ui`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1872](https://github.com/NullVoxPopuli/limber/pull/1872) Upgrade to ember 6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `limber`, `tutorial`, `limber-ui`, `ember-repl`, `ember-repl-test-app`\n * [#1882](https://github.com/NullVoxPopuli/limber/pull/1882) Upgrade ember-test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
41185
}

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## Release (2025-03-03)
4+
5+
limber-ui 3.0.0 (major)
6+
ember-repl 6.0.0 (major)
7+
codemirror-lang-glimdown 1.0.0 (major)
8+
@glimdown/lezer 1.0.0 (major)
9+
codemirror-lang-glimmer-js 1.0.0 (major)
10+
@glimdown/lezer-glimmer-expression 1.0.0 (major)
11+
codemirror-lang-glimmer-ts 1.0.0 (major)
12+
codemirror-lang-glimmer 1.0.0 (major)
13+
lezer-glimmer 1.0.0 (major)
14+
15+
#### :boom: Breaking Change
16+
* `limber`, `tutorial`, `dev-tools`, `@nullvoxpopuli/limber-codemirror`, `limber-ui`, `@nullvoxpopuli/limber-styles`, `@nullvoxpopuli/limber-transpilation`, `@nullvoxpopuli/limber-consts`, `ember-repl`, `ember-repl-test-app`, `@nullvoxpopuli/horizon-theme`, `@glimdown/lezer-infra`, `@glimdown/codemirror-dev-preview`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`, `@nullvoxpopuli/spike-url-shortening`
17+
* [#1898](https://github.com/NullVoxPopuli/limber/pull/1898) Vite repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### :rocket: Enhancement
20+
* `limber`
21+
* [#1895](https://github.com/NullVoxPopuli/limber/pull/1895) Save last format and document in localStorage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
23+
#### :memo: Documentation
24+
* `tutorial`
25+
* [#1894](https://github.com/NullVoxPopuli/limber/pull/1894) new tutorial chapter: conditional event handling ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* [#1893](https://github.com/NullVoxPopuli/limber/pull/1893) Update prompt.gjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
27+
* `limber`, `tutorial`, `limber-ui`, `@nullvoxpopuli/limber-transpilation`, `ember-repl`, `ember-repl-test-app`, `@glimdown/lezer-infra`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`
28+
* [#1872](https://github.com/NullVoxPopuli/limber/pull/1872) Upgrade to ember 6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
29+
30+
#### :house: Internal
31+
* `limber`, `tutorial`, `limber-ui`, `ember-repl`, `ember-repl-test-app`
32+
* [#1882](https://github.com/NullVoxPopuli/limber/pull/1882) Upgrade ember-test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
33+
34+
#### Committers: 1
35+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
36+
337
## Release (2024-11-12)
438

539
ember-repl 5.0.1 (patch)

packages/app-support/limber-ui/addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "limber-ui",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

packages/ember-repl/addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-repl",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
55
"keywords": [
66
"ember-addon"

packages/syntax/glimdown/codemirror/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-lang-glimdown",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"type": "module",

packages/syntax/glimdown/lezer/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimdown/lezer",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"type": "module",
@@ -9,7 +9,10 @@
99
"url": "https://github.com/NullVoxPopuli/limber.git",
1010
"directory": "packages/syntax/glimdown/lezer"
1111
},
12-
"files": ["src", "dist"],
12+
"files": [
13+
"src",
14+
"dist"
15+
],
1316
"devDependencies": {
1417
"@babel/core": "^7.26.9",
1518
"@glimdown/lezer-infra": "workspace:*",

packages/syntax/glimmer-js/codemirror/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-lang-glimmer-js",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"main": "dist/index.cjs",

packages/syntax/glimmer-s-expression/lezer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glimdown/lezer-glimmer-expression",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"type": "module",

packages/syntax/glimmer-ts/codemirror/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-lang-glimmer-ts",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"main": "dist/index.cjs",

packages/syntax/glimmer/codemirror/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-lang-glimmer",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"type": "module",

packages/syntax/glimmer/lezer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lezer-glimmer",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"author": "NullVoxPopuli",
55
"license": "MIT",
66
"type": "module",

stderr.log

+21
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,24 @@ Warning: unknown package "limber"
3131
Warning: unknown package "limber"
3232
(node:1845) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3333
(Use `node --trace-deprecation ...` to show where the warning was created)
34+
Warning: unknown package "limber"
35+
Warning: unknown package "tutorial"
36+
Warning: unknown package "dev-tools"
37+
Warning: unknown package "@nullvoxpopuli/limber-codemirror"
38+
Warning: unknown package "@nullvoxpopuli/limber-styles"
39+
Warning: unknown package "@nullvoxpopuli/limber-transpilation"
40+
Warning: unknown package "@nullvoxpopuli/limber-consts"
41+
Warning: unknown package "ember-repl-test-app"
42+
Warning: unknown package "@nullvoxpopuli/horizon-theme"
43+
Warning: unknown package "@glimdown/lezer-infra"
44+
Warning: unknown package "@glimdown/codemirror-dev-preview"
45+
Warning: unknown package "@nullvoxpopuli/spike-url-shortening"
46+
Warning: unknown package "limber"
47+
Warning: unknown package "tutorial"
48+
Warning: unknown package "limber"
49+
Warning: unknown package "@nullvoxpopuli/limber-transpilation"
50+
Warning: unknown package "ember-repl-test-app"
51+
Warning: unknown package "@glimdown/lezer-infra"
52+
Warning: unknown package "limber"
53+
Warning: unknown package "tutorial"
54+
Warning: unknown package "ember-repl-test-app"

0 commit comments

Comments
 (0)