File tree 22 files changed +110
-53
lines changed
22 files changed +110
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
"validate" : " cobalt validate"
9
9
},
10
10
"dependencies" : {
11
- "@cobalt-ui/cli" : " ^0.2.1 " ,
12
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
13
- "@cobalt-ui/plugin-sass" : " ^0.2.1 "
11
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
12
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
13
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 10
10
"validate" : " cobalt validate"
11
11
},
12
12
"devDependencies" : {
13
- "@cobalt-ui/cli" : " ^0.2.1 " ,
14
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
15
- "@cobalt-ui/plugin-sass" : " ^0.2.1 "
13
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
14
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
15
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 8
8
"update" : " node scripts/update"
9
9
},
10
10
"devDependencies" : {
11
- "@cobalt-ui/cli" : " ^0.2.1 " ,
12
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
13
- "@cobalt-ui/plugin-sass" : " ^0.2.1 " ,
11
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
12
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
13
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 " ,
14
14
"@primer/octicons" : " ^16.2.0" ,
15
15
"@primer/primitives" : " ^7.4.0"
16
16
}
Original file line number Diff line number Diff line change 11
11
"@carbon/colors" : " ^10.34.0" ,
12
12
"@carbon/icons" : " ^10.44.0" ,
13
13
"@carbon/type" : " ^10.39.0" ,
14
- "@cobalt-ui/cli" : " ^0.2.1 " ,
15
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
16
- "@cobalt-ui/plugin-sass" : " ^0.2.1 "
14
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
15
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
16
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 8
8
"update" : " node scripts/update"
9
9
},
10
10
"devDependencies" : {
11
- "@cobalt-ui/cli" : " ^0.2.1 " ,
12
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
13
- "@cobalt-ui/plugin-sass" : " ^0.2.1 " ,
11
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
12
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
13
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 " ,
14
14
"@salesforce-ux/design-system" : " ^2.16.2" ,
15
15
"better-color-tools" : " ^0.3.0"
16
16
}
Original file line number Diff line number Diff line change 7
7
"build:tokens" : " co build"
8
8
},
9
9
"devDependencies" : {
10
- "@cobalt-ui/cli" : " ^0.2.1 " ,
11
- "@cobalt-ui/plugin-css" : " ^0.2.1 " ,
12
- "@cobalt-ui/plugin-sass" : " ^0.2.1 "
10
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
11
+ "@cobalt-ui/plugin-css" : " ^0.3.0 " ,
12
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/cli
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 8d05fe8]
12
+ - @cobalt-ui/core @0.3.0
13
+ - @cobalt-ui/utils @0.3.0
14
+
3
15
## 0.2.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/cli" ,
3
3
"description" : " Schemas and tools for managing design tokens" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
23
23
"dev" : " tsc -w"
24
24
},
25
25
"dependencies" : {
26
- "@cobalt-ui/core" : " ^0.2 .0" ,
27
- "@cobalt-ui/utils" : " ^0.2 .0" ,
26
+ "@cobalt-ui/core" : " ^0.3 .0" ,
27
+ "@cobalt-ui/utils" : " ^0.3 .0" ,
28
28
"better-color-tools" : " ^0.3.0" ,
29
29
"chokidar" : " ^3.5.2" ,
30
30
"dotenv" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/core
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 8d05fe8]
12
+ - @cobalt-ui/utils @0.3.0
13
+
3
14
## 0.2.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/core" ,
3
3
"description" : " Schemas and tools for managing design tokens" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
26
26
"test" : " mocha --parallel"
27
27
},
28
28
"dependencies" : {
29
- "@cobalt-ui/utils" : " ^0.2 .0" ,
29
+ "@cobalt-ui/utils" : " ^0.3 .0" ,
30
30
"@types/svgo" : " ^2.6.1" ,
31
31
"better-color-tools" : " ^0.3.0" ,
32
32
"undici" : " ^4.12.1"
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/plugin-css
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 8d05fe8]
12
+ - @cobalt-ui/utils @0.3.0
13
+
3
14
## 0.2.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/plugin-css" ,
3
3
"description" : " CSS builder for Cobalt UI design tokens" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
22
22
"test" : " mocha --parallel"
23
23
},
24
24
"dependencies" : {
25
- "@cobalt-ui/utils" : " ^0.2 .0" ,
25
+ "@cobalt-ui/utils" : " ^0.3 .0" ,
26
26
"better-color-tools" : " ^0.3.0" ,
27
27
"mime" : " ^3.0.0" ,
28
28
"svgo" : " ^2.8.0"
29
29
},
30
30
"devDependencies" : {
31
- "@cobalt-ui/cli" : " ^0.2.1 " ,
32
- "@cobalt-ui/core" : " ^0.2 .0" ,
31
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
32
+ "@cobalt-ui/core" : " ^0.3 .0" ,
33
33
"@types/mime" : " ^2.0.3" ,
34
34
"@types/svgo" : " ^2.6.1" ,
35
35
"chai" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/plugin-json
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
3
9
## 0.2.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/plugin-json" ,
3
3
"description" : " JSON builder for Cobalt UI design tokens" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
22
22
"dev" : " tsc -w"
23
23
},
24
24
"devDependencies" : {
25
- "@cobalt-ui/core" : " ^0.2 .0"
25
+ "@cobalt-ui/core" : " ^0.3 .0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/plugin-sass
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 8d05fe8]
12
+ - @cobalt-ui/utils @0.3.0
13
+
3
14
## 0.2.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/plugin-sass" ,
3
3
"description" : " Sass builder for Cobalt UI design tokens" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
22
22
"test" : " mocha --parallel"
23
23
},
24
24
"dependencies" : {
25
- "@cobalt-ui/utils" : " ^0.2 .0" ,
25
+ "@cobalt-ui/utils" : " ^0.3 .0" ,
26
26
"mime" : " ^3.0.0" ,
27
27
"svgo" : " ^2.8.0"
28
28
},
29
29
"devDependencies" : {
30
- "@cobalt-ui/cli" : " ^0.2.1 " ,
31
- "@cobalt-ui/core" : " ^0.2 .0" ,
30
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
31
+ "@cobalt-ui/core" : " ^0.3 .0" ,
32
32
"@types/mime" : " ^2.0.3" ,
33
33
"@types/svgo" : " ^2.6.1" ,
34
34
"chai" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/plugin-ts
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 8d05fe8]
12
+ - @cobalt-ui/utils @0.3.0
13
+
3
14
## 0.2.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/plugin-ts" ,
3
3
"description" : " TypeScript builder for Cobalt UI design tokens" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
21
21
"dev" : " tsc -w"
22
22
},
23
23
"dependencies" : {
24
- "@cobalt-ui/utils" : " ^0.2 .0"
24
+ "@cobalt-ui/utils" : " ^0.3 .0"
25
25
},
26
26
"devDependencies" : {
27
- "@cobalt-ui/core" : " ^0.2 .0"
27
+ "@cobalt-ui/core" : " ^0.3 .0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
# @cobalt-ui/utils
2
2
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8d05fe8: Add Figma sync, make some breaking API changes
8
+
3
9
## 0.2.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cobalt-ui/utils" ,
3
3
"description" : " Generic codegen utilities" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
Original file line number Diff line number Diff line change 19
19
"vue" : " ^3.2.23"
20
20
},
21
21
"devDependencies" : {
22
- "@cobalt-ui/cli" : " ^0.2.1 " ,
23
- "@cobalt-ui/core" : " ^0.2 .0" ,
24
- "@cobalt-ui/plugin-json" : " ^0.2 .0" ,
25
- "@cobalt-ui/plugin-sass" : " ^0.2.1 " ,
26
- "@cobalt-ui/plugin-ts" : " ^0.2 .0" ,
22
+ "@cobalt-ui/cli" : " ^0.3.0 " ,
23
+ "@cobalt-ui/core" : " ^0.3 .0" ,
24
+ "@cobalt-ui/plugin-json" : " ^0.3 .0" ,
25
+ "@cobalt-ui/plugin-sass" : " ^0.3.0 " ,
26
+ "@cobalt-ui/plugin-ts" : " ^0.3 .0" ,
27
27
"astro" : " ^0.22.10" ,
28
28
"morphdom" : " ^2.6.1" ,
29
29
"npm-run-all" : " ^4.1.5"
You can’t perform that action at this time.
0 commit comments