@asagiri-design/labels-config 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,106 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "timestamp": "2024-11-12T00:00:00Z",
4
+ "labels": [
5
+ {
6
+ "color": "ffb300",
7
+ "description": "API・外部サービス連携",
8
+ "name": "API"
9
+ },
10
+ {
11
+ "color": "7057ff",
12
+ "description": "BFF・バックエンド連携",
13
+ "name": "BFF"
14
+ },
15
+ {
16
+ "color": "00ced1",
17
+ "description": "CI/CD・自動化",
18
+ "name": "CI/CD"
19
+ },
20
+ {
21
+ "color": "008672",
22
+ "description": "Componentの追加 更新",
23
+ "name": "Component"
24
+ },
25
+ {
26
+ "color": "332412",
27
+ "description": "ドキュメントの追加 更新",
28
+ "name": "Docs"
29
+ },
30
+ {
31
+ "color": "ff6347",
32
+ "description": "緊急修正・Hotfix",
33
+ "name": "Hotfix"
34
+ },
35
+ {
36
+ "color": "1e90ff",
37
+ "description": "地図・マップ・経路・ウェイポイント関連",
38
+ "name": "Map"
39
+ },
40
+ {
41
+ "color": "00c851",
42
+ "description": "Next.js特有の機能・SSR・SSG・App Router",
43
+ "name": "Next.js"
44
+ },
45
+ {
46
+ "color": "ffc107",
47
+ "description": "パフォーマンス最適化",
48
+ "name": "Performance"
49
+ },
50
+ {
51
+ "color": "a9a9a9",
52
+ "description": "リファクタリング・コード整理",
53
+ "name": "Refactoring"
54
+ },
55
+ {
56
+ "color": "08a4d6",
57
+ "description": "テスト・E2E・ユニットテスト",
58
+ "name": "Test"
59
+ },
60
+ {
61
+ "color": "ff69b4",
62
+ "description": "デザインテーマ設計",
63
+ "name": "Theme"
64
+ },
65
+ {
66
+ "color": "795548",
67
+ "description": "Turbo・モノレポ管理",
68
+ "name": "Turbo"
69
+ },
70
+ {
71
+ "color": "e91e63",
72
+ "description": "TypeScript型定義・型安全性",
73
+ "name": "TypeScript"
74
+ },
75
+ {
76
+ "color": "3f51b5",
77
+ "description": "UI Cording・MUI・Tailwind",
78
+ "name": "UI Code"
79
+ },
80
+ {
81
+ "color": "d876e3",
82
+ "description": "UIUXデザイン",
83
+ "name": "UIUX"
84
+ },
85
+ {
86
+ "color": "d93f0b",
87
+ "description": "仕様変更",
88
+ "name": "仕様変更"
89
+ },
90
+ {
91
+ "color": "b3fa11",
92
+ "description": "機能追加",
93
+ "name": "機能追加"
94
+ },
95
+ {
96
+ "color": "c5def5",
97
+ "description": "開発環境 パッケージの追加 変更 更新",
98
+ "name": "環境構築"
99
+ },
100
+ {
101
+ "color": "16c9f5",
102
+ "description": "画面の追加 更新",
103
+ "name": "画面追加"
104
+ }
105
+ ]
106
+ }