Skip to content

Commit

Permalink
Merge pull request #81 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 Aug 14, 2023
2 parents 9ab262a + 3320f56 commit c62d38f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-bats-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-tables-compare.md

This file was deleted.

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

## 15.5.3

### Patch Changes

- [#74](https://github.com/core-ds/arui-scripts/pull/74) [`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Don't require setup files from jest config

- [#82](https://github.com/core-ds/arui-scripts/pull/82) [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Add 200 response for OPTIONS request when devServerCors option is enabled

## 15.5.2

### 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": "15.5.2",
"version": "15.5.3",
"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.0.6

### Patch Changes

- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]:
- [email protected]

## 1.0.5

### 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.5",
"version": "1.0.6",
"private": true,
"scripts": {
"build": "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.0.6

### Patch Changes

- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]:
- [email protected]

## 1.0.5

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

0 comments on commit c62d38f

Please sign in to comment.