Skip to content

Commit 2488a1d

Browse files
committed
v11.8.0
1 parent 4af167e commit 2488a1d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

ServiceWorker.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
2020
*/
2121
singleton: true,
2222
/**
23-
* @member {String} version='11.7.0'
23+
* @member {String} version='11.8.0'
2424
*/
25-
version: '11.7.0'
25+
version: '11.8.0'
2626
}
2727

2828
/**

apps/portal/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
</url>
427427
<url>
428428
<loc>https://neomjs.com/apps/portal/index.html</loc>
429-
<lastmod>2025-11-20T12:38:26+01:00</lastmod>
429+
<lastmod>2025-11-20T22:39:25+01:00</lastmod>
430430
</url>
431431
<url>
432432
<loc>https://neomjs.com/apps/realworld/index.html</loc>
@@ -446,7 +446,7 @@
446446
</url>
447447
<url>
448448
<loc>https://neomjs.com/apps/shareddialog/index.html</loc>
449-
<lastmod>2025-11-20T12:23:34+01:00</lastmod>
449+
<lastmod>2025-11-20T21:53:53+01:00</lastmod>
450450
</url>
451451
<url>
452452
<loc>https://neomjs.com/examples/button/base/index.html</loc>

apps/portal/view/home/FooterContainer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class FooterContainer extends Container {
108108
}, {
109109
module: Component,
110110
cls : ['neo-version'],
111-
text : 'v11.7.0'
111+
text : 'v11.8.0'
112112
}]
113113
}],
114114
/**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "neo.mjs",
3-
"version" : "11.7.0",
3+
"version" : "11.8.0",
44
"description": "Neo.mjs: The AI-native web platform for building ultra-fast, desktop-like web applications. It features a truly multi-threaded architecture, an enterprise-grade component library, and a zero-builds development mode. Architected for AI collaboration from the ground up, it includes three dedicated Model Context Protocol (MCP) servers.",
55
"type" : "module",
66
"repository": {

src/DefaultConfig.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,12 @@ const DefaultConfig = {
299299
useVdomWorker: true,
300300
/**
301301
* buildScripts/injectPackageVersion.mjs will update this value
302-
* @default '11.7.0'
302+
* @default '11.8.0'
303303
* @memberOf! module:Neo
304304
* @name config.version
305305
* @type String
306306
*/
307-
version: '11.7.0'
307+
version: '11.8.0'
308308
};
309309

310310
Object.assign(DefaultConfig, {

0 commit comments

Comments
 (0)