@bethinkpl/design-system 37.0.0 → 37.0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ If you use the review command more than once and the changes are not visible in
25
25
  `?cd=123`
26
26
 
27
27
  ## Releasing
28
- 1. Bump version in `package.json`
29
- 2. Wait until `Build and Deploy Dist` Github Action finishes
30
- 3. Create new tag and release in https://github.com/bethinkpl/design-system/releases
31
- 4. Run `npm publish --access public`
28
+ 1. Wait until `Build and Deploy Dist` Github Action finishes
29
+ 2. Publish to NPM by triggering the **Publish to NPM** action manually: Actions → Publish to NPM → Run workflow
30
+
31
+ > **Note:** `NPM_TOKEN` must be set in repository secrets. The recommended token type is a [Granular Access Token](https://docs.npmjs.com/creating-and-viewing-access-tokens#creating-granular-access-tokens-on-the-website) scoped to this package only. Avoid running `npm publish` locally.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bethinkpl/design-system",
3
- "version": "37.0.0",
3
+ "version": "37.0.2",
4
4
  "description": "Bethink universe design-system",
5
5
  "repository": {
6
6
  "type": "git",