Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 29, 2021
1 parent 2ac8cb0 commit 32e16ca
Show file tree
Hide file tree
Showing 18 changed files with 111 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/babel-preset/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.

# [9.1.0](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





# [9.0.0](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/babel-preset",
"version": "9.0.0",
"version": "9.1.0",
"description": "4Catalyzer babel preset",
"main": "index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-4catalyzer-jest/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.

# [2.2.0](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-jest@[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [2.1.2](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-jest@[email protected]) (2021-10-07)

**Note:** Version bump only for package eslint-config-4catalyzer-jest
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-4catalyzer-jest",
"version": "2.1.2",
"version": "2.2.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-4catalyzer-react/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.2.0](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-react@[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [1.1.3](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-react@[email protected]) (2021-10-12)

**Note:** Version bump only for package eslint-config-4catalyzer-react
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-4catalyzer-react",
"version": "1.1.3",
"version": "1.2.0",
"description": "4Catalyzer React ESLint config",
"files": [
"*.js"
Expand All @@ -24,7 +24,7 @@
"testEnvironment": "node"
},
"dependencies": {
"eslint-config-4catalyzer": "^1.3.0",
"eslint-config-4catalyzer": "^1.4.0",
"eslint-config-airbnb": "^19.0.1"
},
"peerDependencies": {
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react-hooks": "^1.7.0"
},
"devDependencies": {
"@4c/jest-preset": "^1.6.2",
"@4c/jest-preset": "^1.7.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-4catalyzer-typescript/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.

# [3.2.0](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-typescript@[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [3.1.2](https://github.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-typescript@[email protected]) (2021-10-07)

**Note:** Version bump only for package eslint-config-4catalyzer-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-4catalyzer-typescript",
"version": "3.1.2",
"version": "3.2.0",
"main": "index.js",
"files": [
"*.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-4catalyzer/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.4.0](https://github.com/4Catalyzer/javascript/compare/[email protected]@1.4.0) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





# [1.3.0](https://github.com/4Catalyzer/javascript/compare/[email protected]@1.3.0) (2021-10-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-4catalyzer",
"version": "1.3.0",
"version": "1.4.0",
"description": "4Catalyzer ESLint config",
"files": [
"*.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-import-resolver-workspaces/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.1.0](https://github.com/4Catalyzer/javascript/compare/eslint-import-resolver-workspaces@[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [1.0.12](https://github.com/4Catalyzer/javascript/compare/eslint-import-resolver-workspaces@[email protected]) (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-workspaces",
"version": "1.0.12",
"version": "1.1.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-preset/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.7.0](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [1.6.2](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-10-07)

**Note:** Version bump only for package @4c/jest-preset
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/jest-preset",
"version": "1.6.2",
"version": "1.7.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/semantic-release-alt-publish-dir/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.

# [5.2.0](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [5.1.2](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-10-07)

**Note:** Version bump only for package @4c/semantic-release-alt-publish-dir
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-alt-publish-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/semantic-release-alt-publish-dir",
"version": "5.1.2",
"version": "5.2.0",
"main": "index.js",
"author": "Jason Quense <[email protected]>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/semantic-release-config/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.

# [2.2.0](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-11-29)


### Features

* bump more stuff ([2ac8cb0](https://github.com/4Catalyzer/javascript/commit/2ac8cb09a1316c850c020de502c3c0879391e98f))





## [2.1.2](https://github.com/4Catalyzer/javascript/compare/@4c/[email protected]...@4c/[email protected]) (2021-10-07)

**Note:** Version bump only for package @4c/semantic-release-config
Expand Down
4 changes: 2 additions & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/semantic-release-config",
"version": "2.1.2",
"version": "2.2.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"author": "4Catalyzer",
"license": "MIT",
"dependencies": {
"@4c/semantic-release-alt-publish-dir": "^5.1.2",
"@4c/semantic-release-alt-publish-dir": "^5.2.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
Expand Down

0 comments on commit 32e16ca

Please sign in to comment.