paris 0.2.0 → 0.2.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 +6 -0
  2. package/package.json +19 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # paris
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9d791a6: Add more metadata to `package.json`
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,25 @@
1
1
  {
2
2
  "name": "paris",
3
+ "author": "Sanil Chawla <sanil@slingshot.fm> (https://sanil.co)",
3
4
  "description": "Paris is Slingshot's React design system. It's a collection of reusable components, design tokens, and guidelines that help us build consistent, accessible, and performant user interfaces.",
4
- "version": "0.2.0",
5
+ "version": "0.2.1",
6
+ "homepage": "https://paris.slingshot.fm",
7
+ "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/slingshot/paris"
11
+ },
12
+ "keywords": [
13
+ "react",
14
+ "design system",
15
+ "rsc",
16
+ "server components",
17
+ "ui",
18
+ "components",
19
+ "typescript",
20
+ "nextjs",
21
+ "storybook"
22
+ ],
5
23
  "engines": {
6
24
  "pnpm": "^8.x"
7
25
  },