Skip to content

Commit

Permalink
Merge pull request #33 from jpmorganchase/release/12
Browse files Browse the repository at this point in the history
chore(release): publish
  • Loading branch information
KyleJohnst authored Nov 6, 2024
2 parents 6ab3665 + 6c58a96 commit 36a9306
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/elements-core/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.

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

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

# Change Log

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

# 1.10.0 (2024-10-10)

### Bug Fixes
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.10.0",
"version": "1.10.1",
"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.6.1](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-10-11)

**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.6.0 (2024-10-10)

### Bug Fixes
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.6.0",
"version": "2.6.1",
"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.10.0",
"@jpmorganchase/elemental-core": "^1.10.1",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/mosaic": "^1.44.4",
"@stoplight/path": "^1.3.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/elements/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.

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

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

# Change Log

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

# 5.0.0 (2024-10-10)

### Bug Fixes
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": "5.0.0",
"version": "5.0.1",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -61,7 +61,7 @@
]
},
"dependencies": {
"@jpmorganchase/elemental-core": "^1.10.0",
"@jpmorganchase/elemental-core": "^1.10.1",
"@stoplight/http-spec": "^6.0.0",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.44.4",
Expand Down

0 comments on commit 36a9306

Please sign in to comment.