@rijkshuisstijl-community/alert-css 4.0.0 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @rijkshuisstijl-community/alert-css
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e9dae7c: Updated broken links in the documentation
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Major Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Omschrijving
4
4
 
5
- Dit package bevat de specifieke code voor het component. Als je alle rijkshuisstijl community componenten wil kijk dan naar [https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/README.md]. Voor verdere informatie over het inzet van de component kijk naar onze documentatie [https://rijkshuisstijl-community.vercel.app/?path=/docs/css-alert--docs]
5
+ Dit package bevat de specifieke code voor het component. Als je alle rijkshuisstijl community componenten wil kijk dan naar [https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/library-css/README.md]. Voor verdere informatie over het inzet van de component kijk naar onze documentatie [https://rijkshuisstijl-community.vercel.app/?path=/docs/css-alert--docs]
6
6
 
7
7
  ## Installatie
8
8
 
@@ -25,4 +25,4 @@ import '@rijkshuisstijl-community/alert-css';
25
25
 
26
26
  ## Rijkshuisstijl Community Componenten
27
27
 
28
- **Direct aan de slag met [CSS](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/README.md) | [React](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/README.md) | [Web Components](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/web-components/README.md) | [Twig](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-twig/README.md)**
28
+ **Direct aan de slag met [CSS](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-css/library-css/README.md) | [React](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-react/library-react/README.md) | [Web Components](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/web-components/README.md) | [Twig](https://github.com/nl-design-system/rijkshuisstijl-community/blob/main/packages/components-twig/README.md)**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0",
2
+ "version": "4.0.1",
3
3
  "author": "Community for Rijkshuisstijl-Community Design System",
4
4
  "description": "Alert component",
5
5
  "license": "EUPL-1.2",
@@ -31,6 +31,6 @@
31
31
  "scripts": {
32
32
  "build": "build-css-package",
33
33
  "clean": "rimraf dist",
34
- "watch": "chokidar 'src/**/*' --follow-symlinks --command 'build-css-package'"
34
+ "watch": "build-css-package && chokidar 'src/**/*' --follow-symlinks --command 'build-css-package'"
35
35
  }
36
36
  }