@doist/reactist 30.1.3 → 30.1.4

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [30.1.4](https://github.com/Doist/reactist/compare/v30.1.3...v30.1.4) (2026-04-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ - use OIDC trusted publishing instead of npm token for releases ([#1031](https://github.com/Doist/reactist/issues/1031)) ([e15f898](https://github.com/Doist/reactist/commit/e15f898d2dc04a034323628aff3e6f01d811f6d4))
6
+
1
7
  ## [30.1.3](https://github.com/Doist/reactist/compare/v30.1.2...v30.1.3) (2026-04-07)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doist/reactist",
3
3
  "description": "Open source React components by Doist",
4
- "version": "30.1.3",
4
+ "version": "30.1.4",
5
5
  "repository": "https://github.com/Doist/reactist",
6
6
  "homepage": "https://github.com/Doist/reactist#readme",
7
7
  "bugs": {
@@ -22,8 +22,7 @@
22
22
  "**/*.css"
23
23
  ],
24
24
  "publishConfig": {
25
- "access": "public",
26
- "provenance": true
25
+ "access": "public"
27
26
  },
28
27
  "files": [
29
28
  "CHANGELOG.md",
@@ -55,8 +54,7 @@
55
54
  "lint": "eslint --format codeframe --cache --ext js,jsx,ts,tsx ./",
56
55
  "storybook": "start-storybook -p 6006",
57
56
  "prettify": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,less,md,mdx}\"",
58
- "plop": "plop",
59
- "prepublishOnly": "npm run build && npm test"
57
+ "plop": "plop"
60
58
  },
61
59
  "peerDependencies": {
62
60
  "@ariakit/react": "~0.4.19",
File without changes