Skip to content

Commit

Permalink
[skip travis] chore(release): release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Nov 12, 2021
1 parent 7e3f01e commit 87cea48
Show file tree
Hide file tree
Showing 88 changed files with 491 additions and 139 deletions.
8 changes: 8 additions & 0 deletions 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.

## [5.0.1](https://github.com/boltdesignsystem/bolt/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package bolt





# [5.0.0](https://github.com/boltdesignsystem/bolt/compare/v4.7.0...v5.0.0) (2021-11-10)


Expand Down
8 changes: 8 additions & 0 deletions docs-site/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/website





# [5.0.0](https://github.com/bolt-design-system/bolt/compare/v4.7.0...v5.0.0) (2021-11-10)


Expand Down
10 changes: 5 additions & 5 deletions docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/website",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "Bolt Design System Website",
"repository": {
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"dependencies": {
"@bolt/analytics-autotrack": "^5.0.0",
"@bolt/components-page-footer": "^5.0.0",
"@bolt/components-page-header": "^5.0.0",
"@bolt/components-search-filter": "^5.0.0",
"@bolt/components-page-footer": "^5.0.1",
"@bolt/components-page-header": "^5.0.1",
"@bolt/components-search-filter": "^5.0.1",
"@bolt/lazy-queue": "^5.0.0",
"@bolt/micro-journeys": "^5.0.0",
"@bolt/shadow-toggle": "^5.0.0",
"@bolt/starter-kit": "^5.0.0",
"@bolt/starter-kit": "^5.0.1",
"@bolt/theme-switcher": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "5.0.0",
"version": "5.0.1",
"command": {
"publish": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/base-starter-kit/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.

## [5.0.1](https://github.com/boltdesignsystem/bolt/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/starter-kit





# [5.0.0](https://github.com/boltdesignsystem/bolt/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/starter-kit
Expand Down
60 changes: 30 additions & 30 deletions packages/base-starter-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/starter-kit",
"version": "5.0.0",
"version": "5.0.1",
"description": "Components, templates, config, and tooling to quickly get up and running with the Bolt Design System.",
"license": "MIT",
"scripts": {
Expand All @@ -10,72 +10,72 @@
"dependencies": {
"@bolt/analytics-autolink": "^5.0.0",
"@bolt/animations": "^5.0.0",
"@bolt/build-tools": "^5.0.0",
"@bolt/components-accordion": "^5.0.0",
"@bolt/components-action-blocks": "^5.0.0",
"@bolt/build-tools": "^5.0.1",
"@bolt/components-accordion": "^5.0.1",
"@bolt/components-action-blocks": "^5.0.1",
"@bolt/components-animate": "^5.0.0",
"@bolt/components-background": "^5.0.0",
"@bolt/components-background-shapes": "^5.0.0",
"@bolt/components-band": "^5.0.0",
"@bolt/components-banner": "^5.0.0",
"@bolt/components-blockquote": "^5.0.0",
"@bolt/components-blockquote": "^5.0.1",
"@bolt/components-breadcrumb": "^5.0.0",
"@bolt/components-button": "^5.0.0",
"@bolt/components-button-group": "^5.0.0",
"@bolt/components-card-replacement": "^5.0.0",
"@bolt/components-carousel": "^5.0.0",
"@bolt/components-chip": "^5.0.0",
"@bolt/components-chip-list": "^5.0.0",
"@bolt/components-code-snippet": "^5.0.0",
"@bolt/components-content-pagination": "^5.0.0",
"@bolt/components-copy-to-clipboard": "^5.0.0",
"@bolt/components-button": "^5.0.1",
"@bolt/components-button-group": "^5.0.1",
"@bolt/components-card-replacement": "^5.0.1",
"@bolt/components-carousel": "^5.0.1",
"@bolt/components-chip": "^5.0.1",
"@bolt/components-chip-list": "^5.0.1",
"@bolt/components-code-snippet": "^5.0.1",
"@bolt/components-content-pagination": "^5.0.1",
"@bolt/components-copy-to-clipboard": "^5.0.1",
"@bolt/components-device-viewer": "^5.0.0",
"@bolt/components-editor": "^5.0.0",
"@bolt/components-figure": "^5.0.0",
"@bolt/components-form": "^5.0.0",
"@bolt/components-form": "^5.0.1",
"@bolt/components-grid": "^5.0.0",
"@bolt/components-headline": "^5.0.0",
"@bolt/components-hero": "^5.0.0",
"@bolt/components-headline": "^5.0.1",
"@bolt/components-hero": "^5.0.1",
"@bolt/components-icon": "^5.0.0",
"@bolt/components-icons": "^5.0.0",
"@bolt/components-image": "^5.0.0",
"@bolt/components-li": "^5.0.0",
"@bolt/components-link": "^5.0.0",
"@bolt/components-link": "^5.0.1",
"@bolt/components-list": "^5.0.0",
"@bolt/components-listing-teaser": "^5.0.0",
"@bolt/components-listing-teaser": "^5.0.1",
"@bolt/components-logo": "^5.0.0",
"@bolt/components-menu": "^5.0.0",
"@bolt/components-modal": "^5.0.0",
"@bolt/components-modal": "^5.0.1",
"@bolt/components-navbar": "^5.0.0",
"@bolt/components-ol": "^5.0.0",
"@bolt/components-page-header": "^5.0.0",
"@bolt/components-page-header": "^5.0.1",
"@bolt/components-pagination": "^5.0.0",
"@bolt/components-placeholder": "^5.0.0",
"@bolt/components-popover": "^5.0.0",
"@bolt/components-popover": "^5.0.1",
"@bolt/components-progress-bar": "^5.0.0",
"@bolt/components-ratio": "^5.0.0",
"@bolt/components-share": "^5.0.0",
"@bolt/components-share": "^5.0.1",
"@bolt/components-side-nav": "^5.0.0",
"@bolt/components-site": "^5.0.0",
"@bolt/components-smooth-scroll": "^5.0.0",
"@bolt/components-stack": "^5.0.0",
"@bolt/components-sticky": "^5.0.0",
"@bolt/components-table": "^5.0.0",
"@bolt/components-tabs": "^5.0.0",
"@bolt/components-table": "^5.0.1",
"@bolt/components-tabs": "^5.0.1",
"@bolt/components-teaser": "^5.0.0",
"@bolt/components-text": "^5.0.0",
"@bolt/components-text": "^5.0.1",
"@bolt/components-toc": "^5.0.0",
"@bolt/components-toolbar": "^5.0.0",
"@bolt/components-tooltip": "^5.0.0",
"@bolt/components-tooltip": "^5.0.1",
"@bolt/components-trigger": "^5.0.0",
"@bolt/components-typeahead": "^5.0.0",
"@bolt/components-typeahead": "^5.0.1",
"@bolt/components-ul": "^5.0.0",
"@bolt/components-video-thumbnail": "^5.0.0",
"@bolt/elements-button": "^5.0.0",
"@bolt/elements-image": "^5.0.0",
"@bolt/elements-printable": "^5.0.0",
"@bolt/elements-text-link": "^5.0.0",
"@bolt/global": "^5.0.0",
"@bolt/elements-text-link": "^5.0.1",
"@bolt/global": "^5.0.1",
"@bolt/layouts-holy-grail": "^5.0.0",
"@bolt/layouts-layout": "^5.0.0",
"@bolt/layouts-list": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/build-tools/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/tree/master/packages/build-tools/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/build-tools





# [5.0.0](https://github.com/bolt-design-system/bolt/tree/master/packages/build-tools/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/build-tools
Expand Down
8 changes: 8 additions & 0 deletions packages/build-tools/__tests__/multi-lang/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.

## [5.0.1](https://github.com/boltdesignsystem/bolt/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/build-tools--test-multi-lang





# [5.0.0](https://github.com/boltdesignsystem/bolt/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/build-tools--test-multi-lang
Expand Down
8 changes: 4 additions & 4 deletions packages/build-tools/__tests__/multi-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-tools--test-multi-lang",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "Tests for @bolt/build-tools multilingal support",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"posttest": "rm -rf dist-lang/"
},
"dependencies": {
"@bolt/build-tools": "^5.0.0",
"@bolt/components-button": "^5.0.0",
"@bolt/build-tools": "^5.0.1",
"@bolt/components-button": "^5.0.1",
"@bolt/core-v3.x": "^5.0.0",
"@bolt/global": "^5.0.0"
"@bolt/global": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-tools",
"version": "5.0.0",
"version": "5.0.1",
"description": "Curated collection of front-end build tools in the Bolt Design System.",
"keywords": [
"bolt",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@babel/core": "^7.13.8",
"@bolt/api": "^5.0.0",
"@bolt/api": "^5.0.1",
"@bolt/babel-preset-bolt": "^5.0.0",
"@bolt/browserslist-config": "^5.0.0",
"@bolt/build-utils": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/bolt-accordion/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-accordion/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/components-accordion





# [5.0.0](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-accordion/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/components-accordion
Expand Down
4 changes: 2 additions & 2 deletions packages/components/bolt-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/components-accordion",
"version": "5.0.0",
"version": "5.0.1",
"description": "A vertical list of items, each of which can be expanded or collapsed to show more content.",
"keywords": [
"bolt design system",
Expand All @@ -19,7 +19,7 @@
"style": "index.scss",
"dependencies": {
"@bolt/core-v3.x": "^5.0.0",
"@bolt/elements-icon": "^5.0.0",
"@bolt/elements-icon": "^5.0.1",
"@bolt/lazy-queue": "^5.0.0",
"@ungap/url-search-params": "^0.1.2",
"handorgel": "^0.4.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/bolt-action-blocks/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-action-blocks/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/components-action-blocks





# [5.0.0](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-action-blocks/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/components-action-blocks
Expand Down
4 changes: 2 additions & 2 deletions packages/components/bolt-action-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/components-action-blocks",
"version": "5.0.0",
"version": "5.0.1",
"description": "A grid layout of actions consist of icon and text.",
"keywords": [
"bolt design system",
Expand All @@ -21,7 +21,7 @@
"style": "index.scss",
"dependencies": {
"@bolt/core-v3.x": "^5.0.0",
"@bolt/elements-icon": "^5.0.0"
"@bolt/elements-icon": "^5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/bolt-blockquote/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-blockquote/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/components-blockquote





# [5.0.0](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-blockquote/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/components-blockquote
Expand Down
6 changes: 3 additions & 3 deletions packages/components/bolt-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/components-blockquote",
"version": "5.0.0",
"version": "5.0.1",
"description": "Pullquote layout with author info.",
"keywords": [
"bolt design system",
Expand All @@ -16,10 +16,10 @@
"main": "index.js",
"style": "index.scss",
"dependencies": {
"@bolt/components-headline": "^5.0.0",
"@bolt/components-headline": "^5.0.1",
"@bolt/components-image": "^5.0.0",
"@bolt/components-logo": "^5.0.0",
"@bolt/components-text": "^5.0.0",
"@bolt/components-text": "^5.0.1",
"@bolt/core-v3.x": "^5.0.0",
"@bolt/lazy-queue": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/components/bolt-button-group/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.

## [5.0.1](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-button-group/compare/v5.0.0...v5.0.1) (2021-11-12)

**Note:** Version bump only for package @bolt/components-button-group





# [5.0.0](https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-button-group/compare/v4.7.0...v5.0.0) (2021-11-10)

**Note:** Version bump only for package @bolt/components-button-group
Expand Down
6 changes: 3 additions & 3 deletions packages/components/bolt-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/components-button-group",
"version": "5.0.0",
"version": "5.0.1",
"description": "An inline list of buttons.",
"keywords": [
"bolt design system",
Expand All @@ -15,8 +15,8 @@
"license": "MIT",
"style": "src/button-group.scss",
"dependencies": {
"@bolt/components-button": "^5.0.0",
"@bolt/components-headline": "^5.0.0",
"@bolt/components-button": "^5.0.1",
"@bolt/components-headline": "^5.0.1",
"@bolt/core-v3.x": "^5.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 87cea48

Please sign in to comment.