Skip to content

Commit

Permalink
Merge pull request #234 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 Jul 3, 2024
2 parents 1543d19 + fa0f9c6 commit d0b40d6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-foxes-drop.md

This file was deleted.

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

## 17.1.5

### Patch Changes

- [#233](https://github.com/core-ds/arui-scripts/pull/233) [`9398cd6`](https://github.com/core-ds/arui-scripts/commit/9398cd64dcb5b84031142f1d7a40ca46503e82d3) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Исправление команды docker-build: она генерировала некорректный dockerfile,
из-за чего контейнер не мог запуститься с ошибкой `Cannot find module '/src/start.sh'`

## 17.1.4

### Patch 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.1.4",
"version": "17.1.5",
"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.36

### Patch Changes

- Updated dependencies [[`9398cd6`](https://github.com/core-ds/arui-scripts/commit/9398cd64dcb5b84031142f1d7a40ca46503e82d3)]:
- [email protected]

## 1.1.35

### 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.35",
"version": "1.1.36",
"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.36

### Patch Changes

- Updated dependencies [[`9398cd6`](https://github.com/core-ds/arui-scripts/commit/9398cd64dcb5b84031142f1d7a40ca46503e82d3)]:
- [email protected]

## 1.1.35

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

0 comments on commit d0b40d6

Please sign in to comment.