Skip to content

Commit 233b5e1

Browse files
committed
Update package version to 1.2.1
1 parent 9cc359b commit 233b5e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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/[email protected].0/dist/index.min.js`
15-
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/[email protected].0/dist/index.min.js`
16-
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-react/1.2.0/dist/index.min.js`
14+
- Install with CloudFront `https://cdn.zigurous.com/[email protected].1/dist/index.min.js`
15+
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/[email protected].1/dist/index.min.js`
16+
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-react/1.2.1/dist/index.min.js`
1717

1818
Add the script in your HTML file:
1919
```html
20-
<script src="https://cdn.zigurous.com/[email protected].0/dist/index.min.js">
20+
<script src="https://cdn.zigurous.com/[email protected].1/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.2.0",
3+
"version": "1.2.1",
44
"license": "SEE LICENSE IN LICENSE",
55
"repository": "https://github.com/zigurous/forge-react",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)