Skip to content

Commit

Permalink
Merge pull request #145 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 16, 2023
2 parents 1d5758e + d92e9b0 commit fcef01a
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-days-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-icons-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-chefs-press.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/arui-scripts-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @alfalab/scripts-modules

## 1.6.0

### Minor Changes

- [#142](https://github.com/core-ds/arui-scripts/pull/142) [`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Добавлена возможность загружать монтируемые модули в shadow-DOM

### Patch Changes

- [#146](https://github.com/core-ds/arui-scripts/pull/146) [`92cb660`](https://github.com/core-ds/arui-scripts/commit/92cb6606518f9226d0e61f3af755f3b1531946f5) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Исправлено удаление модулей и их ресурсов со страници при отмонтировании хука до загрузки модуля

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arui-scripts-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/scripts-modules",
"version": "1.5.0",
"version": "1.6.0",
"main": "./build/index.js",
"module": "./build/esm/index.js",
"typings": "./build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/arui-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.10.0

### Minor Changes

- [#142](https://github.com/core-ds/arui-scripts/pull/142) [`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Runtime css чанки теперь могут подключаться в определяемую из вне ноду

## 15.9.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.9.0",
"version": "15.10.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"license": "MPL-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/example-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example-modules

## 1.1.12

### Patch Changes

- Updated dependencies [[`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca), [`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca), [`92cb660`](https://github.com/core-ds/arui-scripts/commit/92cb6606518f9226d0e61f3af755f3b1531946f5)]:
- @alfalab/scripts-modules@1.6.0
- [email protected]
- @alfalab/scripts-server@1.2.1

## 1.1.11

### 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.11",
"version": "1.1.12",
"private": true,
"scripts": {
"build:app": "arui-scripts build",
Expand Down
9 changes: 9 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example

## 1.1.12

### Patch Changes

- Updated dependencies [[`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca), [`473ab9f`](https://github.com/core-ds/arui-scripts/commit/473ab9f0482c740741c7ed7ae6e926d5ae06feca), [`92cb660`](https://github.com/core-ds/arui-scripts/commit/92cb6606518f9226d0e61f3af755f3b1531946f5)]:
- @alfalab/scripts-modules@1.6.0
- [email protected]
- @alfalab/scripts-server@1.2.1

## 1.1.11

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

0 comments on commit fcef01a

Please sign in to comment.