Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and GarthDB committed Dec 18, 2024
1 parent b371af5 commit 93614f4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .changeset/strong-timers-wonder.md

This file was deleted.

22 changes: 22 additions & 0 deletions tools/diff-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @adobe/token-diff-generator

## 1.3.0

### Minor Changes

- [#443](https://github.com/adobe/spectrum-tokens/pull/443) [`b371af5`](https://github.com/adobe/spectrum-tokens/commit/b371af50645fe04ef4aef286b7350e3113a4ff3a) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Format and output command line options added.

```
Options:
-otv, --old-token-version <oldVersion> indicates which github tag to pull old tokens from
-ntv, --new-token-version <newVersion> indicates which github tag to pull new tokens from
-otb, --old-token-branch <oldBranch> indicates which branch to fetch old token data from
-ntb, --new-token-branch <newBranch> indicates which branch to fetch updated token data from
-tn, --token-names <tokens...> indicates specific tokens to compare
-l, --local <path> indicates to compare to local data
-r, --repo <name> github repository to target
-gak, --githubAPIKey <key> github api key to use
-f, --format <format> cli (default) or markdown
-o, --output <path> file path to store diff output
-d, --debug <path> file path to store diff json
-h, --help display help for command
```

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diff-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/token-diff-generator",
"version": "1.2.0",
"version": "1.3.0",
"description": "Creates diffs for tokens",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/diff-generator/src/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import storeOutput from "./store-output.js";
import { githubAPIKey } from "../../github-api-key.js";

/* this is updated by the npm prepare script using update-version.js */
const version = "1.2.0";
const version = "1.3.0";

const program = new Command();

Expand Down

0 comments on commit 93614f4

Please sign in to comment.