@haiilo/catalyst-tokens 10.34.0 → 10.36.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ The library can be published by running `npm publish`. However, the preferred
51
51
  way to publish a new version of the library is via the CI setup. A new version
52
52
  of the library will automatically be published to
53
53
  [npm](https://www.npmjs.com/package/@haiilo/catalyst-tokens) when pushing a new
54
- tag on the main branch. To simplyfy this process, you can use the following npm
54
+ tag on the main branch. To simplify this process, you can use the following npm
55
55
  commands:
56
56
 
57
57
  * **npm run release:major** releases a new *major* version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "10.34.0",
3
+ "version": "10.36.1",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {