Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @jpmorganchase/[email protected]
 - @jpmorganchase/[email protected]
 - @jpmorganchase/[email protected]
  • Loading branch information
KyleJohnst committed Feb 5, 2024
1 parent 31ff8a1 commit 7d67eae
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/elements-core/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.5.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2024-02-05)

### Features

- (Examples) ([46f4570](https://github.com/jpmorganchase/elemental/commit/46f4570d6b9c9de00b27805e46987fd6d35be54e))

# Change Log

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

# 1.4.0 (2024-01-23)

### 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.4.0",
"version": "1.5.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.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

# 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.0 (2024-01-23)

### 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.4.0",
"version": "2.4.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.4.0",
"@jpmorganchase/elemental-core": "^1.5.0",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/mosaic": "^1.44.4",
"@stoplight/path": "^1.3.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/elements/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.

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

### Features

- (Examples) ([46f4570](https://github.com/jpmorganchase/elemental/commit/46f4570d6b9c9de00b27805e46987fd6d35be54e))

# Change Log

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

# 4.0.0 (2024-01-23)

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

0 comments on commit 7d67eae

Please sign in to comment.