Skip to content

Commit

Permalink
chore: format changelog and type error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Jun 28, 2024
1 parent 4614e43 commit 2253a56
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 29 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,32 +926,28 @@ All notable changes to this project will be documented in this file. See [standa

### [3.9.2](https://github.com/amzn/style-dictionary/compare/v3.9.1...v3.9.2) (2024-01-17)


### Bug Fixes

* regression, glob to return posix style paths ([#1085](https://github.com/amzn/style-dictionary/issues/1085)) ([473ca82](https://github.com/amzn/style-dictionary/commit/473ca82f94993ef9a522680bf06ab15b972e7af4))
- regression, glob to return posix style paths ([#1085](https://github.com/amzn/style-dictionary/issues/1085)) ([473ca82](https://github.com/amzn/style-dictionary/commit/473ca82f94993ef9a522680bf06ab15b972e7af4))

### [3.9.1](https://github.com/amzn/style-dictionary/compare/v3.9.0...v3.9.1) (2023-12-07)


### Bug Fixes

* allow falsy token values for outputReferences, e.g. 0 ([83a9934](https://github.com/amzn/style-dictionary/commit/83a9934c4bda0bfe6ba711b92ddee6a064dfb0e5))
* types for FormatHelpers.LineFormatting to add commentPosition ([fcce1d4](https://github.com/amzn/style-dictionary/commit/fcce1d45e9f879703b26db0dd281a338bb6db988))
- allow falsy token values for outputReferences, e.g. 0 ([83a9934](https://github.com/amzn/style-dictionary/commit/83a9934c4bda0bfe6ba711b92ddee6a064dfb0e5))
- types for FormatHelpers.LineFormatting to add commentPosition ([fcce1d4](https://github.com/amzn/style-dictionary/commit/fcce1d45e9f879703b26db0dd281a338bb6db988))

## [3.9.0](https://github.com/amzn/style-dictionary/compare/v3.8.0...v3.9.0) (2023-10-23)


### Features

* allow overriding formatting, add commentStyle long-above, short-above ([b627ff1](https://github.com/amzn/style-dictionary/commit/b627ff1e2b9ec0b9d72ba7181f2e66f73c08b04b))

- allow overriding formatting, add commentStyle long-above, short-above ([b627ff1](https://github.com/amzn/style-dictionary/commit/b627ff1e2b9ec0b9d72ba7181f2e66f73c08b04b))

### Bug Fixes

* account for multi-line comments in tokens, improve comment style ([b5d4cc2](https://github.com/amzn/style-dictionary/commit/b5d4cc2384202e8a2f69e0439dbbeab136364911))
* allow outputReferences to work on non-string values ([8021ec0](https://github.com/amzn/style-dictionary/commit/8021ec0c914d904333cdcc063a4e34c49d2db418))
* outputReferences to use original.value when possible ([#1002](https://github.com/amzn/style-dictionary/issues/1002)) ([bd73b62](https://github.com/amzn/style-dictionary/commit/bd73b622b01839325faf2f0129b57e5e58716588))
- account for multi-line comments in tokens, improve comment style ([b5d4cc2](https://github.com/amzn/style-dictionary/commit/b5d4cc2384202e8a2f69e0439dbbeab136364911))
- allow outputReferences to work on non-string values ([8021ec0](https://github.com/amzn/style-dictionary/commit/8021ec0c914d904333cdcc063a4e34c49d2db418))
- outputReferences to use original.value when possible ([#1002](https://github.com/amzn/style-dictionary/issues/1002)) ([bd73b62](https://github.com/amzn/style-dictionary/commit/bd73b622b01839325faf2f0129b57e5e58716588))

## [3.8.0](https://github.com/amzn/style-dictionary/compare/v3.7.2...v3.8.0) (2023-04-25)

Expand Down
1 change: 0 additions & 1 deletion lib/utils/combineJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default async function combineJSON(
let files = [];

for (let i = 0; i < arr.length; i++) {
/** @ts-expect-error memfs's IFs type does not seem to implement readdir correctly, 2nd param seems incorrect? path-scurry throws type error on it */
const new_files = globSync(arr[i], { fs: volume, posix: true }).sort();
files = files.concat(new_files);
}
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2253a56

Please sign in to comment.