Skip to content

Commit

Permalink
BREAKING CHANGE(exporter-tokens): Exporter folder renamed to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Oct 15, 2024
1 parent 9265a91 commit 1e60b71
Show file tree
Hide file tree
Showing 63 changed files with 156 additions and 150 deletions.
4 changes: 2 additions & 2 deletions .commitlintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default {
'exporter-js',
'exporter-scss',
'exporter-svg',
'spirit-assets-exporter',
'spirit-tokens-exporter',
'exporter-assets',
'exporter-tokens',
// Use when committing changes/additions/removals to exact config
'jest-config',
'prettier-config',
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
'packages/codemods',
'exporters/scss',
'exporters/js',
'exporters/spirit-tokens-exporter',
'exporters/tokens',
'examples/*'
],

Expand Down
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ CODEOWNERS
**/{fixtures}/**/unformatted*
**/__fixtures__/unformatted*

# variable-scss exporter generated cjs
exporters/spirit-tokens-exporter/generated/**/*.cjs
# tokens exporter generated cjs
exporters/tokens/generated/**/*.cjs
24 changes: 0 additions & 24 deletions exporters/spirit-tokens-exporter/CHANGELOG.md

This file was deleted.

54 changes: 0 additions & 54 deletions exporters/spirit-tokens-exporter/generated/exporter.cjs

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
65 changes: 65 additions & 0 deletions exporters/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.2.0"></a>

# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-14)

### Bug Fixes

- **spirit-tokens-exporter:** Export in JS barrel file [#DS-1503](https://github.com/lmc-eu/spirit-design-system/issues/DS-1503) ([a983b2a](https://github.com/lmc-eu/spirit-design-system/commit/a983b2a))
- **spirit-tokens-exporter:** Fix SCSS typography font family export ([0b45a68](https://github.com/lmc-eu/spirit-design-system/commit/0b45a68))

### Chores

- **spirit-tokens-exporter:** Enable unit test watch mode ([0553ae8](https://github.com/lmc-eu/spirit-design-system/commit/0553ae8))
- **spirit-tokens-exporter:** Make package private ([466995f](https://github.com/lmc-eu/spirit-design-system/commit/466995f))

### Code Refactoring

- **spirit-tokens-exporter:** Typography generator function use one object ([afe5319](https://github.com/lmc-eu/spirit-design-system/commit/afe5319))

### Dependencies

- Pin dependencies ([82dfcb6](https://github.com/lmc-eu/spirit-design-system/commit/82dfcb6))
- **repo:** Switch from deprecated rollup-plugin-terser to @rollup/plugin-terser ([2050811](https://github.com/lmc-eu/spirit-design-system/commit/2050811))
- Update all non-major dependencies ([529be6a](https://github.com/lmc-eu/spirit-design-system/commit/529be6a))
- Update all non-major dependencies ([97f71bd](https://github.com/lmc-eu/spirit-design-system/commit/97f71bd))

### Features

- **spirit-tokens-exporter:** Add debug option for exporter [#DS-1505](https://github.com/lmc-eu/spirit-design-system/issues/DS-1505) ([8aeab9a](https://github.com/lmc-eu/spirit-design-system/commit/8aeab9a))
- **spirit-tokens-exporter:** Add export for shadows, gradients and typography ([8ff987f](https://github.com/lmc-eu/spirit-design-system/commit/8ff987f))
- **spirit-tokens-exporter:** Add shadow and gradient color variables to the exporter ([460f31a](https://github.com/lmc-eu/spirit-design-system/commit/460f31a))
- **spirit-tokens-exporter:** Export to javascript [#DS-1437](https://github.com/lmc-eu/spirit-design-system/issues/DS-1437) ([0b8c0a6](https://github.com/lmc-eu/spirit-design-system/commit/0b8c0a6))
- **spirit-tokens-exporter:** Formatting color tokens [#DS-1461](https://github.com/lmc-eu/spirit-design-system/issues/DS-1461) ([b1e2061](https://github.com/lmc-eu/spirit-design-system/commit/b1e2061))
- **spirit-tokens-exporter:** Sort barrel files by alphabet ([e8b7bea](https://github.com/lmc-eu/spirit-design-system/commit/e8b7bea))
- **spirit-tokens-exporter:** Support for themes [#DS-1436](https://github.com/lmc-eu/spirit-design-system/issues/DS-1436) ([179aabc](https://github.com/lmc-eu/spirit-design-system/commit/179aabc))

### Styles

- **spirit-tokens-exporter:** Set quotes with better escaping ([d31fc5e](https://github.com/lmc-eu/spirit-design-system/commit/d31fc5e))

**Note:** Version bump only for package @almacareer/spirit-exporters-variables-scss

<a name="1.1.0"></a>

# 1.1.0 (2024-09-09)

### Chores

- **spirit-tokens-exporter:** Rename Vite config to use mts extension becuase of deprecated api ([823b4b2](https://github.com/lmc-eu/spirit-design-system/commit/823b4b2))

### Dependencies

- Pin dependencies ([8cdf0f3](https://github.com/lmc-eu/spirit-design-system/commit/8cdf0f3))
- Update all non-major dependencies ([bca6b32](https://github.com/lmc-eu/spirit-design-system/commit/bca6b32))

### Features

- **exporters:** Introduce variables-scss exporter [#DS-1412](https://github.com/lmc-eu/spirit-design-system/issues/DS-1412) ([09d1edb](https://github.com/lmc-eu/spirit-design-system/commit/09d1edb))
- **exporters:** Variables exporter export new token structure [#DS-1435](https://github.com/lmc-eu/spirit-design-system/issues/DS-1435) ([59f8021](https://github.com/lmc-eu/spirit-design-system/commit/59f8021))

**Note:** Version bump only for package @almacareer/spirit-exporters-variables-scss
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
70 changes: 70 additions & 0 deletions exporters/tokens/generated/exporter.cjs

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
65 changes: 0 additions & 65 deletions exporters/variables-scss/CHANGELOG.md

This file was deleted.

14 changes: 14 additions & 0 deletions supernova.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"workspaceId": "8830",
"designSystemId": "256798",
"designSystemVersionId": "271011",
"brandId": "04a3dbe0-bc2e-4f00-bce0-632e79d5dc0e",
"themeIds": ["20cd7bd1-5426-422c-865d-d103f5fc0764", "8d1d3ec2-c771-4418-87d8-09942b492c02"],
"exporterId": "11743",
"workspaceName": "Alma Spirit",
"designSystemName": "Spirit v3",
"designSystemVersionName": "Shared draft",
"exporterName": "Spirit Varibles SCSS Exporter",
"write_to": ".build",
"description": "Note to our fellow developers: Install Supernova integration from the VSCode marketplace and then our Spirit Varibles SCSS Exporter exporter will synchronize design data and generate appropriate code from the Shared draft design system every time you request it through the extension interface, fully automatically."
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ __metadata:
languageName: unknown
linkType: soft

"@almacareer/spirit-tokens-exporter@workspace:exporters/spirit-tokens-exporter":
"@almacareer/spirit-tokens-exporter@workspace:exporters/tokens":
version: 0.0.0-use.local
resolution: "@almacareer/spirit-tokens-exporter@workspace:exporters/spirit-tokens-exporter"
resolution: "@almacareer/spirit-tokens-exporter@workspace:exporters/tokens"
dependencies:
"@lmc-eu/eslint-config-typescript": "npm:2.1.4"
"@supernovaio/export-helpers": "npm:1.0.16"
Expand Down

0 comments on commit 1e60b71

Please sign in to comment.