Skip to content

Commit

Permalink
Merge pull request #302 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 21, 2025
2 parents e09da7b + a5b8a6d commit 821eb59
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-seas-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-spoons-double.md

This file was deleted.

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

## 19.0.1

### Patch Changes

- [#303](https://github.com/core-ds/arui-scripts/pull/303) [`342c717`](https://github.com/core-ds/arui-scripts/commit/342c7171017056214e0ecc3cd7c866f7cce64e88) Thanks [@Echzio](https://github.com/Echzio)! - исправление парсинга postcss, в котором неправильно парсились @media

- [#301](https://github.com/core-ds/arui-scripts/pull/301) [`77bbf31`](https://github.com/core-ds/arui-scripts/commit/77bbf3108257192d056ebf779bc737800b60375c) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Исправлена проблема при обработке маленьких svg (меньше, чем [config.dataUrlMaxSize](https://github.com/core-ds/arui-scripts/blob/master/packages/arui-scripts/docs/settings.md#dataurlmaxsize)): теперь они корректно преобразуются в data-url

## 19.0.0

### Major 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": "19.0.0",
"version": "19.0.1",
"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.54

### Patch Changes

- Updated dependencies [[`342c717`](https://github.com/core-ds/arui-scripts/commit/342c7171017056214e0ecc3cd7c866f7cce64e88), [`77bbf31`](https://github.com/core-ds/arui-scripts/commit/77bbf3108257192d056ebf779bc737800b60375c)]:
- [email protected]

## 1.1.53

### 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.53",
"version": "1.1.54",
"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.54

### Patch Changes

- Updated dependencies [[`342c717`](https://github.com/core-ds/arui-scripts/commit/342c7171017056214e0ecc3cd7c866f7cce64e88), [`77bbf31`](https://github.com/core-ds/arui-scripts/commit/77bbf3108257192d056ebf779bc737800b60375c)]:
- [email protected]

## 1.1.53

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

0 comments on commit 821eb59

Please sign in to comment.