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

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 5, 2022
1 parent 5080513 commit 38642e9
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 44 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.10.2](https://github.com/Akryum/peeky/compare/v0.10.1...v0.10.2) (2022-01-05)


### Bug Fixes

* better default for collect coverage match ([1f4aa59](https://github.com/Akryum/peeky/commit/1f4aa59525fc6f57163bcf27dba35a7d87d6e963))
* better defaults for watch file patterns ([000fbae](https://github.com/Akryum/peeky/commit/000fbae7b2d42b58cd052ed3de68a59ad75c8d5f))


### Features

* **ui:** redirect to tests view by default ([#65](https://github.com/Akryum/peeky/issues/65)) ([5080513](https://github.com/Akryum/peeky/commit/5080513eb0401e0142c963528b248ac1ee5f1db6))



## [0.10.1](https://github.com/Akryum/peeky/compare/v0.10.0...v0.10.1) (2022-01-02)


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.10.1"
"@peeky/test": "^0.10.2"
}
}
```
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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/eslint-plugin": "^0.10.1",
"@peeky/runner": "^0.10.1",
"@peeky/server": "^0.10.1",
"@peeky/config": "^0.10.2",
"@peeky/eslint-plugin": "^0.10.2",
"@peeky/runner": "^0.10.2",
"@peeky/server": "^0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/utils": "^0.10.1",
"@peeky/server": "^0.10.2",
"@peeky/utils": "^0.10.2",
"@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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/utils": "^0.10.2",
"consola": "^2.15.0",
"pathe": "^0.2.0",
"reactive-fs": "^0.4.1",
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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/utils": "^0.10.1",
"@peeky/config": "^0.10.2",
"@peeky/utils": "^0.10.2",
"@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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/config": "^0.10.1",
"@peeky/runner": "^0.10.1",
"@peeky/client-dist": "^0.10.2",
"@peeky/config": "^0.10.2",
"@peeky/runner": "^0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"@peeky/config": "^0.10.1",
"@peeky/eslint-plugin": "^0.10.1",
"@peeky/runner": "^0.10.1"
"@peeky/cli": "^0.10.2",
"@peeky/config": "^0.10.2",
"@peeky/eslint-plugin": "^0.10.2",
"@peeky/runner": "^0.10.2"
},
"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.10.1",
"version": "0.10.2",
"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 38642e9

Please sign in to comment.