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

Commit

Permalink
chore(release): publish v10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 13, 2019
1 parent 0c52c70 commit 0931cfc
Show file tree
Hide file tree
Showing 28 changed files with 157 additions and 37 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/compare/v10.1.0...v10.1.1) (2019-04-13)


### Bug Fixes

* **bundler:** move change-case to deps ([0c52c70](https://github.com/IBM/carbon-elements/commit/0c52c70))





# [0.0.0](https://github.com/IBM/carbon-elements/compare/v10.0.0...v0.0.0) (2019-04-03)


Expand Down Expand Up @@ -513,6 +529,3 @@

* **colors:** add colors package ([#5](https://github.com/IBM/carbon-elements/issues/5)) ([8b4d40e](https://github.com/IBM/carbon-elements/commit/8b4d40e))
* **icons:** add icons package ([c6bd42c](https://github.com/IBM/carbon-elements/commit/c6bd42c))



2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "10.1.0",
"version": "10.1.1",
"npmClient": "yarn",
"npmClientArgs": [
"--frozen-lockfile"
Expand Down
11 changes: 11 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/bundler/compare/v10.1.0...v10.1.1) (2019-04-13)


### Bug Fixes

* **bundler:** move change-case to deps ([0c52c70](https://github.com/IBM/carbon-elements/tree/master/packages/bundler/commit/0c52c70))





# 10.1.0 (2019-04-12)


Expand Down
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",
"description": "Bundler used for libraries in the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"bin": {
"bundler": "./bin/bundler.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/colors/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/colors





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf css es lib umd scss"
},
"devDependencies": {
"@carbon/bundler": "10.1.0",
"@carbon/bundler": "10.1.1",
"@carbon/cli-reporter": "10.0.0",
"@carbon/test-utils": "10.0.0",
"change-case": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/elements/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/elements





# 10.1.0 (2019-04-12)


Expand Down
16 changes: 8 additions & 8 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,17 +29,17 @@
"clean": "rimraf es lib umd && node tasks/clean.js"
},
"dependencies": {
"@carbon/colors": "10.1.0",
"@carbon/grid": "10.1.0",
"@carbon/colors": "10.1.1",
"@carbon/grid": "10.1.1",
"@carbon/icons": "10.1.0",
"@carbon/import-once": "10.1.0",
"@carbon/layout": "10.1.0",
"@carbon/motion": "10.1.0",
"@carbon/themes": "10.1.0",
"@carbon/type": "10.1.0"
"@carbon/layout": "10.1.1",
"@carbon/motion": "10.1.1",
"@carbon/themes": "10.1.1",
"@carbon/type": "10.1.1"
},
"devDependencies": {
"@carbon/bundler": "10.1.0",
"@carbon/bundler": "10.1.1",
"fs-extra": "^7.0.1",
"klaw-sync": "^6.0.0",
"replace-in-file": "^3.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/grid/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/grid





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"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 @@ -25,7 +25,7 @@
},
"dependencies": {
"@carbon/import-once": "10.1.0",
"@carbon/layout": "10.1.0"
"@carbon/layout": "10.1.1"
},
"eyeglass": {
"exports": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/icon-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icon-helpers/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/icon-helpers





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icon-helpers",
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -27,7 +27,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "10.1.0",
"@carbon/bundler": "10.1.1",
"rimraf": "^2.6.2"
},
"sideEffects": false
Expand Down
8 changes: 8 additions & 0 deletions packages/icons-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/icons-angular





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 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": "Angular components for icons in digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"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,7 +29,7 @@
"@angular/core": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"@carbon/icon-helpers": "10.1.0"
"@carbon/icon-helpers": "10.1.1"
},
"devDependencies": {
"@angular/compiler": "6.1.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/icons-handlebars





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-handlebars",
"description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars",
Expand All @@ -20,7 +20,7 @@
"handlebars": "^4.0.12"
},
"dependencies": {
"@carbon/icon-helpers": "10.1.0",
"@carbon/icon-helpers": "10.1.1",
"@carbon/icons": "10.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/icons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/icons-react





# 10.1.0 (2019-04-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand All @@ -25,13 +25,13 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "10.1.0",
"@carbon/icon-helpers": "10.1.1",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@carbon/bundler": "10.1.0",
"@carbon/bundler": "10.1.1",
"@carbon/cli-reporter": "10.0.0",
"@carbon/icons": "10.1.0",
"change-case": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/icons-vue





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,7 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "10.1.0"
"@carbon/icon-helpers": "10.1.1"
},
"devDependencies": {
"@carbon/cli-reporter": "10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/layout/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/layout





# 10.1.0 (2019-04-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "10.1.0",
"version": "10.1.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "10.1.0",
"@carbon/bundler": "10.1.1",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
8 changes: 8 additions & 0 deletions packages/motion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/motion/compare/v10.1.0...v10.1.1) (2019-04-13)

**Note:** Version bump only for package @carbon/motion





# 10.1.0 (2019-04-12)


Expand Down
Loading

0 comments on commit 0931cfc

Please sign in to comment.