Skip to content

Commit

Permalink
Release earl 1.3.0 (#310)
Browse files Browse the repository at this point in the history
* Release earl 1.3.0

* Update pnpm-lock.yaml
  • Loading branch information
mateuszradomski authored Jun 10, 2024
1 parent ed0c287 commit 589e06c
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-ghosts-admire.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/example-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"dependencies": {
"earl": "workspace:^1.2.1",
"earl": "workspace:^1.3.0",
"example-plugin": "workspace:^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/example-node-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"dependencies": {
"earl": "workspace:^1.2.1",
"earl": "workspace:^1.3.0",
"example-plugin": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/example-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm typecheck"
},
"devDependencies": {
"earl": "workspace:^1.2.1"
"earl": "workspace:^1.3.0"
},
"peerDependencies": {
"earl": "workspace:^1.2.1"
"earl": "workspace:^1.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"earl": "workspace:^1.2.1",
"earl": "workspace:^1.3.0",
"mocha": "10.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/earl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# earl

## 1.3.0

### Minor Changes

- ed0c287: Add support for node:test

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"author": "Piotr Szlachciak <szlachciak.piotr@gmail.com>",
"license": "MIT",
"version": "1.2.1",
"version": "1.3.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 1.0.6

### Patch Changes

- Updated dependencies [ed0c287]
- earl@1.3.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"start": "vitepress dev docs",
"format": "biome format .",
Expand All @@ -16,7 +16,7 @@
"generate:example-tests": "ts-node -T ./generators/test-examples/index.ts"
},
"dependencies": {
"earl": "workspace:^1.2.1",
"earl": "workspace:^1.3.0",
"@algolia/client-search": "^4.15.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/lodash": "^4.14.191",
Expand Down
10 changes: 5 additions & 5 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 589e06c

Please sign in to comment.