Skip to content

Commit

Permalink
chore(release): publish v0.1.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew committed Jul 30, 2019
1 parent a1e15fa commit 2f31515
Show file tree
Hide file tree
Showing 10 changed files with 114 additions and 10 deletions.
22 changes: 22 additions & 0 deletions packages/eslint-config-ibmdotcom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

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

# 0.1.0-rc.0 (2019-07-30)

### Bug Fixes

- **eslint:** removed unused eslint configurations
([848f52b](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/commit/848f52b))
- **lerna:** added fixes to private package.json to prevent publishing
([4df6797](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/commit/4df6797))
- **lerna:** reverting private package version names
([ee1cdef](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/commit/ee1cdef))
- **lerna:** reverting private package version names
([8ad8461](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/commit/8ad8461))

### Features

- **jsdoc:** added jsdoc generation from services
([d2089e4](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/commit/d2089e4))
5 changes: 2 additions & 3 deletions packages/eslint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibmdotcom/eslint-config-ibmdotcom",
"private": true,
"version": "0.0.0",
"version": "0.1.0-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom",
Expand All @@ -28,6 +28,5 @@
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-restricted-globals": "^0.2.0"
},
"devDependencies": {}
}
}
28 changes: 28 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Change Log

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

# 0.1.0-rc.0 (2019-07-30)

### Bug Fixes

- **ci:** move loads.js to correct dir
([584fdd5](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/584fdd5))
- **yarn:** add loader file for ci-check
([ca02703](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/ca02703))

### Features

- **component:** add Masthead component stub
([fee6b44](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/fee6b44))
- **components:** add masthead react stub
([3cd2b5b](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/3cd2b5b))
- **jsdoc:** added jsdoc generation from services
([d2089e4](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/d2089e4))
- **lerna:** adjusting initial version to 0.0.0
([3f01404](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/3f01404))
- **lerna:** cleaned up react package.json
([fde3da3](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/fde3da3))
- **lerna:** updated package names and versions
([9929d1c](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/react/commit/9929d1c))
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibmdotcom/react",
"description": "IBM.com Library React Components",
"version": "0.0.0",
"version": "0.1.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -190,5 +190,6 @@
"bundleSizeThreshold": 120000,
"release": {
"branch": "master"
}
},
"gitHead": "a1e15fa11d4bd23f66a930b6a179784688d0f509"
}
26 changes: 26 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

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

# 0.1.0-rc.0 (2019-07-30)

### Bug Fixes

- **circleci:** adjustments to circle-ci check to run lint and jest
([d2986b6](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/d2986b6))
- **circleci:** removed lint from services ci-check
([b981db2](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/b981db2))

### Features

- **jsdoc:** added jsdoc generation from services
([d2089e4](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/d2089e4))
- **lerna:** adjusting initial version to 0.0.0
([3f01404](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/3f01404))
- **lerna:** updated package names and versions
([9929d1c](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/9929d1c))
- **services:** added working jest test for demo service class
([0957a6a](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/0957a6a))
- **services:** created the initial services package architecture (WIP)
([0a072e0](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/services/commit/0a072e0))
5 changes: 3 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibmdotcom/services",
"description": "IBM.com Library Services",
"version": "0.0.0",
"version": "0.1.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -132,5 +132,6 @@
"bundleSizeThreshold": 120000,
"release": {
"branch": "master"
}
},
"gitHead": "a1e15fa11d4bd23f66a930b6a179784688d0f509"
}
15 changes: 15 additions & 0 deletions packages/stylelint-config-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

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

# 0.1.0-rc.0 (2019-07-30)

### Bug Fixes

- **lerna:** added fixes to private package.json to prevent publishing
([4df6797](https://github.com/carbon-design-system/carbon/tree/master/packages/stylelint-config-elements/commit/4df6797))
- **lerna:** reverting private package version names
([ee1cdef](https://github.com/carbon-design-system/carbon/tree/master/packages/stylelint-config-elements/commit/ee1cdef))
- **lerna:** reverting private package version names
([8ad8461](https://github.com/carbon-design-system/carbon/tree/master/packages/stylelint-config-elements/commit/8ad8461))
2 changes: 1 addition & 1 deletion packages/stylelint-config-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibmdotcom/stylelint-config-elements",
"private": true,
"version": "0.0.0",
"version": "0.1.0-rc.0",
"description": "Stylelint configuration for Carbon Elements",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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

# 0.1.0-rc.0 (2019-07-30)

### Features

- **utilities:** adding utilities package with sample utility function
([12e1e16](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/utilities/commit/12e1e16))
5 changes: 3 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibmdotcom/utilities",
"description": "IBM.com Library Utilities",
"version": "0.0.0",
"version": "0.1.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -132,5 +132,6 @@
"bundleSizeThreshold": 120000,
"release": {
"branch": "master"
}
},
"gitHead": "a1e15fa11d4bd23f66a930b6a179784688d0f509"
}

0 comments on commit 2f31515

Please sign in to comment.