From 65091587f2c6b1de0a786382938b1236bcd65b3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Sep 2023 08:20:55 +0000 Subject: [PATCH] Version Packages --- .changeset/wild-keys-study.md | 5 ----- packages/arui-scripts/CHANGELOG.md | 6 ++++++ packages/arui-scripts/package.json | 2 +- packages/example-modules/CHANGELOG.md | 7 +++++++ packages/example-modules/package.json | 2 +- packages/example/CHANGELOG.md | 7 +++++++ packages/example/package.json | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 .changeset/wild-keys-study.md diff --git a/.changeset/wild-keys-study.md b/.changeset/wild-keys-study.md deleted file mode 100644 index 7ab5f22a..00000000 --- a/.changeset/wild-keys-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"arui-scripts": patch ---- - -Исправлено дублирование css-переменных в дев режиме, оно приводило к замедлению работы devtools. diff --git a/packages/arui-scripts/CHANGELOG.md b/packages/arui-scripts/CHANGELOG.md index 8546a46d..e681acfd 100644 --- a/packages/arui-scripts/CHANGELOG.md +++ b/packages/arui-scripts/CHANGELOG.md @@ -1,5 +1,11 @@ # [15.3.0](https://github.com/core-ds/arui-scripts/compare/v15.2.0...v15.3.0) (2023-06-30) +## 15.7.4 + +### Patch Changes + +- [#119](https://github.com/core-ds/arui-scripts/pull/119) [`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2) Thanks [@reme3d2y](https://github.com/reme3d2y)! - Исправлено дублирование css-переменных в дев режиме, оно приводило к замедлению работы devtools. + ## 15.7.3 ### Patch Changes diff --git a/packages/arui-scripts/package.json b/packages/arui-scripts/package.json index d3765d59..b09b62cb 100644 --- a/packages/arui-scripts/package.json +++ b/packages/arui-scripts/package.json @@ -1,6 +1,6 @@ { "name": "arui-scripts", - "version": "15.7.3", + "version": "15.7.4", "main": "./build/index.js", "typings": "./build/index.d.ts", "license": "MPL-2.0", diff --git a/packages/example-modules/CHANGELOG.md b/packages/example-modules/CHANGELOG.md index ad0dcf2c..98bcea7b 100644 --- a/packages/example-modules/CHANGELOG.md +++ b/packages/example-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # example-modules +## 1.1.5 + +### Patch Changes + +- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: + - arui-scripts@15.7.4 + ## 1.1.4 ### Patch Changes diff --git a/packages/example-modules/package.json b/packages/example-modules/package.json index 37bab094..f3c031b8 100644 --- a/packages/example-modules/package.json +++ b/packages/example-modules/package.json @@ -1,6 +1,6 @@ { "name": "example-modules", - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build:app": "arui-scripts build", diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index 292227d4..5b894543 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 1.1.5 + +### Patch Changes + +- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: + - arui-scripts@15.7.4 + ## 1.1.4 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index ef2c0269..eeed48e5 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build:app": "arui-scripts build",