@planningcenter/tapestry 0.5.1-rc.1 → 0.5.2-rc.0

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 +11 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,3 +20,14 @@ add `"@planningcenter/tapestry/react-types"` to `compilerOptions.types` in your
20
20
  }
21
21
  }
22
22
  ```
23
+
24
+ ## Running locally
25
+
26
+ 1. If this is your first time with this repo, make sure you build from the root directory first:
27
+ ```js
28
+ yarn wc build
29
+ ```
30
+ 2. In this repo, launch storybook
31
+ ```js
32
+ yarn tap storybook
33
+ ````
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "0.5.1-rc.1",
3
+ "version": "0.5.2-rc.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -84,7 +84,7 @@
84
84
  "shadow-dom-testing-library": "^1.11.3",
85
85
  "storybook": "^8.6.12",
86
86
  "style-dictionary": "^4.2.0",
87
- "tapestry-wc": "^0.5.1-rc.1",
87
+ "tapestry-wc": "^0.5.1",
88
88
  "typescript": "^5.5.3",
89
89
  "vitest": "^3.0.0"
90
90
  },
@@ -94,5 +94,5 @@
94
94
  "classnames": "^2.5.1",
95
95
  "lodash": "^4.17.21"
96
96
  },
97
- "gitHead": "e0e2f9aa9a0e9c9ae20457f6c31badd0b980c4c7"
97
+ "gitHead": "ecdee1f6c378d031eeb02add3cf689ae26d8ce03"
98
98
  }