Skip to content

Commit

Permalink
chore: v1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jun 14, 2024
1 parent 04be1d4 commit b74f0a6
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 14 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"changesets": [
"fluffy-papayas-reply",
"gold-bulldogs-work",
"hot-ties-double",
"lemon-peas-shop"
]
}
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @callstack/reassure-cli

## 1.0.0-rc.5

### Minor Changes

- 04be1d4: Detect render issues (initial render updates, redundant renders)

### Patch Changes

- Updated dependencies [04be1d4]
- @callstack/reassure-compare@1.0.0-rc.5
- @callstack/reassure-logger@1.0.0-rc.5

## 1.0.0-rc.4

### Minor 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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.4",
"@callstack/reassure-logger": "1.0.0-rc.4",
"@callstack/reassure-compare": "1.0.0-rc.5",
"@callstack/reassure-logger": "1.0.0-rc.5",
"chalk": "4.1.2",
"simple-git": "^3.24.0",
"yargs": "^17.7.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @callstack/reassure-compare

## 1.0.0-rc.5

### Minor Changes

- 04be1d4: Detect render issues (initial render updates, redundant renders)

### Patch Changes

- @callstack/reassure-logger@1.0.0-rc.5

## 1.0.0-rc.4

### 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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.4",
"@callstack/reassure-logger": "1.0.0-rc.5",
"markdown-table": "^2.0.0",
"ts-regex-builder": "^1.7.1",
"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.0.0-rc.5

## 1.0.0-rc.4

## 1.0.0-rc.3
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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.5

## 1.0.0-rc.4

## 1.0.0-rc.3
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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.5

### Minor Changes

- 04be1d4: Detect render issues (initial render updates, redundant renders)

### Patch Changes

- @callstack/reassure-logger@1.0.0-rc.5

## 1.0.0-rc.4

### 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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.4",
"@callstack/reassure-logger": "1.0.0-rc.5",
"mathjs": "^12.4.2",
"pretty-format": "^29.7.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/reassure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# reassure

## 1.0.0-rc.5

### Minor Changes

- 04be1d4: Detect render issues (initial render updates, redundant renders)

### Patch Changes

- Updated dependencies [04be1d4]
- @callstack/reassure-compare@1.0.0-rc.5
- @callstack/reassure-measure@1.0.0-rc.5
- @callstack/reassure-cli@1.0.0-rc.5
- @callstack/reassure-danger@1.0.0-rc.5

## 1.0.0-rc.4

### 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.0.0-rc.4",
"version": "1.0.0-rc.5",
"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.0.0-rc.4",
"@callstack/reassure-compare": "1.0.0-rc.4",
"@callstack/reassure-danger": "1.0.0-rc.4",
"@callstack/reassure-measure": "1.0.0-rc.4",
"@callstack/reassure-cli": "1.0.0-rc.5",
"@callstack/reassure-compare": "1.0.0-rc.5",
"@callstack/reassure-danger": "1.0.0-rc.5",
"@callstack/reassure-measure": "1.0.0-rc.5",
"import-local": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit b74f0a6

Please sign in to comment.