Skip to content

Releases: Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.7

07 Jun 08:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔧 Maintenance

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.7.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.7.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.7.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.7.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@dependabot[bot], @github-actions[bot], @pethers, dependabot[bot] and github-actions[bot]

Full Changelog: v1.0.6...1.0.7

📦 Release Artifacts

  • riksdagsmonitor-v1.0.7.zip - Production build
  • riksdagsmonitor-v1.0.7.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v1.0.7.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify riksdagsmonitor-v1.0.7.zip -R Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.6

06 Jun 08:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔧 Maintenance

  • chore(deps): bump github/gh-aw-actions from 0.78.1 to 0.78.2 @dependabot[bot] (#2904)
  • chore(deps-dev): bump @types/node from 25.9.1 to 25.9.2 in the development-dependencies group @dependabot[bot] (#2903)

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.6.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.6.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.6.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.6.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@dependabot[bot], @github-actions[bot], @pethers, dependabot[bot] and github-actions[bot]

Full Changelog: v1.0.5...1.0.6

📦 Release Artifacts

  • riksdagsmonitor-v1.0.6.zip - Production build
  • riksdagsmonitor-v1.0.6.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v1.0.6.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify riksdagsmonitor-v1.0.6.zip -R Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.5

05 Jun 18:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔒 Security

🔧 Maintenance

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.5.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.5.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.5.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.5.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @dependabot[bot], @pethers and dependabot[bot]

Full Changelog: v1.0.4...1.0.5

📦 Release Artifacts

  • riksdagsmonitor-v1.0.5.zip - Production build
  • riksdagsmonitor-v1.0.5.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v1.0.5.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify riksdagsmonitor-v1.0.5.zip -R Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.4

04 Jun 07:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔧 Maintenance

  • chore(deps-dev): bump happy-dom from 20.10.0 to 20.10.1 in the development-dependencies group @dependabot[bot] (#2888)
  • chore(deps-dev): bump happy-dom from 20.9.0 to 20.10.0 in the development-dependencies group @dependabot[bot] (#2885)
  • chore(deps): bump github/gh-aw-actions from 0.78.0 to 0.78.1 @dependabot[bot] (#2877)
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 @dependabot[bot] (#2876)

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.4.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.4.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.4.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.4.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]

Full Changelog: v1.0.2...1.0.4

📦 Release Artifacts

  • riksdagsmonitor-v1.0.4.zip - Production build
  • riksdagsmonitor-v1.0.4.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v1.0.4.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify riksdagsmonitor-v1.0.4.zip -R Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.2

02 Jun 20:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔒 Security

📚 Documentation

🧪 Testing

⚡ Performance

♿ Accessibility

🌐 Internationalization

🔧 Maintenance

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.2.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.2.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.2.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.2.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

Read more

Riksdagsmonitor v1.0.1

31 May 15:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

📚 Documentation

🔧 Maintenance

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.1.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.1.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.1.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.1.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]

Full Changelog: v1.0.0...1.0.1

📦 Release Artifacts

  • riksdagsmonitor-v1.0.1.zip - Production build
  • riksdagsmonitor-v1.0.1.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v1.0.1.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify riksdagsmonitor-v1.0.1.zip -R Hack23/riksdagsmonitor

Riksdagsmonitor v1.0.0

30 May 14:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔒 Security

📚 Documentation

🧪 Testing

🌐 Internationalization

🔧 Maintenance

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-1.0.0.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-1.0.0.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-1.0.0.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-1.0.0.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and [github-act...

Read more

Riksdagsmonitor v0.9.40

29 May 19:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

📚 Documentation

  • Trim news-translate per-turn MCP/tool schema to lift the 25M token wall @copilot-swe-agent[bot] (#2828)
  • 🌐 news(translate): 2026-05-22 realtime-monitor — 13 language translations @pethers (#2827)
  • news-translate: fix invalid YAML description and make Pass 2 validator-first to cut effective-token usage @copilot-swe-agent[bot] (#2825)

🧪 Testing

🌐 Internationalization

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-0.9.40.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-0.9.40.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-0.9.40.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-0.9.40.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @github-actions[bot], @pethers, copilot-swe-agent[bot] and github-actions[bot]

Full Changelog: v0.9.39...0.9.40

📦 Release Artifacts

  • riksdagsmonitor-v0.9.40.zip - Production build
  • riksdagsmonitor-v0.9.40.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v0.9.40.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Pr...
Read more

Riksdagsmonitor v0.9.39

28 May 23:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

🔒 Security

📚 Documentation

🧪 Testing

🌐 Internationalization

🔧 Maintenance

  • chore(deps): bump aws-actions/configure-aws-credentials from 6.1.2 to 6.1.3 @dependabot[bot] (#2812)

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-0.9.39.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-0.9.39.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-0.9.39.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-0.9.39.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @dependabot[bot], @github-actions[bot], @pethers, [copilot-swe-agent[bot]](https://github.com/apps/copil...

Read more

Riksdagsmonitor v0.9.38

28 May 10:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 🗣️ Interpellations Analysis 2026-05-28 — Opposition Pre-Election Accountability Offensive (20 Interpellations) @github-actions[bot] (#2795)
  • news(propositions): En förändrad abortlag — landmark 52-year abortion reform + EU chemicals compliance (2026-05-28) @github-actions[bot] (#2794)
  • feat(news): committee-reports 2026-05-28 — Sweden Tightens Security Laws and Migration Oversight @github-actions[bot] (#2793)
  • feat(analysis): election-cycle 2026-05-27 T-108 comprehensive mandate analysis (current + next) @github-actions[bot] (#2790)
  • 📅 Year Ahead 2026–2027: Swedish political forecast — election, criminal justice reform, defence transformation @github-actions[bot] (#2789)

📚 Documentation

🌐 Internationalization

📦 npm Package

Shared types, theme system, and dashboard utilities are available as an npm package with provenance:

npm install riksdagsmonitor
import {
  DARK_THEME_COLORS, LIGHT_THEME_COLORS,
  getActiveThemeColors, getPartyColor,
  CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';

npm

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests
Dependencies

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🔐 Security & Supply Chain Protection

SLSA Level 2+
OpenSSF Scorecard

This release includes:

  • SLSA Build Provenance Attestations - Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
  • SHA-256 Checksums - All artifacts include checksums for integrity verification
  • npm Provenance - npm package published with verified provenance attestation
  • CodeQL Security Scanning - Automated vulnerability detection
  • Dependency Scanning - Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify riksdagsmonitor-0.9.38.zip -R Hack23/riksdagsmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

🏗️ Architecture Documentation

Current State Future State
Architecture Future Architecture
Security Architecture Future Security
Threat Model Future Threat Model
Data Model Future Data Model
Flowchart Future Flowchart
State Diagram Future State Diagram
Mindmap Future Mindmap
SWOT Future SWOT

📦 Release Artifacts

Artifact Description Verification
riksdagsmonitor-0.9.38.zip Production build SHA-256 checksum, SLSA attestation
riksdagsmonitor-0.9.38.zip.sha256 SHA-256 checksum Compare with sha256sum
riksdagsmonitor-0.9.38.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
riksdagsmonitor (npm) npm package npm audit signatures

🚀 Deployment

🌐 Hack23 Ecosystem

Platform Live Site API Docs Repository
Riksdagsmonitor riksdagsmonitor.com API GitHub
EU Parliament MCP euparliamentmonitor.com API GitHub
CIA Compliance Manager ciacompliancemanager.com API GitHub
Black Trigram blacktrigram.com API GitHub
CIA Platform GitHub
ISMS Public GitHub

🏗️ Built With

  • Node.js: 26.x
  • Vite: 8.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Cypress: 15.x
  • TypeScript: 6.x

👥 Contributors

@Copilot, @github-actions[bot], @pethers and github-actions[bot]

Full Changelog: v0.9.37...0.9.38

📦 Release Artifacts

  • riksdagsmonitor-v0.9.38.zip - Production build
  • riksdagsmonitor-v0.9.38.zip.sha256 - Checksum for verification
  • riksdagsmonitor-v0.9.38.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

Shared types, theme system, and utilities are available as an npm package:

npm install riksdagsmonitor

📚 Documentation

Read more