Skip to content

Commit 9db1fe6

Browse files
authored
Merge pull request #103 from rtCamp/release/v1.0.2
2 parents 74727f1 + 4e90184 commit 9db1fe6

File tree

4 files changed

+9143
-7
lines changed

4 files changed

+9143
-7
lines changed

.storybook/manager.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ addons.setConfig({
55
theme: create({
66
base: "light",
77
brandTitle:
8-
'<h1 id="fur-title">frappe-ui-react</h1> <span id="fur-version">(v1.0.1)</span>', // update version as per package.json
8+
'<h1 id="fur-title">frappe-ui-react</h1> <span id="fur-version">(v1.0.2)</span>', // update version as per package.json
99
brandUrl: undefined, // disables link on the title
1010
brandImage: undefined,
1111

12-
// Sidebar/Toolbar active state color
13-
barSelectedColor: 'rgb(153, 153, 153)',
14-
12+
// Sidebar/Toolbar active state color
13+
barSelectedColor: 'rgb(153, 153, 153)',
14+
1515
// Primary accent color for buttons, links, focus states
16-
colorPrimary: 'rgb(153, 153, 153)',
16+
colorPrimary: 'rgb(153, 153, 153)',
1717
colorSecondary: 'rgb(153, 153, 153)',
1818
fontBase: '"Inter", sans-serif',
1919
}),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frappe-ui-react",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"workspaces": [
77
"packages/*"

packages/frappe-ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rtcamp/frappe-ui-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist-types/index.d.ts",

0 commit comments

Comments
 (0)