Skip to content

Commit 7dd9ee7

Browse files
github-actions[bot]GarthDB
authored andcommitted
chore: release
1 parent 47692c3 commit 7dd9ee7

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.changeset/refactor-and-improvements.md

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

tools/diff-generator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @adobe/token-diff-generator
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#540](https://github.com/adobe/spectrum-tokens/pull/540) [`47692c3`](https://github.com/adobe/spectrum-tokens/commit/47692c3d3a1bc388ce02f098aef491277e08779d) Thanks [@GarthDB](https://github.com/GarthDB)! - # Improve code quality and developer experience
8+
- Remove unused dependencies (`emojilib`, `inquirer`, `tar`, `tmp-promise`) reducing package size
9+
- Add comprehensive ESLint configuration with enhanced error detection and auto-fixing
10+
- Replace experimental JSON imports with standard approach to eliminate Node.js warnings
11+
- Remove legacy `formatterCLI.js` code (401 lines) replaced by Handlebars templates
12+
- Add development tooling: `ava.config.js`, lint scripts (`pnpm run lint`, `pnpm run lint:fix`)
13+
- Enhance package.json metadata with better description, keywords, and npm publishing configuration
14+
- Improve test infrastructure with centralized JSON loading utilities
15+
- Fix documentation version consistency and test schema issues
16+
17+
All changes are backward compatible. No migration required.
18+
319
## 2.1.0
420

521
### Minor Changes

tools/diff-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/token-diff-generator",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Generate comprehensive diffs between design token sets with support for multiple output formats including CLI, JSON, and Markdown. Detects added, deleted, renamed, deprecated, and updated tokens across different schema versions.",
55
"keywords": [
66
"design-tokens",

tools/diff-generator/src/lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import storeOutput from "./store-output.js";
2121
import { githubAPIKey } from "../../github-api-key.js";
2222

2323
const red = chalk.hex("F37E7E");
24-
const version = "2.1.0";
24+
const version = "2.2.0";
2525

2626
// ===== PHASE 1: PURE UTILITY FUNCTIONS (easily testable) =====
2727

0 commit comments

Comments
 (0)