Skip to content

Commit

Permalink
Merge pull request #16 from jpmorganchase/release/5
Browse files Browse the repository at this point in the history
Release/5
  • Loading branch information
maria-mcparland authored Nov 16, 2023
2 parents 3b55e26 + e846f21 commit d523b75
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@jpmorganchase'
- run: |
yarn
yarn install --frozen-lockfile
yarn run version
yarn run release
env:
Expand Down
20 changes: 20 additions & 0 deletions packages/elements-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-16)

### Bug Fixes

- 2412 process env not defined ([#2438](https://github.com/jpmorganchase/elemental/issues/2438))
([0d45bdf](https://github.com/jpmorganchase/elemental/commit/0d45bdf947d6cf2a92915a4170259ca4291a58d1))

### Features

- added boolean to control sidebar
([a01ea87](https://github.com/jpmorganchase/elemental/commit/a01ea87006599fb2c28bea16951e7f5bed0c9039))
- added test ([7a04a31](https://github.com/jpmorganchase/elemental/commit/7a04a31158d2e093af2404f8700438384076cd6e))
- form body oneOf selector ([#2434](https://github.com/jpmorganchase/elemental/issues/2434))
([3e48923](https://github.com/jpmorganchase/elemental/commit/3e4892360b67f06e21d7956accbc9facc6bd3227))

# Change Log

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

# [1.2.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions 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.2.0",
"version": "1.3.0",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down Expand Up @@ -114,8 +114,8 @@
"react-dom": "16.14.0",
"react-test-renderer": "^16.8.0",
"resolve-url-loader": "^5.0.0",
"style-loader": "^3.3.3",
"storybook": "next"
"storybook": "next",
"style-loader": "^3.3.3"
},
"publishConfig": {
"directory": "dist",
Expand All @@ -124,4 +124,4 @@
"release": {
"extends": "@stoplight/scripts/release"
}
}
}
12 changes: 12 additions & 0 deletions packages/elements-dev-portal/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.

## [2.3.1](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-16)

### Bug Fixes

- 2412 process env not defined ([#2438](https://github.com/jpmorganchase/elemental/issues/2438))
([0d45bdf](https://github.com/jpmorganchase/elemental/commit/0d45bdf947d6cf2a92915a4170259ca4291a58d1))

# Change Log

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

# [2.3.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "2.3.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.2.0",
"@jpmorganchase/elemental-core": "^1.3.0",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/mosaic": "^1.44.4",
"@stoplight/path": "^1.3.2",
Expand All @@ -91,8 +91,8 @@
"react-dom": "16.14.0",
"react-test-renderer": "^16.8.0",
"replace": "^1.2.1",
"storybook": "next",
"resolve-url-loader": "^5.0.0",
"storybook": "next",
"style-loader": "^3.3.3",
"ts-loader": "^9.2.8"
},
Expand All @@ -103,4 +103,4 @@
"release": {
"extends": "@stoplight/scripts/release"
}
}
}
24 changes: 24 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-16)

### Bug Fixes

- 2412 process env not defined ([#2438](https://github.com/jpmorganchase/elemental/issues/2438))
([0d45bdf](https://github.com/jpmorganchase/elemental/commit/0d45bdf947d6cf2a92915a4170259ca4291a58d1))
- update imports ([ee9f984](https://github.com/jpmorganchase/elemental/commit/ee9f9843429d9b2f3716d2fca8748a8d1bff28a3))
- useCustomNav tests
([c266e5a](https://github.com/jpmorganchase/elemental/commit/c266e5afd4a93c4c3b592870c94080d046620611))

### Features

- added boolean to control sidebar
([a01ea87](https://github.com/jpmorganchase/elemental/commit/a01ea87006599fb2c28bea16951e7f5bed0c9039))
- added test ([7a04a31](https://github.com/jpmorganchase/elemental/commit/7a04a31158d2e093af2404f8700438384076cd6e))
- added tests ([810c585](https://github.com/jpmorganchase/elemental/commit/810c5858e02ba38d1aeb377236c1a4df9bd08b21))
- export oas utils ([#2440](https://github.com/jpmorganchase/elemental/issues/2440))
([4e73b72](https://github.com/jpmorganchase/elemental/commit/4e73b721ffb853601cdfe47f66765aefdda13c3d))

# Change Log

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

# [3.1.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/[email protected]...@jpmorganchase/[email protected]) (2023-11-08)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpmorganchase/elemental",
"version": "3.1.0",
"version": "3.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.2.0",
"@jpmorganchase/elemental-core": "^1.3.0",
"@stoplight/http-spec": "^6.0.0",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.44.4",
Expand Down Expand Up @@ -97,10 +97,10 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-test-renderer": "^16.8.0",
"ts-loader": "^9.2.8",
"storybook": "next",
"resolve-url-loader": "^5.0.0",
"style-loader": "^3.3.3"
"storybook": "next",
"style-loader": "^3.3.3",
"ts-loader": "^9.2.8"
},
"publishConfig": {
"directory": "dist",
Expand Down

0 comments on commit d523b75

Please sign in to comment.