Skip to content

Commit

Permalink
Merge pull request #272 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 Oct 8, 2024
2 parents 3b7995e + b6196bf commit 8218cba
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-laws-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-terms-shave.md

This file was deleted.

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

## 18.0.0

### Major Changes

- [#271](https://github.com/core-ds/arui-scripts/pull/271) [`ccff520`](https://github.com/core-ds/arui-scripts/commit/ccff52095274dc558574d08002d31cc3ecda7fa2) Thanks [@Lecklark](https://github.com/Lecklark)! - Исправление настройки output.publicPath в конфиге webpack для compat модулей

### Patch Changes

- [#273](https://github.com/core-ds/arui-scripts/pull/273) [`b96804d`](https://github.com/core-ds/arui-scripts/commit/b96804dfb2e34dd7008c4a93e7c1103cbda9615c) Thanks [@VladislavNsk](https://github.com/VladislavNsk)! - Добавлена возможность задавать css префикс для MF модулей

## 17.4.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": "17.4.0",
"version": "18.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.44

### Patch Changes

- Updated dependencies [[`ccff520`](https://github.com/core-ds/arui-scripts/commit/ccff52095274dc558574d08002d31cc3ecda7fa2), [`b96804d`](https://github.com/core-ds/arui-scripts/commit/b96804dfb2e34dd7008c4a93e7c1103cbda9615c)]:
- [email protected]

## 1.1.43

### 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.43",
"version": "1.1.44",
"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.44

### Patch Changes

- Updated dependencies [[`ccff520`](https://github.com/core-ds/arui-scripts/commit/ccff52095274dc558574d08002d31cc3ecda7fa2), [`b96804d`](https://github.com/core-ds/arui-scripts/commit/b96804dfb2e34dd7008c4a93e7c1103cbda9615c)]:
- [email protected]

## 1.1.43

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

0 comments on commit 8218cba

Please sign in to comment.