Skip to content

Commit

Permalink
Merge pull request #183 from core-ds/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
heymdall-legal authored Jan 16, 2024
2 parents 02e514c + b32d186 commit 8e747e4
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 34 deletions.
11 changes: 0 additions & 11 deletions .changeset/famous-windows-press.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/fast-wolves-deliver.md

This file was deleted.

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

## 16.0.0

### Major Changes

- [#179](https://github.com/core-ds/arui-scripts/pull/179) [`2a47b41`](https://github.com/core-ds/arui-scripts/commit/2a47b412cf3937542652d5d105357567cb0bdf21) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Прекращена поддержка nodejs@14.
Поддерживаемые версии nodejs: `16.20.2, 18.0.0+, 20.0.0+`.

Базовые образы `alpine-node-nginx` больше не будут публиковаться с тегом `latest`, он остается зафиксированным на версии `14.21.3`.

Вы можете продолжать использовать `arui-scripts` с nodejs@14, но мы не будем исправлять ошибки, связанные с этой версией nodejs.
Совместимость peer зависимостей не гарантируется.

- [#178](https://github.com/core-ds/arui-scripts/pull/178) [`5158f3a`](https://github.com/core-ds/arui-scripts/commit/5158f3a761d5d85ce506353d6a08cd5d15313411) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Обновление списка поддерживаемых браузеров.
Прекращена поддержка IE11.

Это влияет как на собираемый js-код, так и на стили.

При желании вы можете переопределить список поддеживаемых браузеров через оверрайды.

```ts
// arui-scripts.overrides.ts
import { OverrideFile } from 'arui-scripts';
const override: OverrideFile = {
browsers: () => ['last 2 versions', 'not ie < 11'], // или любой другой ваш список
};

export default override;
```

## 15.11.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": "15.11.0",
"version": "16.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.20

### Patch Changes

- Updated dependencies [[`2a47b41`](https://github.com/core-ds/arui-scripts/commit/2a47b412cf3937542652d5d105357567cb0bdf21), [`5158f3a`](https://github.com/core-ds/arui-scripts/commit/5158f3a761d5d85ce506353d6a08cd5d15313411)]:
- [email protected]

## 1.1.19

### 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.19",
"version": "1.1.20",
"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.20

### Patch Changes

- Updated dependencies [[`2a47b41`](https://github.com/core-ds/arui-scripts/commit/2a47b412cf3937542652d5d105357567cb0bdf21), [`5158f3a`](https://github.com/core-ds/arui-scripts/commit/5158f3a761d5d85ce506353d6a08cd5d15313411)]:
- [email protected]

## 1.1.19

### 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.19",
"version": "1.1.20",
"private": true,
"scripts": {
"build:app": "arui-scripts build",
Expand Down

0 comments on commit 8e747e4

Please sign in to comment.