Skip to content

Commit 9c2687b

Browse files
committed
Update package version to 1.1.0
1 parent f982024 commit 9c2687b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="https://cdn.zigurous.com/forge-css@1.0.0/dist/index.min.css" rel="stylesheet">
1+
<link href="https://cdn.zigurous.com/forge-css@1.1.0/dist/index.min.css" rel="stylesheet">

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The official React implementation of the Forge design system created by [@ziguro
1111
### CDN
1212

1313
Available from any of the following:
14-
- Install with CloudFront `https://cdn.zigurous.com/forge-react@1.0.0/dist/index.min.js`
15-
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-react@1.0.0/dist/index.min.js`
16-
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-react/1.0.0/dist/index.min.js`
14+
- Install with CloudFront `https://cdn.zigurous.com/forge-react@1.1.0/dist/index.min.js`
15+
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-react@1.1.0/dist/index.min.js`
16+
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-react/1.1.0/dist/index.min.js`
1717

1818
Add the script in your HTML file:
1919
```html
20-
<script src="https://cdn.zigurous.com/forge-react@1.0.0/dist/index.min.js">
20+
<script src="https://cdn.zigurous.com/forge-react@1.1.0/dist/index.min.js">
2121
```
2222
2323
### GitHub Packages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zigurous/forge-react",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "SEE LICENSE IN LICENSE",
55
"repository": "https://github.com/zigurous/forge-react",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)