@conduction/theme 1.1.9 → 1.1.11

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 +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.11: ReAdded Zuiddrecht theme.
10
+ - 1.1.10: Removed Zuiddrecht theme.
9
11
  - 1.1.9: Removed warnings in Zuiddrecht theme.
10
12
  - 1.1.6 / 1.1.7 / 1.1.8: Added Zuiddrecht theme.
11
13
  - 1.1.5: Added Gouda theme.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -8,6 +8,7 @@
8
8
  "url": "git+https://github.com/ConductionNL/conduction-theme.git"
9
9
  },
10
10
  "scripts": {
11
+ "prepare": "npm run build",
11
12
  "build": "npm-run-all build:**",
12
13
  "build:conduction": "cd ./conduction-design-tokens && npm run build",
13
14
  "build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",