Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Nov 30, 2024
1 parent 555a05d commit 382d2a7
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@




## 0.6.0 (2024-11-30)

#### :rocket: New Feature
* `analytics`, `feature-toggle`, `ui`, `utils`
* [#99](https://github.com/WasiqB/ultra-reporter-app/pull/99) feat: :sparkles: added feature toggle support ([@WasiqB](https://github.com/WasiqB))
* `tailwind-config`, `ui`
* [#92](https://github.com/WasiqB/ultra-reporter-app/pull/92) feat: :sparkles: updated landing page ([@WasiqB](https://github.com/WasiqB))
* `analytics`, `tailwind-config`, `ui`, `utils`
* [#85](https://github.com/WasiqB/ultra-reporter-app/pull/85) feat: :sparkles: upgraded next js to v15 ([@WasiqB](https://github.com/WasiqB))

#### :bug: Bug Fix
* `ui`, `utils`
* [#97](https://github.com/WasiqB/ultra-reporter-app/pull/97) fix: :bug: fixed issue while parsing results ([@WasiqB](https://github.com/WasiqB))
* [#89](https://github.com/WasiqB/ultra-reporter-app/pull/89) fix: :bug: fixed the sorting issue on duration column ([@WasiqB](https://github.com/WasiqB))
* `ui`
* [#87](https://github.com/WasiqB/ultra-reporter-app/pull/87) fix: :bug: fixed misc ui issues ([@WasiqB](https://github.com/WasiqB))

#### Committers: 1
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))

## 0.5.0 (2024-11-16)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/web",
"description": "Ultra Reporter App",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultra-reporter-app",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/analytics",
"description": "Ultra Reporter Analytics",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"lint": "eslint . --max-warnings 0"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/feature-toggle",
"description": "Ultra Reporter feature toggles",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"lint": "eslint . --max-warnings 0"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/logger",
"description": "Ultra Reporter Analytics",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultra-reporter/typescript-config",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/ui",
"description": "UI components for Ultra Reporter",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ultra-reporter/utils",
"description": "Ultra Reporter Utils",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"exports": {
"./types": "./src/types/types.ts",
Expand Down

0 comments on commit 382d2a7

Please sign in to comment.