Skip to content

Commit

Permalink
Merge pull request #70 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 28, 2023
2 parents 7d83c45 + 3e10009 commit f3170d7
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/young-parrots-push.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.2.0

### Minor Changes

- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support

## 1.1.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.1.0",
"version": "1.2.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-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alfalab/scripts-server

## 1.2.0

### Minor Changes

- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arui-scripts-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/scripts-server",
"version": "1.1.0",
"version": "1.2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"license": "MPL-2.0",
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.0.4

### Patch Changes

- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]:
- @alfalab/scripts-modules@1.2.0
- @alfalab/scripts-server@1.2.0

## 1.0.3

### 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.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"build": "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.0.4

### Patch Changes

- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]:
- @alfalab/scripts-modules@1.2.0
- @alfalab/scripts-server@1.2.0

## 1.0.3

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

0 comments on commit f3170d7

Please sign in to comment.