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

Commit

Permalink
v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 24, 2022
1 parent 4f5fb02 commit 8c7389c
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 35 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## [0.13.4](https://github.com/Akryum/peeky/compare/v0.13.3...v0.13.4) (2022-02-24)


### Bug Fixes

* snapshot code not taking all available height ([0a2d723](https://github.com/Akryum/peeky/commit/0a2d7232dc362a68788ed6f063572378d765fa1d))


### Features

* **ui:** html preview for snapshot summary, closes [#71](https://github.com/Akryum/peeky/issues/71) ([4f5fb02](https://github.com/Akryum/peeky/commit/4f5fb0233d5df75030c685a41fcd70c724cf3a6c))



## [0.13.3](https://github.com/Akryum/peeky/compare/v0.13.2...v0.13.3) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "peeky-mono-repo",
"version": "0.13.3",
"version": "0.13.4",
"private": true,
"repository": {
"url": "https://github.com/Akryum/peeky.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-cli/package.json
Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/config": "^0.13.3",
"@peeky/config": "^0.13.4",
"@peeky/eslint-plugin": "^0.13.3",
"@peeky/runner": "^0.13.3",
"@peeky/server": "^0.13.3",
"@peeky/runner": "^0.13.4",
"@peeky/server": "^0.13.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@peeky/client-dist",
"version": "0.13.3",
"version": "0.13.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@peeky/client",
"version": "0.13.3",
"version": "0.13.4",
"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.13.3",
"@peeky/utils": "^0.13.3",
"@peeky/server": "^0.13.4",
"@peeky/utils": "^0.13.4",
"@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
@@ -1,6 +1,6 @@
{
"name": "@peeky/config",
"version": "0.13.3",
"version": "0.13.4",
"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.13.3",
"@peeky/utils": "^0.13.4",
"chokidar": "^3.5.3",
"consola": "^2.15.0",
"fs-extra": "^10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "@peeky/runner",
"version": "0.13.3",
"version": "0.13.4",
"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.13.3",
"@peeky/utils": "^0.13.3",
"@peeky/config": "^0.13.4",
"@peeky/utils": "^0.13.4",
"@types/sinon": "^9.0.10",
"c8": "^7.11.0",
"chalk": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/peeky-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@peeky/server",
"version": "0.13.3",
"version": "0.13.4",
"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.13.3",
"@peeky/config": "^0.13.3",
"@peeky/runner": "^0.13.3",
"@peeky/client-dist": "^0.13.4",
"@peeky/config": "^0.13.4",
"@peeky/runner": "^0.13.4",
"ansi_up": "^5.1.0",
"apollo-server-express": "^2.19.2",
"chokidar": "^3.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-test/package.json
Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@peeky/cli": "^0.13.3",
"@peeky/config": "^0.13.3",
"@peeky/config": "^0.13.4",
"@peeky/eslint-plugin": "^0.13.3",
"@peeky/runner": "^0.13.3",
"@peeky/server": "^0.13.3"
"@peeky/runner": "^0.13.4",
"@peeky/server": "^0.13.4"
},
"devDependencies": {
"@types/node": "^14.14.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@peeky/utils",
"version": "0.13.3",
"version": "0.13.4",
"description": "Common utilities for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
28 changes: 14 additions & 14 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 8c7389c

Please sign in to comment.