Skip to content

Commit

Permalink
Release earl 1.2.1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr committed Apr 21, 2024
1 parent f163bf1 commit f85adb6
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"baseBranch": "main",
"ignore": ["example-*"],
"updateInternalDependencies": "minor",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
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.0",
"earl": "workspace:^1.2.1",
"example-plugin": "workspace:^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/example-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm typecheck"
},
"devDependencies": {
"earl": "workspace:^1.2.0"
"earl": "workspace:^1.2.1"
},
"peerDependencies": {
"earl": "workspace:^1.2.0"
"earl": "workspace:^1.2.1"
}
}
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.0",
"earl": "workspace:^1.2.1",
"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.2.1

### Patch Changes

- A maintenance release. The code now uses biome instead of eslint + prettier. It also uses the newest version of TypeScript and features an updated tsconfig.json. End users shouldn't notice any changes.

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"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.5

### Patch Changes

- Updated dependencies
- earl@1.2.1

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.0",
"earl": "workspace:^1.2.1",
"@algolia/client-search": "^4.15.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/lodash": "^4.14.191",
Expand Down
8 changes: 4 additions & 4 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 f85adb6

Please sign in to comment.