Skip to content

Commit

Permalink
ui-v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Feb 28, 2022
1 parent 158fe86 commit dbbce1c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
20 changes: 20 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/parca-dev/parca/compare/ui-v0.10.0...ui-v0.10.1) (2022-02-28)

## [0.9.3](https://github.com/parca-dev/parca/compare/ui-v0.9.2...ui-v0.9.3) (2022-02-23)

### Features

- initialize redux toolkit, use for dark mode setting ([478b6dd](https://github.com/parca-dev/parca/commit/478b6ddc6c14e695272cef01cc24fb79b7b1b8e9))

## [0.9.2](https://github.com/parca-dev/parca/compare/ui-v0.9.1...ui-v0.9.2) (2022-02-22)

## [0.9.1](https://github.com/parca-dev/parca/compare/ui-v0.9.0...ui-v0.9.1) (2022-02-21)

# [0.9.0](https://github.com/parca-dev/parca/compare/ui-v0.8.1...ui-v0.9.0) (2022-02-16)

## [0.8.1](https://github.com/parca-dev/parca/compare/ui-v0.8.0...ui-v0.8.1) (2022-02-09)

# [0.8.0](https://github.com/parca-dev/parca/compare/ui-v0.7.13...ui-v0.8.0) (2022-01-31)

## 0.7.13 (2022-01-25)

# [0.10.0](https://github.com/parca-dev/parca/compare/ui-v0.9.3...ui-v0.10.0) (2022-02-28)

### Features
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.10.0",
"version": "0.10.1",
"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.10.1](https://github.com/parca-dev/parca/compare/ui-v0.10.0...ui-v0.10.1) (2022-02-28)

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

# [0.10.0](https://github.com/parca-dev/parca/compare/ui-v0.9.3...ui-v0.10.0) (2022-02-28)

### Features
Expand Down
6 changes: 3 additions & 3 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.10.0",
"version": "0.10.1",
"description": "Parca Web Interface",
"scripts": {
"lint": "eslint --no-error-on-unmatched-pattern --ext .ts,.tsx,.js src/*",
Expand All @@ -26,8 +26,8 @@
"@headlessui/react": "^1.4.3",
"@parca/client": "^0.10.0",
"@parca/dynamicsize": "^0.10.0",
"@parca/functions": "^0.10.0",
"@parca/icons": "^0.10.0",
"@parca/functions": "^0.10.1",
"@parca/icons": "^0.10.1",
"@parca/parser": "^0.10.0",
"@parca/profile": "^0.10.0",
"@reduxjs/toolkit": "^1.7.2",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/functions/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.10.1](https://github.com/parca-dev/parca/compare/ui-v0.10.0...ui-v0.10.1) (2022-02-28)

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

# [0.10.0](https://github.com/parca-dev/parca/compare/ui-v0.9.3...ui-v0.10.0) (2022-02-28)

**Note:** Version bump only for package @parca/functions
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parca/functions",
"version": "0.10.0",
"version": "0.10.1",
"description": "Templated shared functions",
"main": "src/index.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/icons/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.10.1](https://github.com/parca-dev/parca/compare/ui-v0.10.0...ui-v0.10.1) (2022-02-28)

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

# [0.10.0](https://github.com/parca-dev/parca/compare/ui-v0.9.3...ui-v0.10.0) (2022-02-28)

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

0 comments on commit dbbce1c

Please sign in to comment.