Skip to content

Commit

Permalink
ui-v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yomete committed Jun 14, 2022
1 parent 2a2cf0d commit 9024567
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
30 changes: 30 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/parca-dev/parca/compare/ui-v0.13.6...ui-v0.13.7) (2022-06-14)

## [0.13.5](https://github.com/parca-dev/parca/compare/ui-v0.13.4...ui-v0.13.5) (2022-06-14)

## [0.13.4](https://github.com/parca-dev/parca/compare/ui-v0.13.3...ui-v0.13.4) (2022-06-07)

## [0.13.3](https://github.com/parca-dev/parca/compare/ui-v0.13.2...ui-v0.13.3) (2022-06-07)

## [0.13.2](https://github.com/parca-dev/parca/compare/ui-v0.13.1...ui-v0.13.2) (2022-05-31)

## [0.13.1](https://github.com/parca-dev/parca/compare/ui-v0.13.0...ui-v0.13.1) (2022-05-31)

# [0.13.0](https://github.com/parca-dev/parca/compare/ui-v0.12.38...ui-v0.13.0) (2022-05-30)

### Bug Fixes

- linter errors ([7230db4](https://github.com/parca-dev/parca/commit/7230db46b764d3a11ecb63f2b28a2a666629b5a9))

### Features

- useContainerDimensions hook for smooth chart resize ([3fe5670](https://github.com/parca-dev/parca/commit/3fe5670cb94e838d83e5cb10d453ee620c2dc3c1))

## [0.12.38](https://github.com/parca-dev/parca/compare/ui-v0.12.37...ui-v0.12.38) (2022-05-19)

## [0.12.37](https://github.com/parca-dev/parca/compare/ui-v0.12.36...ui-v0.12.37) (2022-05-16)

## [0.12.36](https://github.com/parca-dev/parca/compare/ui-v0.12.35...ui-v0.12.36) (2022-05-06)

## 0.12.35 (2022-05-05)

## [0.13.6](https://github.com/parca-dev/parca/compare/ui-v0.13.5...ui-v0.13.6) (2022-06-14)

## [0.13.4](https://github.com/parca-dev/parca/compare/ui-v0.13.3...ui-v0.13.4) (2022-06-07)
Expand Down
2 changes: 1 addition & 1 deletion ui/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.6",
"version": "0.13.7",
"npmClient": "yarn",
"tagVersionPrefix": "ui-v",
"useWorkspaces": true,
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/app/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/parca-dev/parca/compare/ui-v0.13.6...ui-v0.13.7) (2022-06-14)

**Note:** Version bump only for package @parca/web

## [0.13.6](https://github.com/parca-dev/parca/compare/ui-v0.13.5...ui-v0.13.6) (2022-06-14)

**Note:** Version bump only for package @parca/web
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/app/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parca/web",
"private": true,
"version": "0.13.6",
"version": "0.13.7",
"description": "Parca Web Interface",
"scripts": {
"lint": "eslint --no-error-on-unmatched-pattern --ext .ts,.tsx,.js src/*",
Expand All @@ -26,7 +26,7 @@
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@parca/client": "^0.13.6",
"@parca/components": "^0.13.6",
"@parca/components": "^0.13.7",
"@parca/dynamicsize": "^0.13.0",
"@parca/functions": "^0.13.3",
"@parca/icons": "^0.13.0",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/parca-dev/parca/compare/ui-v0.13.6...ui-v0.13.7) (2022-06-14)

**Note:** Version bump only for package @parca/components

## [0.13.6](https://github.com/parca-dev/parca/compare/ui-v0.13.5...ui-v0.13.6) (2022-06-14)

**Note:** Version bump only for package @parca/components
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parca/components",
"version": "0.13.6",
"version": "0.13.7",
"description": "A component library for Parca",
"main": "src/index.tsx",
"scripts": {
Expand Down

0 comments on commit 9024567

Please sign in to comment.