Skip to content

Commit

Permalink
chore(release 🔖): publish 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal committed Jun 11, 2021
1 parent 5f51b36 commit 32adb67
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 22 deletions.
11 changes: 11 additions & 0 deletions 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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)


### Bug Fixes

* **extension 🐛:** cache and extension improvements ([5f51b36](https://github.com/phenomnomnominal/betterer/commit/5f51b36b4e0a28f00962d135499039a0c659e900))





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.3.4",
"version": "4.3.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/betterer/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)


### Bug Fixes

* **extension 🐛:** cache and extension improvements ([5f51b36](https://github.com/phenomnomnominal/betterer/commit/5f51b36b4e0a28f00962d135499039a0c659e900))





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/betterer
Expand Down
4 changes: 2 additions & 2 deletions packages/betterer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/betterer",
"description": "Main engine for runing betterer tests",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@betterer/constraints": "^4.0.0",
"@betterer/errors": "^4.0.0",
"@betterer/logger": "^4.3.4",
"@betterer/reporter": "^4.3.4",
"@betterer/reporter": "^4.3.5",
"@phenomnomnominal/debug": "^0.2.5",
"callsite": "^1.0.0",
"chokidar": "^3.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/cli





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/cli",
"description": "betterer CLI",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"@betterer/tasks": "^4.1.1",
"@phenomnomnominal/worker-require": "^0.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/eslint





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/eslint
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/eslint",
"description": "ESLint test for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"tslib": "^2.0.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/extension/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)


### Bug Fixes

* **extension 🐛:** cache and extension improvements ([5f51b36](https://github.com/phenomnomnominal/betterer/commit/5f51b36b4e0a28f00962d135499039a0c659e900))





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package betterer-vscode
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "Betterer",
"private": true,
"description": "VSCode extension for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"main": "./dist/client/client.js",
"author": "Craig Spence <[email protected]>",
"homepage": "https://phenomnomnominal.github.io/betterer",
Expand Down Expand Up @@ -146,8 +146,8 @@
"vscode-uri": "^3.0.0"
},
"devDependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/cli": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/cli": "^4.3.5",
"@betterer/errors": "^4.0.0",
"@betterer/logger": "^4.3.4",
"@types/jest-cli": "^24.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fixture/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/fixture





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/fixture
Expand Down
4 changes: 2 additions & 2 deletions packages/fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/fixture",
"description": "Test fixtures for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"private": true,
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"ansi-regex": "^5.0.0",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/regexp/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/regexp





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/regexp
Expand Down
4 changes: 2 additions & 2 deletions packages/regexp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/regexp",
"description": "RegExp test for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"tslib": "^2.0.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/reporter/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/reporter





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/reporter
Expand Down
4 changes: 2 additions & 2 deletions packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/reporter",
"description": "Default reporter @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"@betterer/logger": "^4.3.4",
"@betterer/tasks": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/stylelint





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/stylelint
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/stylelint",
"description": "Stylelint test for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"tslib": "^2.0.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/tsquery/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/tsquery





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/tsquery
Expand Down
4 changes: 2 additions & 2 deletions packages/tsquery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/tsquery",
"description": "TSQuery test for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"@phenomnomnominal/tsquery": "^4.1.0",
"tslib": "^2.0.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/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.

## [4.3.5](https://github.com/phenomnomnominal/betterer/compare/v4.3.4...v4.3.5) (2021-06-11)

**Note:** Version bump only for package @betterer/typescript





## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09)

**Note:** Version bump only for package @betterer/typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betterer/typescript",
"description": "TypeScript test for @betterer/betterer",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@betterer/betterer": "^4.3.4",
"@betterer/betterer": "^4.3.5",
"@betterer/errors": "^4.0.0",
"tslib": "^2.0.3"
},
Expand Down

0 comments on commit 32adb67

Please sign in to comment.