Skip to content

Commit b39de28

Browse files
authored
Merge pull request #54 from ryanbas21/changeset-release/main
chore: version packages
2 parents 3c6924d + 6a1fe2e commit b39de28

20 files changed

Lines changed: 51 additions & 19 deletions

File tree

.changeset/fix-dead-export-false-negatives.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wolfcola/docs-site
22

3+
## 1.1.1
4+
35
## 1.1.0
46

57
## 1.0.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/docs-site",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# @wolfcola/changeset-sync-manifest
22

3+
## 1.1.1
4+
35
## 1.1.0

packages/changeset-sync-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/changeset-sync-manifest",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Sync package.json version into manifest.json after changeset version",
55
"license": "MIT",
66
"type": "module",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# @wolfcola/dead-export-finder
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#53](https://github.com/ryanbas21/devtools/pull/53) [`7e9a298`](https://github.com/ryanbas21/devtools/commit/7e9a29874918ecb3e16b62b227ab22ad13496471) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix(dead-export-finder): resolve false negatives hiding all dead exports
8+
- Fix empty package filter caused by `Options.repeated` + `Options.optional` returning `Some([])` instead of `None`, which silently filtered out all packages and reported zero dead exports
9+
- Inherit `.gitignore` patterns from workspace root so `dist/` build artifacts are excluded from per-package scans
10+
- Add default ignore patterns for config files (`*.config.{ts,mjs,cjs,js}`) that export for tooling, not for code
11+
312
## 1.1.0

packages/dead-export-finder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/dead-export-finder",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"private": false,
66
"description": "Find dead exports across monorepo package boundaries",

packages/devtools-bridge/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wolfcola/devtools-bridge
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @wolfcola/devtools-types@1.1.1
9+
310
## 1.1.0
411

512
### Patch Changes

packages/devtools-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/devtools-bridge",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension",
55
"license": "MIT",
66
"repository": {

packages/devtools-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wolfcola/devtools-core
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @wolfcola/devtools-types@1.1.1
9+
310
## 1.1.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)