Skip to content

Commit

Permalink
Merge pull request #27 from jpmorganchase/release/9
Browse files Browse the repository at this point in the history
chore(release): publish
  • Loading branch information
KyleJohnst authored May 10, 2024
2 parents e957a39 + 42a660c commit 5ea2a4d
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
18 changes: 18 additions & 0 deletions packages/elements-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-05-10)

### Features

- adding in collapsible sidebar
([100c8c7](https://github.com/jpmorganchase/elemental/commit/100c8c7497c967c6c74e619c145adcb254352956))
- changed auth default, removed auth from being sent with request
([a4b9bd2](https://github.com/jpmorganchase/elemental/commit/a4b9bd2c77ebcf87c2250b5f3153604924d55e93))
- remove bold from path
([eb04261](https://github.com/jpmorganchase/elemental/commit/eb0426139246bfab6cbd1e0dc538653c4ea751a2))
- remove console log
([1bc5e92](https://github.com/jpmorganchase/elemental/commit/1bc5e923e6730ba71380bb7f015281a456bfcd03))

# Change Log

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

# [1.5.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-02-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jpmorganchase/elemental-core",
"homepage": "https://github.com/jpmorganchase/elemental",
"version": "1.5.0",
"version": "1.6.0",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down
9 changes: 9 additions & 0 deletions packages/elements-dev-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.2](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-05-10)

**Note:** Version bump only for package @jpmorganchase/elemental-dev-portal

# Change Log

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

## [2.4.1](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-02-05)

**Note:** Version bump only for package @jpmorganchase/elemental-dev-portal
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpmorganchase/elemental-dev-portal",
"version": "2.4.1",
"version": "2.4.2",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"homepage": "https://github.com/jpmorganchase/elemental",
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@jpmorganchase/elemental-core": "^1.5.0",
"@jpmorganchase/elemental-core": "^1.6.0",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/mosaic": "^1.44.4",
"@stoplight/path": "^1.3.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-05-10)

### Features

- adding in collapsible sidebar
([100c8c7](https://github.com/jpmorganchase/elemental/commit/100c8c7497c967c6c74e619c145adcb254352956))

# Change Log

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

# [4.1.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-02-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpmorganchase/elemental",
"version": "4.1.0",
"version": "4.2.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -61,7 +61,7 @@
]
},
"dependencies": {
"@jpmorganchase/elemental-core": "^1.5.0",
"@jpmorganchase/elemental-core": "^1.6.0",
"@stoplight/http-spec": "^6.0.0",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.44.4",
Expand Down

0 comments on commit 5ea2a4d

Please sign in to comment.