Skip to content

Commit

Permalink
chore: update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jul 14, 2022
1 parent d09718a commit 722a983
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/shy-bugs-smoke.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "^18.2.0",
"reassure": "0.2.0",
"reassure": "0.2.1",
"typescript": "^4.6.2"
}
}
6 changes: 6 additions & 0 deletions packages/reassure-measure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/reassure-measure

## 0.1.2

### Patch Changes

- 417dcf6a: Ability to provide custom `render` and `cleanup` function for measure step.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reassure-measure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/reassure-measure",
"version": "0.1.1",
"version": "0.1.2",
"description": "Performance measurement library for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/reassure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# reassure

## 0.2.1

### Patch Changes

- 417dcf6a: Ability to provide custom `render` and `cleanup` function for measure step.
- Updated dependencies [417dcf6a]
- @callstack/reassure-measure@0.1.2

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reassure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reassure",
"version": "0.2.0",
"version": "0.2.1",
"description": "Performance testing companion for React and React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-cli": "0.3.0",
"@callstack/reassure-measure": "0.1.1"
"@callstack/reassure-measure": "0.1.2"
},
"devDependencies": {
"typescript": "^4.6.2"
Expand Down

0 comments on commit 722a983

Please sign in to comment.