Skip to content

Commit

Permalink
chore: v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Feb 21, 2024
1 parent ff74828 commit 1aadf1e
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-paws-turn.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reassure-root",
"private": true,
"version": "0.0.1",
"version": "1.0.0-beta",
"description": "Performance testing companion for React and React Native",
"source": "src/index",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @callstack/reassure-cli

## 1.0.0-beta

### Major Changes

- v1.0

### Patch Changes

## 0.11.0

### 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": "0.11.0",
"version": "1.0.0-beta",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-compare": "0.11.0",
"@callstack/reassure-logger": "0.11.0",
"@callstack/reassure-compare": "1.0.0-beta",
"@callstack/reassure-logger": "1.0.0-beta",
"simple-git": "^3.16.0",
"chalk": "4.1.2",
"yargs": "^17.6.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @callstack/reassure-compare

## 1.0.0-beta

### Major Changes

- v1.0

### Patch Changes

- Updated dependencies [f9116d0]
- @callstack/reassure-logger@1.0.0-beta

## 0.11.0

### 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": "0.11.0",
"version": "1.0.0-beta",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "0.11.0",
"@callstack/reassure-logger": "1.0.0-beta",
"markdown-table": "^2.0.0",
"zod": "^3.20.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/danger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/reassure-danger

## 1.0.0-beta

### Major Changes

- v1.0

## 0.11.0

## 0.1.1
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": "0.11.0",
"version": "1.0.0-beta",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# @callstack/reassure-logger

### Major Changes

- v1.0

## 0.11.0

### Minor Changes

- b455bd4: refactor: simplify `reassure-logger` package exports

## 1.0.0-beta

## 0.3.1

### Patch Changes
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": "0.11.0",
"version": "1.0.0-beta",
"description": "Logger for Reassure project",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
15 changes: 15 additions & 0 deletions packages/measure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @callstack/reassure-measure

## 1.0.0-beta

### Major Changes

- v1.0

### Minor Changes

- 4352279: - Rename `measurePerformance` to `measureRenders`.

### Patch Changes

- Updated dependencies [f9116d0]
- @callstack/reassure-logger@1.0.0-beta

## 0.11.0

### Minor 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": "0.11.0",
"version": "1.0.0-beta",
"description": "Performance measurement library for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "0.11.0",
"@callstack/reassure-logger": "1.0.0-beta",
"mathjs": "^12.3.2"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/reassure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# reassure

### Major Changes

- v1.0

### Minor Changes

- 4352279: - Rename `measurePerformance` to `measureRenders`, `resetToDefault` to `resetToDefaults`.

### Patch Changes

- Updated dependencies [f9116d0]
- @callstack/reassure-cli@1.0.0-beta
- @callstack/reassure-danger@1.0.0-beta
- @callstack/reassure-measure@1.0.0-beta

## 0.11.0

### Minor Changes
Expand All @@ -14,6 +29,8 @@
- @callstack/reassure-cli@0.11.0
- @callstack/reassure-danger@0.11.0

## 1.0.0-beta

## 0.10.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/reassure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reassure",
"version": "0.11.0",
"version": "1.0.0-beta",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-cli": "0.11.0",
"@callstack/reassure-measure": "0.11.0",
"@callstack/reassure-danger": "0.11.0"
"@callstack/reassure-cli": "1.0.0-beta",
"@callstack/reassure-measure": "1.0.0-beta",
"@callstack/reassure-danger": "1.0.0-beta"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
10 changes: 10 additions & 0 deletions test-apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-native

## 1.0.0-beta

### Major Changes

- v1.0

### Minor Changes

- 4352279: - Rename `measurePerformance` to `measureRenders`, `resetToDefault` to `resetToDefaults`.

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions test-apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app-native",
"description": "Internal Reassure testing app",
"version": "0.1.0",
"version": "1.0.0-beta",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -29,7 +29,7 @@
"metro-react-native-babel-preset": "0.77.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"reassure": "0.11.0",
"reassure": "1.0.0-beta",
"typescript": "^5.2.2"
}
}

0 comments on commit 1aadf1e

Please sign in to comment.