Skip to content

Commit

Permalink
Merge pull request #136 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 2, 2023
2 parents d585c35 + c4af9f0 commit bc8a117
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-fireants-tell.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- [#135](https://github.com/core-ds/arui-scripts/pull/135) [`7b897ed`](https://github.com/core-ds/arui-scripts/commit/7b897ed5ce4485d42c7d7ab7516038e802de9396) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Добавлен экспорт функции executeModuleFactory для использования модулей фабрик вне react-хуков

## 1.4.1

### Patch 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.4.1",
"version": "1.5.0",
"main": "./build/index.js",
"module": "./build/esm/index.js",
"typings": "./build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/example-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-modules

## 1.1.9

### Patch Changes

- Updated dependencies [[`7b897ed`](https://github.com/core-ds/arui-scripts/commit/7b897ed5ce4485d42c7d7ab7516038e802de9396)]:
- @alfalab/scripts-modules@1.5.0
- @alfalab/scripts-server@1.2.1

## 1.1.8

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

## 1.1.9

### Patch Changes

- Updated dependencies [[`7b897ed`](https://github.com/core-ds/arui-scripts/commit/7b897ed5ce4485d42c7d7ab7516038e802de9396)]:
- @alfalab/scripts-modules@1.5.0
- @alfalab/scripts-server@1.2.1

## 1.1.8

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

0 comments on commit bc8a117

Please sign in to comment.