Skip to content

Commit

Permalink
chore(release): publish v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foreman-js-bot committed Aug 16, 2021
1 parent 44512c1 commit dae96ce
Show file tree
Hide file tree
Showing 25 changed files with 102 additions and 185 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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)


### Features

* **vendor-core:** bump react-table version ([91a0f6d](https://github.com/theforeman/foreman-js/commit/91a0f6d174d348b50a8bb7903593b29ec1ce103d))





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.9.0",
"version": "8.10.0",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/builder/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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)

**Note:** Version bump only for package @theforeman/builder





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)

**Note:** Version bump only for package @theforeman/builder
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/builder",
"version": "8.9.0",
"version": "8.10.0",
"description": "Build production and development bundle files for foreman core and plugins.",
"author": "Avi Sharvit <[email protected]>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-foreman/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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)

**Note:** Version bump only for package @theforeman/eslint-plugin-foreman





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)

**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-foreman/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-plugin-foreman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/eslint-plugin-foreman",
"version": "8.9.0",
"version": "8.10.0",
"description": "Eslint plugin for the foreman",
"author": "Amir Fefer <[email protected]>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand All @@ -24,7 +24,7 @@
"test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\""
},
"dependencies": {
"@theforeman/vendor-dev": "^8.9.0",
"@theforeman/vendor-dev": "^8.10.0",
"babel-eslint": "^9.0.0",
"chalk": "^4.1.0",
"commander": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/find-foreman/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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)

**Note:** Version bump only for package @theforeman/find-foreman





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)

**Note:** Version bump only for package @theforeman/find-foreman
Expand Down
2 changes: 1 addition & 1 deletion packages/find-foreman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/find-foreman",
"version": "8.9.0",
"version": "8.10.0",
"description": "For Foreman plugins to find the foreman directory relative to the plugin and return a full path. This can be useful in testing environments where you want to point testing tools at installed Foreman packages rather than duplicate them in the plugin.",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stories/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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)

**Note:** Version bump only for package @theforeman/stories





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)

**Note:** Version bump only for package @theforeman/stories
Expand Down
163 changes: 1 addition & 162 deletions packages/stories/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/stories",
"version": "8.9.0",
"version": "8.10.0",
"description": "Documentation library for the foreman project",
"author": "Avi Sharvit <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@storybook/addon-viewport": "^6.0.22",
"@storybook/react": "^6.0.22",
"@storybook/source-loader": "^6.0.22",
"@theforeman/builder": "^8.9.0",
"@theforeman/vendor": "^8.9.0",
"@theforeman/builder": "^8.10.0",
"@theforeman/vendor": "^8.10.0",
"babel-loader": "^8.0.6",
"babel-plugin-react-docgen": "^3.2.0",
"commander": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)

**Note:** Version bump only for package @theforeman/test





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/test",
"version": "8.9.0",
"version": "8.10.0",
"description": "Test utils for theforeman",
"author": "Amir Fefer <[email protected]>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@testing-library/react-hooks": "^3.4.2",
"@theforeman/builder": "^8.9.0",
"@theforeman/vendor-core": "^8.9.0",
"@theforeman/builder": "^8.10.0",
"@theforeman/vendor-core": "^8.10.0",
"axios-mock-adapter": "^1.1.7",
"babel-jest": "^26.3.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/vendor-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.

# [8.10.0](https://github.com/theforeman/foreman-js/compare/v8.9.0...v8.10.0) (2021-08-16)


### Features

* **vendor-core:** bump react-table version ([91a0f6d](https://github.com/theforeman/foreman-js/commit/91a0f6d174d348b50a8bb7903593b29ec1ce103d))





# [8.9.0](https://github.com/theforeman/foreman-js/compare/v8.8.0...v8.9.0) (2021-07-15)

**Note:** Version bump only for package @theforeman/vendor-core
Expand Down
Loading

0 comments on commit dae96ce

Please sign in to comment.