Skip to content

Commit 145b191

Browse files
committed
v0.1.0
1 parent befa6a2 commit 145b191

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

examples/01-counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prodo/snoopy-examples-01-counter",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Click the buttons.",
55
"main": "index.tsx",
66
"private": true,

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"packages": ["packages/*"],
5+
"packages": [
6+
"packages/*"
7+
],
68
"command": {
79
"version": {
810
"allowBranch": "master"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "set -ex; tsc --build; tslint --project ."
1717
},
1818
"dependencies": {
19-
"@prodo-ai/snoopy-server": "0.1.0",
19+
"@prodo-ai/snoopy-server": "^0.1.0",
2020
"yargs": "^13.2.2"
2121
},
2222
"devDependencies": {

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"lint": "set -ex; tsc --build; tslint --project ."
1515
},
1616
"dependencies": {
17-
"@prodo-ai/snoopy-api": "0.1.0",
18-
"@prodo-ai/snoopy-search": "0.1.0",
19-
"@prodo-ai/snoopy-ui": "0.1.0",
17+
"@prodo-ai/snoopy-api": "^0.1.0",
18+
"@prodo-ai/snoopy-search": "^0.1.0",
19+
"@prodo-ai/snoopy-ui": "^0.1.0",
2020
"body-parser": "^1.19.0",
2121
"express": "^4.16.4",
2222
"make-dir": "^3.0.0",

packages/ui-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prodo-ai/snoopy-ui-storybook",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -13,7 +13,7 @@
1313
"build-storybook": "build-storybook"
1414
},
1515
"dependencies": {
16-
"@prodo-ai/snoopy-ui": "0.1.0",
16+
"@prodo-ai/snoopy-ui": "^0.1.0",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6",
1919
"react-router": "^5.0.0",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fortawesome/fontawesome-svg-core": "^1.2.17",
1919
"@fortawesome/free-solid-svg-icons": "^5.8.1",
2020
"@fortawesome/react-fontawesome": "^0.1.4",
21-
"@prodo-ai/snoopy-api": "0.1.0",
21+
"@prodo-ai/snoopy-api": "^0.1.0",
2222
"history": "^4.9.0",
2323
"lodash": "^4.17.11",
2424
"react": "^16.8.6",

packages/vscode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@prodo/snoopy-vscode-plugin",
33
"displayName": "Snoopy VSCode Plugin",
44
"description": "Fast feedback for React components.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "prodo-ai",
77
"categories": [
88
"Other"

0 commit comments

Comments
 (0)