Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Apr 14, 2017
1 parent f310dfc commit a88817a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/check-compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/check-compose",
"version": "0.1.2",
"version": "1.0.0",
"license": "MIT",
"description": "Command line tool to test your 'compose' function implementation",
"repository": "https://github.com/stampit-org/stamp/tree/master/packages/check-compose",
Expand Down
4 changes: 2 additions & 2 deletions packages/collision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/collision",
"version": "0.2.0",
"version": "0.2.1",
"description": "Detect and manipulate method collisions",
"main": "index.js",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.1",
"@stamp/compose": "^0.1.3",
"@stamp/core": "^0.1.2",
"@stamp/is": "^0.1.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/compose",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"description": "Compose function implementation to create stamps",
"repository": "https://github.com/stampit-org/stamp/tree/master/packages/compose",
Expand All @@ -18,10 +18,10 @@
"stamp"
],
"dependencies": {
"@stamp/is": "^0.1.2",
"@stamp/core": "^0.1.2"
"@stamp/core": "^0.1.2",
"@stamp/is": "^0.1.2"
},
"devDependencies": {
"@stamp/check-compose": "^0.1.2"
"@stamp/check-compose": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/fp-constructor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/fp-constructor",
"version": "0.1.6",
"version": "0.1.7",
"description": "Adds the Stamp.constructor property referencing Stamp itself",
"main": "index.js",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.2"
"@stamp/compose": "^0.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/init-property/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/init-property",
"version": "0.1.3",
"version": "0.1.4",
"description": "Replaces properties which reference stamps with objects created from the stamps",
"main": "index.js",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.2",
"@stamp/compose": "^0.1.3",
"@stamp/is": "^0.1.2"
}
}
8 changes: 4 additions & 4 deletions packages/it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/it",
"version": "0.1.3",
"version": "0.1.4",
"description": "A nice, handy API implementation of the compose standard",
"main": "index.js",
"repository": {
Expand All @@ -10,12 +10,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.2",
"@stamp/compose": "^0.1.3",
"@stamp/core": "^0.1.2",
"@stamp/is": "^0.1.2",
"@stamp/shortcut": "^0.1.3"
"@stamp/shortcut": "^0.2.0"
},
"devDependencies": {
"@stamp/check-compose": "^0.1.2"
"@stamp/check-compose": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/privatize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/privatize",
"version": "0.1.2",
"version": "0.1.3",
"description": "Protect private properties",
"main": "index.js",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.2"
"@stamp/compose": "^0.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/shortcut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stamp/shortcut",
"version": "0.1.3",
"version": "0.2.0",
"description": "Adds handy shortcuts for stamp composition",
"main": "index.js",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@stamp/compose": "^0.1.2"
"@stamp/compose": "^0.1.3"
}
}

0 comments on commit a88817a

Please sign in to comment.