Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.36
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 18, 2023
1 parent 70131d6 commit 02dd8b0
Show file tree
Hide file tree
Showing 125 changed files with 1,051 additions and 549 deletions.
11 changes: 11 additions & 0 deletions 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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)


### Bug Fixes

* **vital-layout:** Add outer Utility menu to header ([#2034](https://github.com/johnsonandjohnson/bodiless-js/issues/2034)) ([70131d6](https://github.com/johnsonandjohnson/bodiless-js/commit/70131d63012770a24dc9b90ecb066ee312215d03))





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
]
}
},
"version": "1.0.0-rc.35"
"version": "1.0.0-rc.36"
}
8 changes: 8 additions & 0 deletions packages/__vital__/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package --vital--





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)


Expand Down
40 changes: 20 additions & 20 deletions packages/__vital__/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "--vital--",
"sideEffects": false,
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Starter template for a Design System package based on Vital DS",
"author": "Chris Oden <coden@its.jnj.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,25 +31,25 @@
"react": "^17.0.2"
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/i18n": "^1.0.0-rc.35",
"@bodiless/vital-accordion": "^1.0.0-rc.35",
"@bodiless/vital-buttons": "^1.0.0-rc.35",
"@bodiless/vital-card": "^1.0.0-rc.35",
"@bodiless/vital-editors": "^1.0.0-rc.35",
"@bodiless/vital-elements": "^1.0.0-rc.35",
"@bodiless/vital-flowcontainer": "^1.0.0-rc.35",
"@bodiless/vital-image": "^1.0.0-rc.35",
"@bodiless/vital-layout": "^1.0.0-rc.35",
"@bodiless/vital-link": "^1.0.0-rc.35",
"@bodiless/vital-list": "^1.0.0-rc.35",
"@bodiless/vital-navigation": "^1.0.0-rc.35",
"@bodiless/vital-search": "^1.0.0-rc.35",
"@bodiless/vital-table": "^1.0.0-rc.35",
"@bodiless/vital-templates": "^1.0.0-rc.35",
"@bodiless/vital-youtube": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"@bodiless/i18n": "^1.0.0-rc.36",
"@bodiless/vital-accordion": "^1.0.0-rc.36",
"@bodiless/vital-buttons": "^1.0.0-rc.36",
"@bodiless/vital-card": "^1.0.0-rc.36",
"@bodiless/vital-editors": "^1.0.0-rc.36",
"@bodiless/vital-elements": "^1.0.0-rc.36",
"@bodiless/vital-flowcontainer": "^1.0.0-rc.36",
"@bodiless/vital-image": "^1.0.0-rc.36",
"@bodiless/vital-layout": "^1.0.0-rc.36",
"@bodiless/vital-link": "^1.0.0-rc.36",
"@bodiless/vital-list": "^1.0.0-rc.36",
"@bodiless/vital-navigation": "^1.0.0-rc.36",
"@bodiless/vital-search": "^1.0.0-rc.36",
"@bodiless/vital-table": "^1.0.0-rc.36",
"@bodiless/vital-templates": "^1.0.0-rc.36",
"@bodiless/vital-youtube": "^1.0.0-rc.36",
"lodash": "^4.17.19",
"tailwindcss": "^3.0.23"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-accessibility/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/accessibility





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/accessibility
Expand Down
4 changes: 2 additions & 2 deletions packages/bodiless-accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/accessibility",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Accessibility tools for bodiless",
"author": "Ivan Rudiuk <IRudiuk@its.jnj.com>",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"audit": "node ./index.js $*"
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"arg": "^4.1.1",
"chalk": "^2.4.2",
"esm": "^3.2.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/accordion





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/accordion
Expand Down
10 changes: 5 additions & 5 deletions packages/bodiless-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/accordion",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Basic accordion component.",
"author": "Guilherme Zeni <gzeni@its.jnj.com>",
"license": "Apache-2.0",
Expand All @@ -26,10 +26,10 @@
"clean": "rimraf \"lib/*\" && rimraf tsconfig.tsbuildinfo && rimraf \"doc/api\""
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/components": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"@bodiless/components": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"lodash": "^4.17.19",
"react-contenteditable": "^3.2.6",
"react-dropzone": "^10.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-backend/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/Bodiless-JS/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/backend





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/Bodiless-JS/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/backend
Expand Down
4 changes: 2 additions & 2 deletions packages/bodiless-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/backend",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "",
"main": "",
"files": [
Expand All @@ -12,7 +12,7 @@
"bodiless-backend": "./bin/bodiless-backend"
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"body-parser": "^1.18.3",
"copyfiles": "^2.1.1",
"crypto-js": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-bv/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/bv





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/bv
Expand Down
10 changes: 5 additions & 5 deletions packages/bodiless-bv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/bv",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Provides bazaarvoice components.",
"author": "Andrei Beliayeu <abeliaye@its.jnj.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,10 +28,10 @@
"clean": "rimraf \"lib/*\" && rimraf tsconfig.tsbuildinfo && rimraf \"doc/api\""
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/components": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"@bodiless/components": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"lodash": "^4.17.19"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-card/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/card





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/card
Expand Down
8 changes: 4 additions & 4 deletions packages/bodiless-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/card",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Basic components to build out sites.",
"author": "Guilherme Zeni <gzeni@its.jnj.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,9 +30,9 @@
"copy": "copyfiles -u 1 \"./src/**/*.{css,png}\" \"./lib/\""
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"lodash": "^4.17.19",
"uuid": "^3.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-carousel/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/carousel





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/carousel
Expand Down
10 changes: 5 additions & 5 deletions packages/bodiless-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/carousel",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Provides responsive and aria compliant carousel.",
"author": "Andrei Beliayeu <abeliaye@its.jnj.com>",
"homepage": "",
Expand Down Expand Up @@ -33,10 +33,10 @@
"clean": "rimraf \"lib/*\" && rimraf tsconfig.tsbuildinfo && rimraf \"doc/api\""
},
"dependencies": {
"@bodiless/cli": "^1.0.0-rc.35",
"@bodiless/components": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/cli": "^1.0.0-rc.36",
"@bodiless/components": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"lodash": "^4.17.19",
"pure-react-carousel": "^1.27.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-cli/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/cli





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/bodiless-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/cli",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "A cli tool for Bodiless-JS",
"author": "Chris Oden <coden@its.jnj.com>",
"homepage": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-components-ui/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/components-ui





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/components-ui
Expand Down
14 changes: 7 additions & 7 deletions packages/bodiless-components-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bodiless/components-ui",
"version": "1.0.0-rc.35",
"version": "1.0.0-rc.36",
"description": "Default UI for Bodiless components",
"author": "Andrei Beliayeu <abeliaye@its.jnj.com>",
"license": "Apache-2.0",
Expand All @@ -26,12 +26,12 @@
"clean": "rimraf \"lib/*\" && rimraf tsconfig.tsbuildinfo && rimraf \"doc/api\""
},
"dependencies": {
"@bodiless/components": "^1.0.0-rc.35",
"@bodiless/core": "^1.0.0-rc.35",
"@bodiless/fclasses": "^1.0.0-rc.35",
"@bodiless/layouts": "^1.0.0-rc.35",
"@bodiless/layouts-ui": "^1.0.0-rc.35",
"@bodiless/ui": "^1.0.0-rc.35",
"@bodiless/components": "^1.0.0-rc.36",
"@bodiless/core": "^1.0.0-rc.36",
"@bodiless/fclasses": "^1.0.0-rc.36",
"@bodiless/layouts": "^1.0.0-rc.36",
"@bodiless/layouts-ui": "^1.0.0-rc.36",
"@bodiless/ui": "^1.0.0-rc.36",
"lodash": "^4.17.19"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bodiless-components/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.

# [1.0.0-rc.36](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2023-04-18)

**Note:** Version bump only for package @bodiless/components





# [1.0.0-rc.35](https://github.com/johnsonandjohnson/bodiless-js/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2023-04-17)

**Note:** Version bump only for package @bodiless/components
Expand Down

1 comment on commit 02dd8b0

@vercel
Copy link

@vercel vercel bot commented on 02dd8b0 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.