Skip to content

Commit

Permalink
Version Packages (#11)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @cloudwalker/react-inspect@0.6.0

### Minor Changes

- bd175bc: Upgraded all the major dependencies of the package, included
react 18 (the package code is still written in react 15 tho)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2022
1 parent bd175bc commit e079472
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-dodos-appear.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-inspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudwalker/react-inspect

## 0.6.0

### Minor Changes

- bd175bc: Upgraded all the major dependencies of the package, included react 18 (the package code is still written in react 15 tho)

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudwalker/react-inspect",
"version": "0.5.3",
"version": "0.6.0",
"description": "Because json stringify is not enough",
"scripts": {
"lint": "eslint src/**",
Expand Down

0 comments on commit e079472

Please sign in to comment.