Skip to content

Commit

Permalink
chore: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Oct 28, 2024
1 parent 780f4f3 commit 389e4b0
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-buses-taste.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/reassure-cli

## 1.3.0

### Patch Changes

- @callstack/reassure-compare@1.3.0
- @callstack/reassure-logger@1.3.0

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-cli",
"version": "1.2.1",
"version": "1.3.0",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-compare": "1.2.1",
"@callstack/reassure-logger": "1.2.1",
"@callstack/reassure-compare": "1.3.0",
"@callstack/reassure-logger": "1.3.0",
"chalk": "4.1.2",
"simple-git": "^3.26.0",
"yargs": "^17.7.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/reassure-compare

## 1.3.0

### Patch Changes

- @callstack/reassure-logger@1.3.0

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-compare",
"version": "1.2.1",
"version": "1.3.0",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "1.2.1",
"@callstack/reassure-logger": "1.3.0",
"ts-markdown-builder": "0.4.0",
"ts-regex-builder": "^1.8.2",
"zod": "^3.23.8"
Expand Down
2 changes: 2 additions & 0 deletions packages/danger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/reassure-danger

## 1.3.0

## 1.2.1

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/danger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-danger",
"version": "1.2.1",
"version": "1.3.0",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/reassure-logger

## 1.3.0

## 1.2.1

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-logger",
"version": "1.2.1",
"version": "1.3.0",
"description": "Logger for Reassure project",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/measure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @callstack/reassure-measure

## 1.3.0

### Minor Changes

- 63f1f35: improve `measureRenders` precision on React Native

### Patch Changes

- @callstack/reassure-logger@1.3.0

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-measure",
"version": "1.2.1",
"version": "1.3.0",
"description": "Performance measurement library for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "1.2.1",
"@callstack/reassure-logger": "1.3.0",
"mathjs": "^13.1.1",
"pretty-format": "^29.7.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/reassure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# reassure

## 1.3.0

### Patch Changes

- Updated dependencies [63f1f35]
- @callstack/reassure-measure@1.3.0
- @callstack/reassure-cli@1.3.0
- @callstack/reassure-compare@1.3.0
- @callstack/reassure-danger@1.3.0

## 1.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/reassure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reassure",
"version": "1.2.1",
"version": "1.3.0",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-cli": "1.2.1",
"@callstack/reassure-compare": "1.2.1",
"@callstack/reassure-danger": "1.2.1",
"@callstack/reassure-measure": "1.2.1",
"@callstack/reassure-cli": "1.3.0",
"@callstack/reassure-compare": "1.3.0",
"@callstack/reassure-danger": "1.3.0",
"@callstack/reassure-measure": "1.3.0",
"import-local": "^3.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 389e4b0

Please sign in to comment.