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 Oct 10, 2024
1 parent 254ba19 commit 39272cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-cameras-learn.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- [`254ba19`](https://github.com/adobe/spectrum-tokens/commit/254ba1927b78d8c5cefbdb4fe35f3aff162efaee) Thanks [@GarthDB](https://github.com/GarthDB)! - minor fixes to diff tool comparisons

## 1.1.2

### Patch 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.1.2",
"version": "1.2.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 @@ -26,7 +26,7 @@ const green = chalk.hex("7EF383");
const white = chalk.white;

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

const program = new Command();

Expand Down

0 comments on commit 39272cb

Please sign in to comment.