@biggive/components 202308111157.0.0 → 202308111427.0.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.
- package/package.json +1 -1
- package/readme.md +1 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biggive/components",
|
|
3
3
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "202308111427.0.0",
|
|
5
5
|
"description": "Big Give Components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.js",
|
package/readme.md
CHANGED
|
@@ -138,10 +138,7 @@ This directory contains a static version of the web components which can be used
|
|
|
138
138
|
We've followed [this guide](https://ionicframework.com/blog/how-to-use-storybook-with-stencil/) to
|
|
139
139
|
provide sample usage of key components: a living style guide.
|
|
140
140
|
|
|
141
|
-
CI automatically publishes the Storybook preview
|
|
142
|
-
|
|
143
|
-
* to [Staging](https://components-staging.thebiggivetest.org.uk) from `develop`; and
|
|
144
|
-
* to [Production](https://components-production.thebiggive.org.uk) from `main` – which also npm publishes a new major version automatically.
|
|
141
|
+
From the `main` branch, CI automatically npm-publishes a new major version and updates the [Storybook preview](https://components-production.thebiggive.org.uk).
|
|
145
142
|
|
|
146
143
|
For now, the local `npm run storybook` won't load static image assets or fonts. We've prioritised realistic
|
|
147
144
|
renders in the deployed environment, where these work due to:
|