Skip to content

Commit

Permalink
Merge pull request #211 from core-ds/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
heymdall-legal committed Apr 25, 2024
2 parents bc8cb61 + 4a2f172 commit 9af7731
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-apricots-stare.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/mighty-terms-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-humans-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-numbers-call.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/arui-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# [15.3.0](https://github.com/core-ds/arui-scripts/compare/v15.2.0...v15.3.0) (2023-06-30)

## 17.0.0

### Major Changes

- [#209](https://github.com/core-ds/arui-scripts/pull/209) [`4ae24e3`](https://github.com/core-ds/arui-scripts/commit/4ae24e35fd9234c9a819fcaef6dc81f06287d2b1) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Теперь по умолчанию jest будет использовать babel для преобразования ts-кода. Если по какой-то причине это
вас не устраивает - вы можете использовать настройку `jestUseTsJest`.

- [#210](https://github.com/core-ds/arui-scripts/pull/210) [`156f551`](https://github.com/core-ds/arui-scripts/commit/156f5514003339470afcae571a1b5b5deed6837a) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - disableDevWebpackTypecheck теперь включён по умолчанию. Это означает что в консоль вашего браузера больше не будут
попадать ошибки тайпскрипта, так же ошибки больше не будут останавливать дев сборку.

В дев режиме тайп чекинг будет писать сообщения об ошибках только в stdout процесса сборщика.

Это позволяет значительно ускорить сборку, особенно в проектах со многими конфигурациями вебпака (десктоп/мобилка, модули и тд).

Если вы хотите вернуть старое поведение - вы можете это сделать установив настройку `disableDevWebpackTypecheck` в `false`.

- [#208](https://github.com/core-ds/arui-scripts/pull/208) [`cb515e1`](https://github.com/core-ds/arui-scripts/commit/cb515e1255b8fae812b01d7b965b4a8a2ad416ef) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Флаг useTscLoader помечен как deprecated

### Minor Changes

- [#213](https://github.com/core-ds/arui-scripts/pull/213) [`6eff863`](https://github.com/core-ds/arui-scripts/commit/6eff863b3ca56b1f77fb16f5c46afccd802621bd) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Улучшен механизм инвалидации кешей вебпака

## 16.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arui-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arui-scripts",
"version": "16.1.0",
"version": "17.0.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"license": "MPL-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/example-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-modules

## 1.1.27

### Patch Changes

- Updated dependencies [[`4ae24e3`](https://github.com/core-ds/arui-scripts/commit/4ae24e35fd9234c9a819fcaef6dc81f06287d2b1), [`156f551`](https://github.com/core-ds/arui-scripts/commit/156f5514003339470afcae571a1b5b5deed6837a), [`cb515e1`](https://github.com/core-ds/arui-scripts/commit/cb515e1255b8fae812b01d7b965b4a8a2ad416ef), [`6eff863`](https://github.com/core-ds/arui-scripts/commit/6eff863b3ca56b1f77fb16f5c46afccd802621bd)]:
- arui-scripts@17.0.0

## 1.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-modules",
"version": "1.1.26",
"version": "1.1.27",
"private": true,
"scripts": {
"build:app": "arui-scripts build",
Expand Down
7 changes: 7 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 1.1.27

### Patch Changes

- Updated dependencies [[`4ae24e3`](https://github.com/core-ds/arui-scripts/commit/4ae24e35fd9234c9a819fcaef6dc81f06287d2b1), [`156f551`](https://github.com/core-ds/arui-scripts/commit/156f5514003339470afcae571a1b5b5deed6837a), [`cb515e1`](https://github.com/core-ds/arui-scripts/commit/cb515e1255b8fae812b01d7b965b4a8a2ad416ef), [`6eff863`](https://github.com/core-ds/arui-scripts/commit/6eff863b3ca56b1f77fb16f5c46afccd802621bd)]:
- arui-scripts@17.0.0

## 1.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.1.26",
"version": "1.1.27",
"private": true,
"scripts": {
"build:app": "arui-scripts build",
Expand Down

0 comments on commit 9af7731

Please sign in to comment.