Skip to content

Commit

Permalink
release(utils/sui-tokens): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed Jan 7, 2025
1 parent 3ff173c commit 1077373
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
43 changes: 42 additions & 1 deletion utils/sui-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# CHANGELOG
# CHANGELOG

# 0.1.0 (2025-01-07)


### Bug Fixes

* bad structure composition ([97b63a8](https://github.com/SUI-Components/sui-components/commit/97b63a89006c220414e1a53a807b9c276890cd5d))
* bump ([dc7b57a](https://github.com/SUI-Components/sui-components/commit/dc7b57a30b79628051f6c656971549d1d43f0b6d))
* change dependencies ([b11f5e7](https://github.com/SUI-Components/sui-components/commit/b11f5e7abc13b7505887444b8daf15f8fd34a84d))
* export types able to be imported by external project ([580651a](https://github.com/SUI-Components/sui-components/commit/580651a15413b2cc38dc3a65ba7f6ec737ec823b))
* map correct color primitives ([af66476](https://github.com/SUI-Components/sui-components/commit/af66476b5b44047fe23f17185d010bf1db66c557))
* minor changes ([ccc2600](https://github.com/SUI-Components/sui-components/commit/ccc26001e8d54f4d328c2fb56e5468f0de4c89e8))
* minor template changes ([dda2f03](https://github.com/SUI-Components/sui-components/commit/dda2f03e5e56f603ee1de07704cab8a85fca19a0))
* mode schema available ([f31eb22](https://github.com/SUI-Components/sui-components/commit/f31eb224ec43ac37f9367a21aedc3d26037edaf8))
* templace spacing ([65fe24d](https://github.com/SUI-Components/sui-components/commit/65fe24d41bbf35d3687e59763f0e9148a517f9e3))
* ts errors fixed ([83c3b8b](https://github.com/SUI-Components/sui-components/commit/83c3b8ba5bda67a4fe96bc25b466d64e49f1ef33))


### Features

* add defualt key to tokens ([e6b9336](https://github.com/SUI-Components/sui-components/commit/e6b9336fc23b438516a1b132cafbc87bb4c0da49))
* add primitives export flag ([f867676](https://github.com/SUI-Components/sui-components/commit/f867676f5cef541435e8aa5e98c05afc8c5bf378))
* again ([6f49ed0](https://github.com/SUI-Components/sui-components/commit/6f49ed0a4016b64d5be452e7d7d960059e68d00e))
* bump ([afbd2dd](https://github.com/SUI-Components/sui-components/commit/afbd2dd009e98c0d238330212f9d1923a136fbba))
* bump ([40ca910](https://github.com/SUI-Components/sui-components/commit/40ca910a3513137ecf3d968536cacbc0b612c352))
* bump ([212a183](https://github.com/SUI-Components/sui-components/commit/212a183906d09a513ab5a664968b8ddcc2077cee))
* bump ([52a28e7](https://github.com/SUI-Components/sui-components/commit/52a28e7d43dd09c9baa84bf5612a3e4f3ac25514))
* config file structure ([44ba19b](https://github.com/SUI-Components/sui-components/commit/44ba19b3f7e3e222e9ddfc5892d69feb787918cd))
* different output formats ([4eac9c7](https://github.com/SUI-Components/sui-components/commit/4eac9c780a7bbef17156cfeaf06c97904e03cb47))
* first attempt ([3a558c9](https://github.com/SUI-Components/sui-components/commit/3a558c9ef4b6936018dd6c8be1655143df33321d))
* last beta bump ([73d5cbb](https://github.com/SUI-Components/sui-components/commit/73d5cbb9442dd32d2658d4466462d987427ecd59))
* lint ([c1f15d1](https://github.com/SUI-Components/sui-components/commit/c1f15d1b1e8cef7a1c23dec838fe870562a06242))
* minor schema sructure ([a6e4d48](https://github.com/SUI-Components/sui-components/commit/a6e4d48913307f7cfe5200fb98b35a16c69cd0da))
* module ([d88c291](https://github.com/SUI-Components/sui-components/commit/d88c2919faf61d7609e5e61bf2d5edc6d301b5c6))
* new beta ([0e65381](https://github.com/SUI-Components/sui-components/commit/0e65381250ac66f00c7150d54c7d4dea45e7871a))
* new way to template tokens ([5779e64](https://github.com/SUI-Components/sui-components/commit/5779e646d9f5cb36fffbbae9b90921b66a5c92b7))
* set poper dependencies ([e5a9d62](https://github.com/SUI-Components/sui-components/commit/e5a9d626e8fcd47357f584d6237c481e4dcce015))
* solve minor improvemnts ([1f26d2c](https://github.com/SUI-Components/sui-components/commit/1f26d2c9fc34d63fe822afcfdf14cc147d347f44))



2 changes: 1 addition & 1 deletion utils/sui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/tokens",
"version": "0.0.1",
"version": "0.1.0",
"description": "Tool for manipulate @s-ui tokens.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1077373

Please sign in to comment.