@nswds/tokens 0.0.2 → 2.1.0

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.
Files changed (79) hide show
  1. package/.github/workflows/opencommit.yml +41 -0
  2. package/.github/workflows/release.yml +30 -0
  3. package/.prettierignore +18 -0
  4. package/.prettierrc +8 -0
  5. package/CHANGELOG.md +29 -0
  6. package/README.md +2 -1
  7. package/dist/css/colors/global/hex.css +192 -0
  8. package/dist/css/colors/global/hsl.css +192 -0
  9. package/dist/css/colors/global/oklch.css +192 -0
  10. package/dist/css/colors/global/rgb.css +192 -0
  11. package/dist/css/colors/themes/masterbrand/hex.css +2 -0
  12. package/dist/css/colors/themes/masterbrand/hsl.css +2 -0
  13. package/dist/css/colors/themes/masterbrand/oklch.css +2 -0
  14. package/dist/css/colors/themes/masterbrand/rgb.css +2 -0
  15. package/dist/js/colors/global/hex.js +210 -0
  16. package/dist/js/colors/global/hsl.js +210 -0
  17. package/dist/js/colors/global/oklch.js +210 -0
  18. package/dist/js/colors/global/rgb.js +210 -0
  19. package/dist/js/colors/themes/masterbrand/hex.js +72 -0
  20. package/dist/js/colors/themes/masterbrand/hsl.js +72 -0
  21. package/dist/js/colors/themes/masterbrand/oklch.js +72 -0
  22. package/dist/js/colors/themes/masterbrand/rgb.js +72 -0
  23. package/dist/json/colors/global/hex.json +0 -0
  24. package/dist/json/colors/global/hsl.json +0 -0
  25. package/dist/json/colors/global/oklch.json +0 -0
  26. package/dist/json/colors/global/rgb.json +0 -0
  27. package/dist/json/colors/themes/masterbrand/hex.json +0 -0
  28. package/dist/json/colors/themes/masterbrand/hsl.json +0 -0
  29. package/dist/json/colors/themes/masterbrand/oklch.json +0 -0
  30. package/dist/json/colors/themes/masterbrand/rgb.json +0 -0
  31. package/dist/less/colors/global/hex.less +0 -0
  32. package/dist/less/colors/global/hsl.less +0 -0
  33. package/dist/less/colors/global/oklch.less +0 -0
  34. package/dist/less/colors/global/rgb.less +0 -0
  35. package/dist/less/colors/themes/masterbrand/hex.less +0 -0
  36. package/dist/less/colors/themes/masterbrand/hsl.less +0 -0
  37. package/dist/less/colors/themes/masterbrand/oklch.less +0 -0
  38. package/dist/less/colors/themes/masterbrand/rgb.less +0 -0
  39. package/dist/scss/colors/global/hex.scss +190 -0
  40. package/dist/scss/colors/global/hsl.scss +190 -0
  41. package/dist/scss/colors/global/oklch.scss +190 -0
  42. package/dist/scss/colors/global/rgb.scss +190 -0
  43. package/dist/scss/colors/themes/masterbrand/hex.scss +56 -0
  44. package/dist/scss/colors/themes/masterbrand/hsl.scss +56 -0
  45. package/dist/scss/colors/themes/masterbrand/oklch.scss +56 -0
  46. package/dist/scss/colors/themes/masterbrand/rgb.scss +56 -0
  47. package/dist/tailwind/colors/global/hex.css +192 -0
  48. package/dist/tailwind/colors/global/hsl.css +192 -0
  49. package/dist/{css/colors/oklch/theme.css → tailwind/colors/global/oklch.css} +4 -86
  50. package/dist/tailwind/colors/global/rgb.css +192 -0
  51. package/dist/tailwind/colors/themes/masterbrand/hex.css +58 -0
  52. package/dist/tailwind/colors/themes/masterbrand/hsl.css +58 -0
  53. package/dist/tailwind/colors/themes/masterbrand/oklch.css +58 -0
  54. package/dist/tailwind/colors/themes/masterbrand/rgb.css +58 -0
  55. package/dist/ts/colors/global/hex.ts +210 -0
  56. package/dist/ts/colors/global/hsl.ts +210 -0
  57. package/dist/ts/colors/global/oklch.ts +210 -0
  58. package/dist/ts/colors/global/rgb.ts +210 -0
  59. package/dist/ts/colors/themes/masterbrand/hex.ts +72 -0
  60. package/dist/ts/colors/themes/masterbrand/hsl.ts +72 -0
  61. package/dist/ts/colors/themes/masterbrand/oklch.ts +72 -0
  62. package/dist/ts/colors/themes/masterbrand/rgb.ts +72 -0
  63. package/eslint.config.js +20 -0
  64. package/package.json +17 -32
  65. package/release.config.mjs +24 -0
  66. package/tokens/{globals/color/masterbrand/hex/color.json → global/color/hex.json} +1 -1
  67. package/tokens/global/color/hsl.json +1542 -0
  68. package/tokens/{globals/color/masterbrand/oklch/color.json → global/color/oklch.json} +191 -951
  69. package/tokens/global/color/rgb.json +1542 -0
  70. package/tokens/themes/masterbrand/color/hex.json +242 -0
  71. package/tokens/themes/masterbrand/color/hsl.json +466 -0
  72. package/tokens/themes/masterbrand/color/oklch.json +466 -0
  73. package/tokens/themes/masterbrand/color/rgb.json +466 -0
  74. package/dist/ts/colors/hex/theme.ts +0 -284
  75. package/dist/ts/colors/hsl/theme.ts +0 -284
  76. package/dist/ts/colors/oklch/theme.ts +0 -284
  77. package/dist/ts/colors/rgb/theme.ts +0 -284
  78. package/tokens/theme/masterbrand/color/hex/hex.json +0 -226
  79. package/tokens/theme/masterbrand/color/oklch/oklch.json +0 -674
@@ -0,0 +1,72 @@
1
+ export const primary = {
2
+ lightest: '#0c5ad4',
3
+ lighter: '#0548ad',
4
+ light: '#023688',
5
+ DEFAULT: '#002664',
6
+ dark: '#001a4d',
7
+ darker: '#001037',
8
+ darkest: '#000622',
9
+ }
10
+ export const secondary = {
11
+ lightest: '#f0fbff',
12
+ lighter: '#e4f6ff',
13
+ light: '#d7f2fe',
14
+ DEFAULT: '#cbedfd',
15
+ dark: '#bceafe',
16
+ darker: '#ade7ff',
17
+ darkest: '#9de3ff',
18
+ }
19
+ export const tertiary = {
20
+ lightest: '#5ac9ff',
21
+ lighter: '#26aeff',
22
+ light: '#008fff',
23
+ DEFAULT: '#146cfd',
24
+ dark: '#0c5ad4',
25
+ darker: '#0548ad',
26
+ darkest: '#023688',
27
+ }
28
+ export const accent = {
29
+ lightest: '#f897a2',
30
+ lighter: '#ef7581',
31
+ light: '#e44f5f',
32
+ DEFAULT: '#d7153a',
33
+ dark: '#b90e32',
34
+ darker: '#9b072a',
35
+ darkest: '#7e0322',
36
+ }
37
+ export const success = {
38
+ lightest: '#c4e5c0',
39
+ lighter: '#8fc78b',
40
+ light: '#58a854',
41
+ DEFAULT: '#008a07',
42
+ dark: '#006a00',
43
+ darker: '#004c00',
44
+ darkest: '#002f00',
45
+ }
46
+ export const warning = {
47
+ lightest: '#fdd2c0',
48
+ lighter: '#eea88a',
49
+ light: '#dd7d53',
50
+ DEFAULT: '#c95000',
51
+ dark: '#9d3a00',
52
+ darker: '#722600',
53
+ darkest: '#4b1200',
54
+ }
55
+ export const error = {
56
+ lightest: '#fdc6c6',
57
+ lighter: '#ea9295',
58
+ light: '#d35d65',
59
+ DEFAULT: '#b81237',
60
+ dark: '#8f0327',
61
+ darker: '#690018',
62
+ darkest: '#44000a',
63
+ }
64
+ export const info = {
65
+ lightest: '#acbbd5',
66
+ lighter: '#8198c2',
67
+ light: '#5775ae',
68
+ DEFAULT: '#2e5299',
69
+ dark: '#203d77',
70
+ darker: '#132956',
71
+ darkest: '#071738',
72
+ }
@@ -0,0 +1,72 @@
1
+ export const primary = {
2
+ lightest: 'hsl(216.77, 89.39%, 43.99%)',
3
+ lighter: 'hsl(216.29, 94.12%, 35.01%)',
4
+ light: 'hsl(216.37, 97.67%, 26.93%)',
5
+ DEFAULT: 'hsl(217.2, 100%, 19.61%)',
6
+ dark: 'hsl(218.95, 100%, 14.93%)',
7
+ darker: 'hsl(222.31, 100%, 10.59%)',
8
+ darkest: 'hsl(228.65, 100%, 6.6%)',
9
+ }
10
+ export const secondary = {
11
+ lightest: 'hsl(199.45, 100%, 97.34%)',
12
+ lighter: 'hsl(199.38, 100%, 94.73%)',
13
+ light: 'hsl(199.29, 95.95%, 92.09%)',
14
+ DEFAULT: 'hsl(199.2, 92.7%, 89.41%)',
15
+ dark: 'hsl(198.5, 96.92%, 86.75%)',
16
+ darker: 'hsl(197.77, 99.01%, 83.9%)',
17
+ darkest: 'hsl(197, 99.86%, 80.82%)',
18
+ }
19
+ export const tertiary = {
20
+ lightest: 'hsl(199.75, 99.81%, 67.58%)',
21
+ lighter: 'hsl(202.53, 100%, 57.56%)',
22
+ light: 'hsl(204.78, 100%, 47%)',
23
+ DEFAULT: 'hsl(217.35, 98.29%, 53.54%)',
24
+ dark: 'hsl(216.77, 89.39%, 43.99%)',
25
+ darker: 'hsl(216.29, 94.12%, 35.01%)',
26
+ darkest: 'hsl(216.37, 97.67%, 26.93%)',
27
+ }
28
+ export const accent = {
29
+ lightest: 'hsl(353.39, 86.95%, 78.18%)',
30
+ lighter: 'hsl(353.95, 78.84%, 69.69%)',
31
+ light: 'hsl(353.52, 73.18%, 60.13%)',
32
+ DEFAULT: 'hsl(348.56, 82.17%, 46.29%)',
33
+ dark: 'hsl(347.26, 85.88%, 38.93%)',
34
+ darker: 'hsl(345.89, 90.98%, 31.82%)',
35
+ darkest: 'hsl(345, 95.86%, 25.31%)',
36
+ }
37
+ export const success = {
38
+ lightest: 'hsl(114.97, 40.73%, 82.58%)',
39
+ lighter: 'hsl(115.71, 34.69%, 66.15%)',
40
+ light: 'hsl(117.04, 33.36%, 49.53%)',
41
+ DEFAULT: 'hsl(123.03, 99.86%, 27.07%)',
42
+ dark: 'hsl(122.95, 100%, 19.11%)',
43
+ darker: 'hsl(122.88, 100%, 12.75%)',
44
+ darkest: 'hsl(122.85, 100%, 7.59%)',
45
+ }
46
+ export const warning = {
47
+ lightest: 'hsl(17.74, 94.96%, 87.24%)',
48
+ lighter: 'hsl(17.94, 75.08%, 73.77%)',
49
+ light: 'hsl(18.45, 66.88%, 59.6%)',
50
+ DEFAULT: 'hsl(23.88, 100%, 39.41%)',
51
+ dark: 'hsl(24.01, 100%, 29.25%)',
52
+ darker: 'hsl(22.64, 100%, 20.66%)',
53
+ darkest: 'hsl(18.45, 100%, 13.3%)',
54
+ }
55
+ export const error = {
56
+ lightest: 'hsl(359.69, 92.77%, 88.44%)',
57
+ lighter: 'hsl(358.32, 67.17%, 74.5%)',
58
+ light: 'hsl(355.68, 57.13%, 59.46%)',
59
+ DEFAULT: 'hsl(346.64, 82.14%, 39.61%)',
60
+ dark: 'hsl(344.75, 95.28%, 28.78%)',
61
+ darker: 'hsl(344.52, 100%, 19.69%)',
62
+ darkest: 'hsl(347.44, 100%, 12.27%)',
63
+ }
64
+ export const info = {
65
+ lightest: 'hsl(218.63, 32.11%, 75.49%)',
66
+ lighter: 'hsl(218.81, 34.57%, 63.16%)',
67
+ light: 'hsl(219.17, 34.9%, 51.02%)',
68
+ DEFAULT: 'hsl(219.81, 53.78%, 39.02%)',
69
+ dark: 'hsl(219.86, 57.49%, 29.6%)',
70
+ darker: 'hsl(219.94, 64.03%, 20.65%)',
71
+ darkest: 'hsl(220.32, 77.63%, 12.34%)',
72
+ }
@@ -0,0 +1,72 @@
1
+ export const primary = {
2
+ lightest: 'oklch(0.503825 0.201675 260.53)',
3
+ lighter: 'oklch(0.43255 0.17355 260.29999999999995)',
4
+ light: 'oklch(0.36127499999999996 0.145425 260.07)',
5
+ DEFAULT: 'oklch(0.29 0.1173 259.84)',
6
+ dark: 'oklch(0.23925 0.099705 259.84)',
7
+ darker: 'oklch(0.1885 0.08211 259.84)',
8
+ darkest: 'oklch(0.13774999999999998 0.064515 259.84)',
9
+ }
10
+ export const secondary = {
11
+ lightest: 'oklch(0.981675 0.013552500000000002 227.89)',
12
+ lighter: 'oklch(0.9633499999999999 0.022935 227.89)',
13
+ light: 'oklch(0.945025 0.0323175 227.89)',
14
+ DEFAULT: 'oklch(0.9267 0.0417 227.89)',
15
+ dark: 'oklch(0.9110499999999999 0.0543 226.8175)',
16
+ darker: 'oklch(0.8954 0.0669 225.745)',
17
+ darkest: 'oklch(0.87975 0.0795 224.67249999999999)',
18
+ }
19
+ export const tertiary = {
20
+ lightest: 'oklch(0.7918499999999999 0.126525 232.89)',
21
+ lighter: 'oklch(0.7196 0.16095 242.18)',
22
+ light: 'oklch(0.64735 0.19537500000000002 251.47)',
23
+ DEFAULT: 'oklch(0.5751 0.2298 260.76)',
24
+ dark: 'oklch(0.503825 0.201675 260.53)',
25
+ darker: 'oklch(0.43255 0.17355 260.29999999999995)',
26
+ darkest: 'oklch(0.36127499999999996 0.145425 260.07)',
27
+ }
28
+ export const accent = {
29
+ lightest: 'oklch(0.778675 0.11662499999999999 13.01)',
30
+ lighter: 'oklch(0.70645 0.15025 15.45)',
31
+ light: 'oklch(0.634225 0.183875 17.89)',
32
+ DEFAULT: 'oklch(0.562 0.2175 20.33)',
33
+ dark: 'oklch(0.50075 0.19485 19.529999999999998)',
34
+ darker: 'oklch(0.4395 0.17220000000000002 18.729999999999997)',
35
+ darkest: 'oklch(0.37825000000000003 0.14955000000000002 17.93)',
36
+ }
37
+ export const success = {
38
+ lightest: 'oklch(0.88725 0.06009250000000001 142.8)',
39
+ lighter: 'oklch(0.7745 0.10169500000000001 142.8)',
40
+ light: 'oklch(0.6617500000000001 0.14329750000000002 142.8)',
41
+ DEFAULT: 'oklch(0.549 0.1849 142.8)',
42
+ dark: 'oklch(0.452925 0.157165 142.8)',
43
+ darker: 'oklch(0.35685 0.12943000000000002 142.8)',
44
+ darkest: 'oklch(0.26077500000000003 0.10169500000000001 142.8)',
45
+ }
46
+ export const warning = {
47
+ lightest: 'oklch(0.895825 0.055154125 43.9973)',
48
+ lighter: 'oklch(0.79165 0.09333775 43.9973)',
49
+ light: 'oklch(0.6874750000000001 0.131521375 43.9973)',
50
+ DEFAULT: 'oklch(0.5833 0.169705 43.9973)',
51
+ dark: 'oklch(0.4812225 0.14424925 43.9973)',
52
+ darker: 'oklch(0.37914500000000007 0.1187935 43.9973)',
53
+ darkest: 'oklch(0.2770675 0.09333775 43.9973)',
54
+ }
55
+ export const error = {
56
+ lightest: 'oklch(0.8755 0.0626275 18.08)',
57
+ lighter: 'oklch(0.751 0.10598500000000001 18.08)',
58
+ light: 'oklch(0.6265000000000001 0.14934250000000002 18.08)',
59
+ DEFAULT: 'oklch(0.502 0.1927 18.08)',
60
+ dark: 'oklch(0.41415 0.16379500000000002 18.08)',
61
+ darker: 'oklch(0.32630000000000003 0.13489 18.08)',
62
+ darkest: 'oklch(0.23845 0.10598500000000001 18.08)',
63
+ }
64
+ export const info = {
65
+ lightest: 'oklch(0.78855 0.0400725 262.35)',
66
+ lighter: 'oklch(0.6759 0.067815 262.35)',
67
+ light: 'oklch(0.56325 0.0955575 262.35)',
68
+ DEFAULT: 'oklch(0.4506 0.1233 262.35)',
69
+ dark: 'oklch(0.371745 0.10480500000000001 262.35)',
70
+ darker: 'oklch(0.29289 0.08631 262.35)',
71
+ darkest: 'oklch(0.214035 0.067815 262.35)',
72
+ }
@@ -0,0 +1,72 @@
1
+ export const primary = {
2
+ lightest: 'rgb(12, 90, 212)',
3
+ lighter: 'rgb(5, 72, 173)',
4
+ light: 'rgb(2, 54, 136)',
5
+ DEFAULT: 'rgb(0, 38, 100)',
6
+ dark: 'rgb(0, 26, 77)',
7
+ darker: 'rgb(0, 16, 55)',
8
+ darkest: 'rgb(0, 6, 34)',
9
+ }
10
+ export const secondary = {
11
+ lightest: 'rgb(240, 251, 255)',
12
+ lighter: 'rgb(228, 246, 255)',
13
+ light: 'rgb(215, 242, 254)',
14
+ DEFAULT: 'rgb(203, 237, 253)',
15
+ dark: 'rgb(188, 234, 254)',
16
+ darker: 'rgb(173, 231, 255)',
17
+ darkest: 'rgb(157, 227, 255)',
18
+ }
19
+ export const tertiary = {
20
+ lightest: 'rgb(90, 201, 255)',
21
+ lighter: 'rgb(38, 174, 255)',
22
+ light: 'rgb(0, 143, 255)',
23
+ DEFAULT: 'rgb(20, 108, 253)',
24
+ dark: 'rgb(12, 90, 212)',
25
+ darker: 'rgb(5, 72, 173)',
26
+ darkest: 'rgb(2, 54, 136)',
27
+ }
28
+ export const accent = {
29
+ lightest: 'rgb(248, 151, 162)',
30
+ lighter: 'rgb(239, 117, 129)',
31
+ light: 'rgb(228, 79, 95)',
32
+ DEFAULT: 'rgb(215, 21, 58)',
33
+ dark: 'rgb(185, 14, 50)',
34
+ darker: 'rgb(155, 7, 42)',
35
+ darkest: 'rgb(126, 3, 34)',
36
+ }
37
+ export const success = {
38
+ lightest: 'rgb(196, 229, 192)',
39
+ lighter: 'rgb(143, 199, 139)',
40
+ light: 'rgb(88, 168, 84)',
41
+ DEFAULT: 'rgb(0, 138, 7)',
42
+ dark: 'rgb(0, 106, 0)',
43
+ darker: 'rgb(0, 76, 0)',
44
+ darkest: 'rgb(0, 47, 0)',
45
+ }
46
+ export const warning = {
47
+ lightest: 'rgb(253, 210, 192)',
48
+ lighter: 'rgb(238, 168, 138)',
49
+ light: 'rgb(221, 125, 83)',
50
+ DEFAULT: 'rgb(201, 80, 0)',
51
+ dark: 'rgb(157, 58, 0)',
52
+ darker: 'rgb(114, 38, 0)',
53
+ darkest: 'rgb(75, 18, 0)',
54
+ }
55
+ export const error = {
56
+ lightest: 'rgb(253, 198, 198)',
57
+ lighter: 'rgb(234, 146, 149)',
58
+ light: 'rgb(211, 93, 101)',
59
+ DEFAULT: 'rgb(184, 18, 55)',
60
+ dark: 'rgb(143, 3, 39)',
61
+ darker: 'rgb(105, 0, 24)',
62
+ darkest: 'rgb(68, 0, 10)',
63
+ }
64
+ export const info = {
65
+ lightest: 'rgb(172, 187, 213)',
66
+ lighter: 'rgb(129, 152, 194)',
67
+ light: 'rgb(87, 117, 174)',
68
+ DEFAULT: 'rgb(46, 82, 153)',
69
+ dark: 'rgb(32, 61, 119)',
70
+ darker: 'rgb(19, 41, 86)',
71
+ darkest: 'rgb(7, 23, 56)',
72
+ }
@@ -0,0 +1,20 @@
1
+ import { defineConfig } from 'eslint/config'
2
+ import globals from 'globals'
3
+ import js from '@eslint/js'
4
+ import tseslint from 'typescript-eslint'
5
+ import eslintPluginPrettier from 'eslint-plugin-prettier'
6
+
7
+ export default defineConfig([
8
+ { files: ['**/*.{js,mjs,cjs,ts}'] },
9
+ { files: ['**/*.{js,mjs,cjs,ts}'], languageOptions: { globals: globals.browser } },
10
+ { files: ['**/*.{js,mjs,cjs,ts}'], plugins: { js }, extends: ['js/recommended'] },
11
+ tseslint.configs.recommended,
12
+ {
13
+ plugins: {
14
+ prettier: eslintPluginPrettier,
15
+ },
16
+ rules: {
17
+ 'prettier/prettier': 'error', // Enforce Prettier formatting
18
+ },
19
+ },
20
+ ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswds/tokens",
3
- "version": "0.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "NSW Design System Application Kit Design Tokens",
5
5
  "homepage": "https://github.com/digitalnsw/nswds-tokens#readme",
6
6
  "repository": {
@@ -8,34 +8,9 @@
8
8
  "url": "git+https://github.com/digitalnsw/nswds-tokens.git"
9
9
  },
10
10
  "scripts": {
11
- "semantic-release": "semantic-release"
12
- },
13
- "release": {
14
- "branches": [
15
- "main"
16
- ],
17
- "plugins": [
18
- "@semantic-release/commit-analyzer",
19
- "@semantic-release/release-notes-generator",
20
- "@semantic-release/npm",
21
- [
22
- "@semantic-release/github",
23
- {
24
- "failComment": false,
25
- "failTitle": false,
26
- "labels": []
27
- }
28
- ],
29
- [
30
- "@semantic-release/git",
31
- {
32
- "assets": [
33
- "package.json"
34
- ],
35
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
36
- }
37
- ]
38
- ]
11
+ "semantic-release": "semantic-release",
12
+ "lint": "npx eslint . ",
13
+ "format": "npx prettier --write ."
39
14
  },
40
15
  "author": "NSW Design System",
41
16
  "type": "module",
@@ -44,8 +19,18 @@
44
19
  "access": "public"
45
20
  },
46
21
  "devDependencies": {
22
+ "@eslint/js": "^9.23.0",
23
+ "@semantic-release/changelog": "^6.0.3",
47
24
  "@semantic-release/git": "^10.0.1",
48
- "@semantic-release/npm": "^12.0.1",
49
- "semantic-release": "^24.2.3"
25
+ "eslint": "^9.23.0",
26
+ "eslint-config-prettier": "^10.1.1",
27
+ "eslint-plugin-prettier": "^5.2.4",
28
+ "globals": "^16.0.0",
29
+ "prettier": "3.5.3",
30
+ "semantic-release": "^24.2.3",
31
+ "typescript-eslint": "^8.28.0"
32
+ },
33
+ "dependencies": {
34
+ "@eslint/eslintrc": "^3.3.1"
50
35
  }
51
- }
36
+ }
@@ -0,0 +1,24 @@
1
+ const releaseConfig = {
2
+ branches: ['main'],
3
+ plugins: [
4
+ '@semantic-release/commit-analyzer',
5
+ '@semantic-release/release-notes-generator',
6
+ [
7
+ '@semantic-release/changelog',
8
+ {
9
+ changelogFile: 'CHANGELOG.md',
10
+ },
11
+ ],
12
+ '@semantic-release/npm',
13
+ [
14
+ '@semantic-release/git',
15
+ {
16
+ assets: ['CHANGELOG.md', 'package.json'],
17
+ message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
18
+ },
19
+ ],
20
+ '@semantic-release/github',
21
+ ],
22
+ }
23
+
24
+ export default releaseConfig
@@ -779,4 +779,4 @@
779
779
  "$value": "#190d02"
780
780
  }
781
781
  }
782
- }
782
+ }