Skip to content

Commit

Permalink
Release Earl v1.0.1 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr authored Apr 12, 2023
1 parent 2886d70 commit 96f3387
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-planes-greet.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: Either creates release PR or publishes packages to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
version: pnpm changeset:version
version: pnpm changeset:version && pnpm install
publish: pnpm changeset:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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.0.0",
"earl": "workspace:^1.0.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.0.0"
"earl": "workspace:^1.0.1"
},
"peerDependencies": {
"earl": "workspace:^1.0.0"
"earl": "workspace:^1.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/example-uvu/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.0.0",
"earl": "workspace:^1.0.1",
"example-plugin": "workspace:^1.0.0"
},
"devDependencies": {
Expand Down
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.1",
"@types/node": "^18.15.0",
"earl": "workspace:^1.0.0",
"earl": "workspace:^1.0.1",
"mocha": "10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"earl": "workspace:^1.0.0",
"earl": "workspace:^1.0.1",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.17.12",
"esbuild-register": "^3.4.2",
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.0.1

### Patch Changes

- 2886d70: Fix esm exports

## 1.0.0

### Major 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": "Kris Kaczor <[email protected]>",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
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.2

### Patch Changes

- Updated dependencies [2886d70]
- [email protected]

## 1.0.1

### 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.1",
"version": "1.0.2",
"scripts": {
"start": "vitepress dev docs",
"format": "prettier --check .",
Expand All @@ -16,7 +16,7 @@
"generate:example-tests": "ts-node -T ./generators/test-examples/index.ts"
},
"dependencies": {
"earl": "workspace:^1.0.0",
"earl": "workspace:^1.0.1",
"@algolia/client-search": "^4.15.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/lodash": "^4.14.191",
Expand Down
12 changes: 6 additions & 6 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 96f3387

Please sign in to comment.