Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 68773ea

Browse files
committed
chore: bump v1.0.0
1 parent 5fd040a commit 68773ea

File tree

5 files changed

+41
-41
lines changed

5 files changed

+41
-41
lines changed

docs/build/bundle.18ec5f95.js renamed to docs/build/bundle.e9934d41.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.18ec5f95.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.e9934d41.js"></script></body></html>

package-lock.json

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-semantic-render",
3-
"version": "0.6.1",
3+
"version": "1.0.0",
44
"description": "Semantic helper components for rendering content with React.",
55
"author": "Christian Svenkerud",
66
"contributors": [
@@ -58,7 +58,7 @@
5858
"prettier": "^1.13.7",
5959
"react-docgen-typescript": "^1.6.2",
6060
"react-dom": "^16.4.1",
61-
"react-styleguidist": "^7.1.0",
61+
"react-styleguidist": "^7.1.3",
6262
"react": "^16.4.1",
6363
"rimraf": "^2.6.2",
6464
"rollup-plugin-filesize": "^4.0.1",

styleguide.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
title: app.name,
2222
version: app.version,
2323
exampleMode: 'expand',
24-
usageMode: 'expand',
2524
pagePerSection: true,
2625
skipComponentsWithoutExample: true,
2726
pagePerSection: true,

0 commit comments

Comments
 (0)