Skip to content

Commit

Permalink
bump up to v1.2.1 (#725)
Browse files Browse the repository at this point in the history
* bump up to v1.2.1

* upgrade yarn.lock
  • Loading branch information
shoota authored and heavenshell committed Jul 9, 2018
1 parent 5998dda commit 8423c99
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 184 deletions.
4 changes: 2 additions & 2 deletions examples/built-in/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "built-in",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"@userdive/agent": "^1.2.0",
"@userdive/linker": "^1.2.0"
"@userdive/linker": "^1.2.1"
},
"license": "MIT",
"main": "n/a",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userdive-examples",
"version": "1.2.0",
"version": "1.2.1",
"devDependencies": {
"@types/query-string": "6.1.0",
"gh-pages": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-tag-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-google-tag-manager",
"version": "1.1.0",
"version": "1.2.1",
"main": "n/a",
"private": true
}
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-react",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"@types/react": "16.4.6",
"@types/react-dom": "16.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion packages/kaizenplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userdive/kaizenplatform-plugin",
"description": "a plugin to integrate Kaizen Platform A/B testing",
"version": "1.2.0",
"version": "1.2.1",
"author": "UNCOVER TRUTH Inc.",
"bugs": {
"url": "https://github.com/userdive/agent.js/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/linker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userdive/linker",
"description": "webpage tracking agent linker plugin",
"version": "1.2.0",
"version": "1.2.1",
"author": "UNCOVER TRUTH Inc.",
"bugs": {
"url": "https://github.com/userdive/agent.js/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/vwo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userdive/vwo-plugin",
"description": "a plugin to integrate Visual Website Optimizer",
"version": "1.2.0",
"version": "1.2.1",
"author": "UNCOVER TRUTH Inc.",
"bugs": {
"url": "https://github.com/userdive/agent.js/issues"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userdive-developers",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"docusaurus": "1.3.1"
},
Expand Down
Loading

0 comments on commit 8423c99

Please sign in to comment.