Skip to content

Commit 368658d

Browse files
Merge pull request #379 from core-ds/changeset-release/master
Version Packages
2 parents 0722e80 + faf03dc commit 368658d

9 files changed

Lines changed: 31 additions & 22 deletions

File tree

.changeset/hip-mails-guess.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/many-spiders-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-rivers-wonder.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/arui-scripts/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# [15.3.0](https://github.com/core-ds/arui-scripts/compare/v15.2.0...v15.3.0) (2023-06-30)
22

3+
## 20.6.0
4+
5+
### Minor Changes
6+
7+
- [#374](https://github.com/core-ds/arui-scripts/pull/374) [`e1de841`](https://github.com/core-ds/arui-scripts/commit/e1de841b5c19242801416ba8fb3acf9c7721f481) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Добавлена экспериментальная поддержка [react-compiler](https://react.dev/learn/react-compiler/introduction).
8+
9+
На данный момент **не рекомендуется** использовать её в production проектах.
10+
11+
- [#384](https://github.com/core-ds/arui-scripts/pull/384) [`64d8412`](https://github.com/core-ds/arui-scripts/commit/64d8412c262a15299cb901501a39100ca78902a9) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Добавлена возможность создавать отдельную сборку для wmf модулей для применения css префиксов только к коду модулей
12+
13+
- [#382](https://github.com/core-ds/arui-scripts/pull/382) [`fb0a02e`](https://github.com/core-ds/arui-scripts/commit/fb0a02ea68d60b1c67ecda72dc4a200c5c91ad23) Thanks [@qrik116](https://github.com/qrik116)! - Добавлена команда `exec` для запуска `node` приложения, чтобы приложение могло получать `signals` от операционной системы
14+
15+
В частности сигнал завершении работы `SIGTERM`, чтобы была возможность корректно завершить работу приложения и выполнить отключение от баз данных и других ресурсов
16+
317
## 20.5.1
418

519
### Patch Changes

packages/arui-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arui-scripts",
3-
"version": "20.5.1",
3+
"version": "20.6.0",
44
"main": "./build/index.js",
55
"typings": "./build/index.d.ts",
66
"license": "MPL-2.0",

packages/example-modules/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-modules
22

3+
## 1.1.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e1de841`](https://github.com/core-ds/arui-scripts/commit/e1de841b5c19242801416ba8fb3acf9c7721f481), [`64d8412`](https://github.com/core-ds/arui-scripts/commit/64d8412c262a15299cb901501a39100ca78902a9), [`fb0a02e`](https://github.com/core-ds/arui-scripts/commit/fb0a02ea68d60b1c67ecda72dc4a200c5c91ad23)]:
8+
- arui-scripts@20.6.0
9+
310
## 1.1.75
411

512
### Patch Changes

packages/example-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-modules",
3-
"version": "1.1.75",
3+
"version": "1.1.76",
44
"private": true,
55
"scripts": {
66
"build:app": "arui-scripts build",

packages/example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example
22

3+
## 1.1.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e1de841`](https://github.com/core-ds/arui-scripts/commit/e1de841b5c19242801416ba8fb3acf9c7721f481), [`64d8412`](https://github.com/core-ds/arui-scripts/commit/64d8412c262a15299cb901501a39100ca78902a9), [`fb0a02e`](https://github.com/core-ds/arui-scripts/commit/fb0a02ea68d60b1c67ecda72dc4a200c5c91ad23)]:
8+
- arui-scripts@20.6.0
9+
310
## 1.1.75
411

512
### Patch Changes

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.1.75",
3+
"version": "1.1.76",
44
"private": true,
55
"scripts": {
66
"build:app": "arui-scripts build",

0 commit comments

Comments
 (0)