Skip to content

Commit a114a4f

Browse files
committed
Publish
- @cubbles/vanilla-boilerplate@0.1.11 - @cubbles/webpackage-document-api@0.2.1 - @cubbles/webpackage-uploader@0.1.8
1 parent 2c456ff commit a114a4f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/vanilla-boilerplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubbles/vanilla-boilerplate",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "A template for a cubbles webpackage.",
55
"private": true,
66
"main": "\"\"",
@@ -37,8 +37,8 @@
3737
],
3838
"license": "ISC",
3939
"devDependencies": {
40-
"@cubbles/webpackage-document-api": "^0.2.0",
41-
"@cubbles/webpackage-uploader": "^0.1.7",
40+
"@cubbles/webpackage-document-api": "^0.2.1",
41+
"@cubbles/webpackage-uploader": "^0.1.8",
4242
"@cubbles/wpkg-utils": "^0.2.0",
4343
"autoprefixer": "^9.3.1",
4444
"babel-core": "^6.26.3",

packages/webpackage-document-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubbles/webpackage-document-api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "API for a webpackage document (e.g. the validation functionality)",
55
"author": "Judit Ross <judit.ross@incowia.com>",
66
"contributors": [

packages/webpackage-uploader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubbles/webpackage-uploader",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Uploads a single webpackage into a Cubbles Base.",
55
"author": "Judit Ross <judit.ross@incowia.com>",
66
"contributors": [
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@cubbles/authentication-client": "^0.1.4",
32-
"@cubbles/webpackage-document-api": "^0.2.0",
32+
"@cubbles/webpackage-document-api": "^0.2.1",
3333
"chalk": "~1.1.0",
3434
"fs": "^0.0.2",
3535
"http-proxy-agent": "^2.1.0",

0 commit comments

Comments
 (0)