Skip to content

Commit

Permalink
chore(release): 🚀 publish v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jun 20, 2022
1 parent 1ccc197 commit fe497d6
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nearform/autocannon-ui/compare/v1.1.1...v2.0.0) (2022-06-20)


### Bug Fixes

* stop autocannon instance when request is aborted ([#350](https://github.com/nearform/autocannon-ui/issues/350)) ([45e432c](https://github.com/nearform/autocannon-ui/commit/45e432c55edc22f1addd31c239ae6d122eda0d8a))
* updating pull request event ([#340](https://github.com/nearform/autocannon-ui/issues/340)) ([3e0c71b](https://github.com/nearform/autocannon-ui/commit/3e0c71bc9259b38788294f3d1510ebc0ff4bab67))


### Features

* adding url to card title ([#348](https://github.com/nearform/autocannon-ui/issues/348)) ([af9e89b](https://github.com/nearform/autocannon-ui/commit/af9e89bfedfbd4bebd46514194d12028b9dc4123))
* saving/reading options in browser local storage ([#347](https://github.com/nearform/autocannon-ui/issues/347)) ([11ae183](https://github.com/nearform/autocannon-ui/commit/11ae183570081901d7f6d6b48524fa8fb989cfed))





## [1.1.1](https://github.com/nearform/autocannon-ui/compare/v1.1.0...v1.1.1) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.1",
"version": "2.0.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/autocannon-ui-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nearform/autocannon-ui/compare/v1.1.1...v2.0.0) (2022-06-20)


### Bug Fixes

* stop autocannon instance when request is aborted ([#350](https://github.com/nearform/autocannon-ui/issues/350)) ([45e432c](https://github.com/nearform/autocannon-ui/commit/45e432c55edc22f1addd31c239ae6d122eda0d8a))





# [1.1.0](https://github.com/nearform/autocannon-ui/compare/v1.0.0...v1.1.0) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/autocannon-ui-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocannon-ui-backend",
"version": "1.1.0",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"dev": "npm start -- -P -l info -w",
Expand Down
8 changes: 8 additions & 0 deletions packages/autocannon-ui-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nearform/autocannon-ui/compare/v1.1.1...v2.0.0) (2022-06-20)

**Note:** Version bump only for package autocannon-ui-desktop





## [1.1.1](https://github.com/nearform/autocannon-ui/compare/v1.1.0...v1.1.1) (2021-06-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/autocannon-ui-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocannon-ui-desktop",
"version": "1.1.1",
"version": "2.0.0",
"description": "Desktop app for autocannon-ui tool",
"author": {
"name": "Grzegorz Ilach",
Expand All @@ -19,8 +19,8 @@
"precommit": "lint-staged"
},
"dependencies": {
"autocannon-ui-backend": "^1.1.0",
"autocannon-ui-frontend": "^1.1.0",
"autocannon-ui-backend": "^2.0.0",
"autocannon-ui-frontend": "^2.0.0",
"electron": "^19.0.0",
"electron-store": "^8.0.0",
"electron-util": "^0.17.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/autocannon-ui-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nearform/autocannon-ui/compare/v1.1.1...v2.0.0) (2022-06-20)


### Bug Fixes

* stop autocannon instance when request is aborted ([#350](https://github.com/nearform/autocannon-ui/issues/350)) ([45e432c](https://github.com/nearform/autocannon-ui/commit/45e432c55edc22f1addd31c239ae6d122eda0d8a))


### Features

* adding url to card title ([#348](https://github.com/nearform/autocannon-ui/issues/348)) ([af9e89b](https://github.com/nearform/autocannon-ui/commit/af9e89bfedfbd4bebd46514194d12028b9dc4123))
* saving/reading options in browser local storage ([#347](https://github.com/nearform/autocannon-ui/issues/347)) ([11ae183](https://github.com/nearform/autocannon-ui/commit/11ae183570081901d7f6d6b48524fa8fb989cfed))





# [1.1.0](https://github.com/nearform/autocannon-ui/compare/v1.0.0...v1.1.0) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/autocannon-ui-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocannon-ui-frontend",
"version": "1.1.0",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
8 changes: 8 additions & 0 deletions packages/autocannon-ui-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nearform/autocannon-ui/compare/v1.1.1...v2.0.0) (2022-06-20)

**Note:** Version bump only for package autocannon-ui-web





## [1.1.1](https://github.com/nearform/autocannon-ui/compare/v1.1.0...v1.1.1) (2021-06-23)

**Note:** Version bump only for package autocannon-ui-web
Expand Down
6 changes: 3 additions & 3 deletions packages/autocannon-ui-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocannon-ui-web",
"version": "1.1.1",
"version": "2.0.0",
"description": "Web application for autocannon-ui tool",
"author": {
"name": "Grzegorz Ilach",
Expand All @@ -17,8 +17,8 @@
"precommit": "lint-staged"
},
"dependencies": {
"autocannon-ui-backend": "^1.1.0",
"autocannon-ui-frontend": "^1.1.0",
"autocannon-ui-backend": "^2.0.0",
"autocannon-ui-frontend": "^2.0.0",
"fastify": "^4.0.2",
"fastify-plugin": "^3.0.0",
"fastify-static": "^4.0.0",
Expand Down

0 comments on commit fe497d6

Please sign in to comment.