Skip to content

Commit 52a915c

Browse files
committed
v1.1.3
1 parent 821aad2 commit 52a915c

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.2",
2+
"version": "1.1.3",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/react-guitar-sound/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-guitar-sound",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <alejandro@tardin.com>",

packages/react-guitar-theme-coco/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-guitar-theme-coco",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <alejandro@tardin.com>",
@@ -26,6 +26,6 @@
2626
"@types/react": "^18.0.15",
2727
"react": "18.2.0",
2828
"react-dom": "^18.2.0",
29-
"react-guitar": "^1.1.2"
29+
"react-guitar": "^1.1.3"
3030
}
3131
}

packages/react-guitar-theme-dark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-guitar-theme-dark",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <alejandro@tardin.com>",
@@ -26,6 +26,6 @@
2626
"@types/react": "^18.0.15",
2727
"react": "18.2.0",
2828
"react-dom": "^18.2.0",
29-
"react-guitar": "^1.1.2"
29+
"react-guitar": "^1.1.3"
3030
}
3131
}

packages/react-guitar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-guitar",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <alejandro@tardin.com>",

screenshots/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-guitar-screenshots",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"devDependencies": {
66
"@types/puppeteer": "^5.4.6",
77
"puppeteer": "^16.1.0",
88
"react": "18.2.0",
99
"react-dom": "^18.2.0",
10-
"react-guitar": "^1.1.2",
11-
"react-guitar-theme-coco": "^1.1.2",
12-
"react-guitar-theme-dark": "^1.1.2",
10+
"react-guitar": "^1.1.3",
11+
"react-guitar-theme-coco": "^1.1.3",
12+
"react-guitar-theme-dark": "^1.1.3",
1313
"react-guitar-tunings": "^1.1.2",
1414
"ts-node": "^10.9.1"
1515
},

site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-guitar-site",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"scripts": {
66
"analyze": "ANALYZE=true next build",
@@ -31,11 +31,11 @@
3131
"react": "18.2.0",
3232
"react-dom": "18.2.0",
3333
"react-easy-emoji": "^1.8.0",
34-
"react-guitar": "^1.1.2",
34+
"react-guitar": "^1.1.3",
3535
"react-guitar-fretter": "^1.1.2",
36-
"react-guitar-sound": "^1.1.2",
37-
"react-guitar-theme-coco": "^1.1.2",
38-
"react-guitar-theme-dark": "^1.1.2",
36+
"react-guitar-sound": "^1.1.3",
37+
"react-guitar-theme-coco": "^1.1.3",
38+
"react-guitar-theme-dark": "^1.1.3",
3939
"react-guitar-tunings": "^1.1.2",
4040
"react-modal": "^3.15.1",
4141
"react-select": "^4.3.1",

storybook/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-guitar-storybook",
33
"private": true,
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"scripts": {
66
"start": "start-storybook"
77
},
@@ -17,10 +17,10 @@
1717
"lodash.range": "^3.2.0",
1818
"react": "18.2.0",
1919
"react-dom": "^18.2.0",
20-
"react-guitar": "^1.1.2",
21-
"react-guitar-sound": "^1.1.2",
22-
"react-guitar-theme-coco": "^1.1.2",
23-
"react-guitar-theme-dark": "^1.1.2",
20+
"react-guitar": "^1.1.3",
21+
"react-guitar-sound": "^1.1.3",
22+
"react-guitar-theme-coco": "^1.1.3",
23+
"react-guitar-theme-dark": "^1.1.3",
2424
"react-guitar-tunings": "^1.1.2"
2525
}
2626
}

0 commit comments

Comments
 (0)