Skip to content

Commit 45bdbb0

Browse files
ci: Version Packages (TanStack#393)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b0993b6 commit 45bdbb0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/fuzzy-mice-hunt.md

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

examples/react/a11y-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-a11y": "^0.1.1",
12+
"@tanstack/devtools-a11y": "^0.1.2",
1313
"@tanstack/react-devtools": "^0.10.0",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"

packages/devtools-a11y/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/devtools-a11y
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Extract theme provider and fix pnpm overrides ([#392](https://github.com/TanStack/devtools/pull/392))
8+
39
## 0.1.1
410

511
### Patch Changes

packages/devtools-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-a11y",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Accessibility auditing plugin for TanStack Devtools powered by axe-core",
55
"author": "TanStack",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)