Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
v0.0.1-alpha.24
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 7, 2018
1 parent 4025bec commit a55d41f
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/bundler",
"private": true,
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"bin": {
"bundler": "./bin/bundler.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/cli-reporter",
"private": true,
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/cli-reporter",
Expand Down
6 changes: 3 additions & 3 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/colors",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"clean": "rimraf es lib umd scss"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-alpha.23",
"@carbon/cli-reporter": "0.0.1-alpha.23",
"@carbon/bundler": "0.0.1-alpha.24",
"@carbon/cli-reporter": "0.0.1-alpha.24",
"fs-extra": "^7.0.0",
"node-sass": "^4.9.4",
"prettier": "^1.14.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/grid",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@carbon/import-once": "0.0.1-alpha.23",
"@carbon/layout": "0.0.1-alpha.23"
"@carbon/import-once": "0.0.1-alpha.24",
"@carbon/layout": "0.0.1-alpha.24"
},
"eyeglass": {
"exports": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/icon-helpers",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -26,7 +26,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-alpha.23",
"@carbon/bundler": "0.0.1-alpha.24",
"rimraf": "^2.6.2"
},
"sideEffects": false
Expand Down
10 changes: 5 additions & 5 deletions packages/icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-angular",
"description": "Carbon icons in Angular",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular",
Expand Down Expand Up @@ -29,15 +29,15 @@
"@angular/core": "^6.0.0"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-alpha.23"
"@carbon/icon-helpers": "0.0.1-alpha.24"
},
"devDependencies": {
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@carbon/cli-reporter": "0.0.1-alpha.23",
"@carbon/icon-helpers": "0.0.1-alpha.23",
"@carbon/icons": "0.0.1-alpha.23",
"@carbon/cli-reporter": "0.0.1-alpha.24",
"@carbon/icon-helpers": "0.0.1-alpha.24",
"@carbon/icons": "0.0.1-alpha.24",
"change-case": "3.0.2",
"fs-extra": "7.0.1",
"rollup": "^0.66.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/icons-handlebars",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars",
Expand All @@ -19,8 +19,8 @@
"handlebars": "^4.0.12"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-alpha.23",
"@carbon/icons": "0.0.1-alpha.23"
"@carbon/icon-helpers": "0.0.1-alpha.24",
"@carbon/icons": "0.0.1-alpha.24"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
8 changes: 4 additions & 4 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/icons-react",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -26,12 +26,12 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-alpha.23",
"@carbon/icon-helpers": "0.0.1-alpha.24",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-alpha.23",
"@carbon/icons": "0.0.1-alpha.23",
"@carbon/cli-reporter": "0.0.1-alpha.24",
"@carbon/icons": "0.0.1-alpha.24",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"prettier": "^1.14.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/icons-vue",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -21,11 +21,11 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-alpha.23"
"@carbon/icon-helpers": "0.0.1-alpha.24"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-alpha.23",
"@carbon/icons": "0.0.1-alpha.23",
"@carbon/cli-reporter": "0.0.1-alpha.24",
"@carbon/icons": "0.0.1-alpha.24",
"fs-extra": "^7.0.1",
"prettier": "^1.15.2",
"rimraf": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/icons",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-alpha.23",
"@carbon/cli-reporter": "0.0.1-alpha.24",
"change-case": "^3.0.2",
"del": "^3.0.0",
"klaw-sync": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-once/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/import-once",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/import-once",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/layout",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-alpha.23",
"@carbon/bundler": "0.0.1-alpha.24",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/motion",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-alpha.23",
"@carbon/bundler": "0.0.1-alpha.24",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
8 changes: 4 additions & 4 deletions packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/type",
"version": "0.0.1-alpha.23",
"version": "0.0.1-alpha.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,11 +22,11 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/import-once": "0.0.1-alpha.23",
"@carbon/layout": "0.0.1-alpha.23"
"@carbon/import-once": "0.0.1-alpha.24",
"@carbon/layout": "0.0.1-alpha.24"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-alpha.23",
"@carbon/bundler": "0.0.1-alpha.24",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down

0 comments on commit a55d41f

Please sign in to comment.