@haiilo/catalyst-icons 0.2.7 → 0.3.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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,8 @@ npm install @haiilo/catalyst-icons
21
21
  1. Go to [Code > src](https://github.com/haiilo/catalyst-icons/tree/main/src)
22
22
  and upload your new icon to the `src` directory. This can be done via the menu
23
23
  on the top right or simply by dragging your icon into the web browser.
24
- 2. Navigate to [Actions > Release](https://github.com/haiilo/catalyst-icons/actions/workflows/release.yml) and trigger a manual CI release by clicking the `Run workflow`
24
+ 2. Stick to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for your commit message, e.g. _feat: add new RTE icons_.
25
+ 3. Navigate to [Actions > Release](https://github.com/haiilo/catalyst-icons/actions/workflows/release.yml) and trigger a manual CI release by clicking the `Run workflow`
25
26
  button (Branch: `main` / Release level: `patch`).
26
27
 
27
28
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-icons",
3
- "version": "0.2.7",
3
+ "version": "0.3.0",
4
4
  "description": "Icon set for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "engines": {
38
38
  "npm": ">=8.0.0",
39
- "node": ">=17.0.0"
39
+ "node": ">=16.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@commitlint/cli": "^16.2.1",