@khanacademy/wonder-blocks-theming 4.0.0 → 4.0.2

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 +13 -0
  2. package/package.json +12 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @khanacademy/wonder-blocks-theming
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a36c70: Re-publish to publish with Trusted Publishing
8
+ - 3e0d137: Re-publishing via Trusted Publishing
9
+
10
+ ## 4.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 6d5c485: Include provenance information when publishing to npmjs
15
+
3
16
  ## 4.0.0
4
17
 
5
18
  ### Major Changes
package/package.json CHANGED
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-theming",
3
- "version": "4.0.0",
3
+ "description": "Theming in Wonder Blocks can be set per package/component level using a theme object that defines your components's colors, spacing, fonts, and more.",
4
+ "author": "Khan Academy",
5
+ "license": "MIT",
6
+ "version": "4.0.2",
4
7
  "publishConfig": {
5
8
  "access": "public"
6
9
  },
7
- "description": "Theming in Wonder Blocks can be set per package/component level using a theme object that defines your components's colors, spacing, fonts, and more.",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/Khan/wonder-blocks.git",
13
+ "directory": "packages/wonder-blocks-theming"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/Khan/wonder-blocks/issues"
17
+ },
8
18
  "main": "dist/index.js",
9
19
  "module": "dist/es/index.js",
10
20
  "types": "dist/index.d.ts",
@@ -17,8 +27,6 @@
17
27
  "devDependencies": {
18
28
  "@khanacademy/wb-dev-build-settings": "3.2.0"
19
29
  },
20
- "author": "",
21
- "license": "MIT",
22
30
  "scripts": {
23
31
  "test": "echo \"Error: no test specified\" && exit 1"
24
32
  }