Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge develop into main #155

Merged
merged 22 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
beb2f48
Update README.md
takumi-hatta-dig Jul 4, 2024
909b0d6
upgrade dependencies
takumi-hatta-dig Jul 18, 2024
0974d1c
upgrade dependencies
takumi-hatta-dig Aug 29, 2024
5888afb
upgrade dependencies
takumi-hatta-dig Aug 29, 2024
e614983
update examples
takumi-hatta-dig Aug 29, 2024
4e2ad7a
update README.md
takumi-hatta-dig Aug 29, 2024
121d544
upgrade dependencies
takumi-hatta-dig Sep 12, 2024
a7278d8
Merge pull request #138 from digital-go-jp/feature/upgrade-dependencies
takumi-hatta-dig Sep 12, 2024
d535e00
chore: upgrade the version in biome.json
johnykei Sep 13, 2024
4025254
Merge pull request #139 from digital-go-jp/feature/upgrade-biome-version
takumi-hatta-dig Sep 13, 2024
fb1b7bc
chore: upgrade some dependencies
johnykei Sep 25, 2024
08e756a
chore: upgrade vite
johnykei Sep 25, 2024
daaea40
chore: upgrade dependencies in examples
johnykei Sep 25, 2024
72f47f9
chore: upgrade rollup with audit fix
johnykei Sep 25, 2024
356b32b
Merge pull request #152 from digital-go-jp/feature/upgrade-dependencies
johnykei Sep 25, 2024
a2e302a
chore: add new token name solid-gray
johnykei Sep 26, 2024
d3c6e8b
chore: add new token names to typography
johnykei Sep 26, 2024
7312687
chore: add new token names to other typography
johnykei Sep 26, 2024
f97675a
chore(deps): upgrade version of design-tokens
johnykei Sep 26, 2024
da430fd
chore: add new version to README
johnykei Sep 26, 2024
29227ac
Merge pull request #154 from digital-go-jp/feature/update-tokens
johnykei Sep 26, 2024
50f3eeb
0.1.17
johnykei Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ npm install @digital-go-jp/tailwind-theme-plugin

## 使用例

- `examples` ディレクトリ
- [examples](./examples/) ディレクトリ
- [React サンプルコンポーネント集](https://github.com/digital-go-jp/design-system-example-components)

## バージョン対応表

| Figma のバージョン | npm のバージョン |
| ------------------ | ---------------- |
| 1.4.2 | 0.1.16 |
| 2.0.3 | 0.1.17 |
| 2.0.1 | 0.1.16 |
| 1.4.3 | 0.1.16 |
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
Loading