Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 20, 2021
1 parent 88cbf8a commit 5d018b0
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 44 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [0.9.1](https://github.com/Akryum/peeky/compare/v0.9.0...v0.9.1) (2021-12-20)


### Bug Fixes

* **client:** gray button colors ([b7ee791](https://github.com/Akryum/peeky/commit/b7ee79155522dbd4e00791477e88eb23709c2031))
* **client:** test view toolbar align ([8fe4c35](https://github.com/Akryum/peeky/commit/8fe4c358f676bb610df72a38d7578ef159f9eeb7))
* remove unnecessary console log ([8b392e4](https://github.com/Akryum/peeky/commit/8b392e419db9a0eef100b49bbc05d802ff0bbe72))


### Features

* **cli:** reporters option ([4d3e92e](https://github.com/Akryum/peeky/commit/4d3e92e72796bdf40fe7c0fa65676d847c3eb950))
* **cli:** run quickFilter, related to [#34](https://github.com/Akryum/peeky/issues/34) ([c6e72fd](https://github.com/Akryum/peeky/commit/c6e72fd5f228fe6b7c524ba35bec0e6f9fefbd90))
* completed reporter ([c058821](https://github.com/Akryum/peeky/commit/c058821bbecb2cafbdb901a40d56a4318317d263))
* **config:** reporters ([7f0ea39](https://github.com/Akryum/peeky/commit/7f0ea39b0d0bd95ee79d9cc69ca715331630f8a8))
* console-json reporter ([531ea31](https://github.com/Akryum/peeky/commit/531ea3126f4a22aaa08f6c07db2628f6dfcbe44a))
* initial reporter interface ([76df42a](https://github.com/Akryum/peeky/commit/76df42a15132887a884967aa4fbe8d38558d4f90))
* redirect console ([36dd362](https://github.com/Akryum/peeky/commit/36dd362d456c084cd7c88921715f1fb2c2236473))
* remove suite complete log ([2c54c32](https://github.com/Akryum/peeky/commit/2c54c328bad14266f10704e53d10aa835c797b21))



# [0.9.0](https://github.com/Akryum/peeky/compare/v0.8.6...v0.9.0) (2021-12-18)


Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add scripts to use the CLI in your `package.json` file:
"test": "peeky run"
},
"devDependencies": {
"@peeky/test": "^0.9.0"
"@peeky/test": "^0.9.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-demo",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"server": "nodemon ../../packages/peeky-server/dist/standalone.js --watch ../../packages --delay 200ms -e js --ignore tests/ --nexus-artifacts",
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": "peeky-mono-repo",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"repository": {
"url": "https://github.com/Akryum/peeky.git",
Expand Down
10 changes: 5 additions & 5 deletions packages/peeky-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/cli",
"version": "0.9.0",
"version": "0.9.1",
"description": "Command-line interface for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/config": "^0.9.0",
"@peeky/eslint-plugin": "^0.9.0",
"@peeky/runner": "^0.9.0",
"@peeky/server": "^0.9.0",
"@peeky/config": "^0.9.1",
"@peeky/eslint-plugin": "^0.9.1",
"@peeky/runner": "^0.9.1",
"@peeky/server": "^0.9.1",
"consola": "^2.15.0",
"lodash": "^4.17.21",
"open": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-client-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client-dist",
"version": "0.9.0",
"version": "0.9.1",
"description": "Frontend production build for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client",
"version": "0.9.0",
"version": "0.9.1",
"description": "Frontend for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@peeky/server": "^0.9.0",
"@peeky/utils": "^0.9.0",
"@peeky/server": "^0.9.1",
"@peeky/utils": "^0.9.1",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"@vue/apollo-util": "^4.0.0-alpha.14",
"@zhuowenli/vue-feather-icons": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/peeky-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/config",
"version": "0.9.0",
"version": "0.9.1",
"description": "Configuration utils for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/utils": "^0.9.0",
"@peeky/utils": "^0.9.1",
"consola": "^2.15.0",
"reactive-fs": "^0.4.1",
"shortid": "^2.2.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/eslint-plugin",
"version": "0.9.0",
"version": "0.9.1",
"description": "Eslint plugin for Peeky, the testing framework for curious minds",
"license": "MIT",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/runner",
"version": "0.9.0",
"version": "0.9.1",
"description": "Test runner for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@akryum/workerpool": "^6.0.5-alpha.2",
"@peeky/config": "^0.9.0",
"@peeky/utils": "^0.9.0",
"@peeky/config": "^0.9.1",
"@peeky/utils": "^0.9.1",
"@types/sinon": "^9.0.10",
"anymatch": "^3.1.2",
"chalk": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/peeky-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/server",
"version": "0.9.0",
"version": "0.9.1",
"description": "Server for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/client-dist": "^0.9.0",
"@peeky/config": "^0.9.0",
"@peeky/runner": "^0.9.0",
"@peeky/client-dist": "^0.9.1",
"@peeky/config": "^0.9.1",
"@peeky/runner": "^0.9.1",
"ansi_up": "^5.1.0",
"apollo-server-express": "^2.19.2",
"chokidar": "^3.5.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/peeky-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/test",
"version": "0.9.0",
"version": "0.9.1",
"description": "A fast and fun test runner for Vite & Node 🐈️",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/cli": "^0.9.0",
"@peeky/config": "^0.9.0",
"@peeky/eslint-plugin": "^0.9.0",
"@peeky/runner": "^0.9.0"
"@peeky/cli": "^0.9.1",
"@peeky/config": "^0.9.1",
"@peeky/eslint-plugin": "^0.9.1",
"@peeky/runner": "^0.9.1"
},
"devDependencies": {
"@types/node": "^14.14.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/utils",
"version": "0.9.0",
"version": "0.9.1",
"description": "Common utilities for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d018b0

Please sign in to comment.