Skip to content

Commit

Permalink
npm version bump 1.1.0 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aion-kelvin committed Dec 7, 2018
1 parent 4a22092 commit 0b04e8f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/aion-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aion-lib",
"version": "1.1.0",
"version": "1.1.2",
"description": "",
"main": "src/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core-helpers",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core-method",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-method",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core-promievent",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core-requestmanager",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-requestmanager",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core-subscriptions",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-core",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-eth-abi",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-abi",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-eth-accounts",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-accounts",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-eth-contract",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-eth-personal",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-personal",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-eth",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-net/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-net",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-net",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-providers-http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-providers-http",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Module to handle web3 RPC connections over HTTP.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-http",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-providers-ipc",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Module to handle web3 RPC connections over IPC sockets.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-ipc",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-providers-ws",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Module to handle web3 RPC connections over WebSockets.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-ws",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-utils",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Collection of utility functions used in web3.js.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-utils",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Aion JavaScript API",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3",
"license": "LGPL-3.0",
Expand Down

0 comments on commit 0b04e8f

Please sign in to comment.