Skip to content

Commit

Permalink
chore(release): publish 1.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Aug 10, 2023
1 parent 712f36e commit 8ad1a69
Show file tree
Hide file tree
Showing 12 changed files with 876 additions and 1,005 deletions.
60 changes: 23 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,76 +1,62 @@
# Change Log

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

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

## 1.11.20 (2023-08-10)

### Bug Fixes

* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))

- **umd:** simplify exports
([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647))
([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72))

## 1.11.19 (2023-08-09)

### Bug Fixes

- **1633:** use of arrow function lost lexical this
([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645))
([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))

## 1.11.18 (2023-08-09)


### Bug Fixes

* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))




- **umd:** close issue 1643 - UMD bundle not generated
([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644))
([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))

## 1.11.17 (2023-08-06)

**Note:** Version bump only for package @carbon/charts-monorepo





## 1.11.16 (2023-08-02)


### Bug Fixes

* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))




- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse
([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639))
([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))

## 1.11.15 (2023-07-31)

**Note:** Version bump only for package @carbon/charts-monorepo





## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)

**Note:** Version bump only for package @carbon/charts-monorepo





## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)


### Bug Fixes

* **lerna version:** hoist prettier-plugin-svelte due to lerna bug ([#1628](https://github.com/carbon-design-system/carbon-charts/issues/1628)) ([ced7b9e](https://github.com/carbon-design-system/carbon-charts/commit/ced7b9e418c6c4991a85f1f91df82573011f2999))
* **lerna:** lerna version doesn't know we are sharing eslintignore file ([#1629](https://github.com/carbon-design-system/carbon-charts/issues/1629)) ([a533241](https://github.com/carbon-design-system/carbon-charts/commit/a5332411636be48be5059b51702a093f7e265ed1))




- **lerna version:** hoist prettier-plugin-svelte due to lerna bug
([#1628](https://github.com/carbon-design-system/carbon-charts/issues/1628))
([ced7b9e](https://github.com/carbon-design-system/carbon-charts/commit/ced7b9e418c6c4991a85f1f91df82573011f2999))
- **lerna:** lerna version doesn't know we are sharing eslintignore file
([#1629](https://github.com/carbon-design-system/carbon-charts/issues/1629))
([a533241](https://github.com/carbon-design-system/carbon-charts/commit/a5332411636be48be5059b51702a093f7e265ed1))

# Change Log

Expand Down
25 changes: 11 additions & 14 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.11.19",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": [
"packages/*/demo/bundle",
"**/*.md"
]
},
"version": {
"message": "chore(release): publish %v"
}
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.11.20",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": ["packages/*/demo/bundle", "**/*.md"]
},
"version": {
"message": "chore(release): publish %v"
}
}
}
51 changes: 17 additions & 34 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,56 @@
# Change Log

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

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

## 1.11.20 (2023-08-10)

### Bug Fixes

* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))

- **umd:** simplify exports
([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647))
([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72))

## 1.11.19 (2023-08-09)

### Bug Fixes

- **1633:** use of arrow function lost lexical this
([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645))
([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))

## 1.11.18 (2023-08-09)


### Bug Fixes

* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))




- **umd:** close issue 1643 - UMD bundle not generated
([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644))
([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))

## 1.11.17 (2023-08-06)

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





## 1.11.16 (2023-08-02)


### Bug Fixes

* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))




- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse
([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639))
([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))

## 1.11.15 (2023-07-31)

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





## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)

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





## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)

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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
Loading

0 comments on commit 8ad1a69

Please sign in to comment.