@k-int/stripes-kint-components 5.28.0 → 5.28.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/CHANGELOG.md +12 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [5.28.1](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.28.0...v5.28.1) (2025-10-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Another CI tweka, manually set env variable off the back of OIDC auth ([d519381](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/d5193817a6c9d0f7fc51795d94d76bdfdd2e1a2c))
7
+ * Newer semantic-release ([ebe1595](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/ebe1595fc3968efd6c9c7268daf3d4cd2c102660))
8
+ * Set npm registry auth_token directly to attempt to bypass NPM_TOKEN verification ([cfc1bb0](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/cfc1bb0b364d7098d13efc8ff07dd9acf5e2ba0a))
9
+ * Set OIDC token to NPM_TOKEN instead ([859b793](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/859b79323c7b0c8fd2ce406e276f8e75fbb9df72))
10
+ * Tweak NPM_TOKEN=CI_JOB_TOKEN ([01a762e](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/01a762e9a36e2f4dd45ea578c168995a7db65524))
11
+ * Tweak release pipeline to use Trusted Publisher from NPM ([4826fee](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/4826feebc90a210e26f92f659bc300ee39b010b2))
12
+
1
13
  # [5.28.0](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.27.0...v5.28.0) (2025-10-24)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-int/stripes-kint-components",
3
- "version": "5.28.0",
3
+ "version": "5.28.1",
4
4
  "description": "Stripes Component library for K-Int specific applications",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -48,8 +48,7 @@
48
48
  "@formatjs/cli": "^6.6.0",
49
49
  "@semantic-release/changelog": "^6.0.3",
50
50
  "@semantic-release/git": "^10.0.1",
51
- "@semantic-release/gitlab": "^12.0.6",
52
- "@semantic-release/npm": "^11.0.0",
51
+ "@semantic-release/gitlab": "^13.2.9",
53
52
  "babel-plugin-const-enum": "^1.0.1",
54
53
  "babel-plugin-module-resolver": "^5.0.0",
55
54
  "babel-plugin-require-context-hook": "^1.0.0",
@@ -71,7 +70,7 @@
71
70
  "redux-observable": "^2.0.0",
72
71
  "regenerator-runtime": "^0.14.0",
73
72
  "rxjs": "^7.0.0",
74
- "semantic-release": "^22.0.6",
73
+ "semantic-release": "^25.0.1",
75
74
  "sinon": "^18.0.0"
76
75
  },
77
76
  "peerDependencies": {