Skip to content

Commit

Permalink
Merge pull request #264 from core-ds/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
heymdall-legal authored Sep 19, 2024
2 parents 2678d59 + 5be321f commit 3df89a9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-tsconfig-optional-chaining.md

This file was deleted.

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)

## 17.2.1

### Patch Changes

- [#263](https://github.com/core-ds/arui-scripts/pull/263) [`6b22d44`](https://github.com/core-ds/arui-scripts/commit/6b22d44f6b3e8e6c5a6e2ef7454a5fbff2c5d0e4) Thanks [@kiskv](https://github.com/kiskv)! - Исправлено падение при использовании tsconfig, который не содержит поля compilerOptions

## 17.2.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.2.0",
"version": "17.2.1",
"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.41

### Patch Changes

- Updated dependencies [[`6b22d44`](https://github.com/core-ds/arui-scripts/commit/6b22d44f6b3e8e6c5a6e2ef7454a5fbff2c5d0e4)]:
- [email protected]

## 1.1.40

### 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.40",
"version": "1.1.41",
"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.41

### Patch Changes

- Updated dependencies [[`6b22d44`](https://github.com/core-ds/arui-scripts/commit/6b22d44f6b3e8e6c5a6e2ef7454a5fbff2c5d0e4)]:
- [email protected]

## 1.1.40

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

0 comments on commit 3df89a9

Please sign in to comment.