Skip to content

Commit

Permalink
build(release): next version [skip_build]
Browse files Browse the repository at this point in the history
 - @shiftcode/[email protected]
 - @shiftcode/[email protected]
 - @shiftcode/[email protected]
 - @shiftcode/[email protected]
 - @shiftcode/[email protected]
  • Loading branch information
actions-user committed Jul 13, 2024
1 parent a0a6638 commit c8b8d1a
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/branch-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13)

### Bug Fixes

- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be))

### Build System

- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e))

### BREAKING CHANGES

- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.

# [2.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/branch-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiftcode/branch-utilities",
"version": "3.0.0-pr28.4",
"version": "3.0.0",
"description": "Utilities for local and ci to get branch name and stage",
"repository": "https://github.com/shiftcode/sc-commons-public",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-recommended/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.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13)

### Build System

- **deps:** upgrade @angular-eslint/\* ([b7e857e](https://github.com/shiftcode/sc-commons-public/commit/b7e857efe54d49e759d1ad15a69c7ac0fbd7af30)), closes [/github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md#1800-2024-05-29](https://github.com//github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md/issues/1800-2024-05-29)
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e))

### BREAKING CHANGES

- **deps:**
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.

# 1.1.0 (2024-05-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiftcode/eslint-config-recommended",
"version": "2.0.0-pr28.4",
"version": "2.0.0",
"description": "default shiftcode config for eslint",
"repository": "https://github.com/shiftcode/sc-commons-public",
"license": "UNLICENSED",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test:ci": "npm run test"
},
"dependencies": {
"@shiftcode/eslint-plugin-rules": "^2.0.0-pr28.4",
"@shiftcode/eslint-plugin-rules": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.56.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13)

### Build System

- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e))

### BREAKING CHANGES

- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.

# 1.1.0 (2024-05-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiftcode/eslint-plugin-rules",
"version": "2.0.0-pr28.4",
"version": "2.0.0",
"description": "eslint-rules for shiftcode-specific eslint rules",
"repository": "https://github.com/shiftcode/sc-commons-public",
"license": "UNLICENSED",
Expand Down
20 changes: 20 additions & 0 deletions packages/publish-helper/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.

# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13)

### Bug Fixes

- **publish-helper:** provide string flag to include option ([deda8f6](https://github.com/shiftcode/sc-commons-public/commit/deda8f637cd0965331a3a57f620e9af18f27b866))
- **publish-helper:** update peer dependency definition ([78f20da](https://github.com/shiftcode/sc-commons-public/commit/78f20da81c715b6f459e056362729cf6917b954e))
- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be))

### Build System

- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e))
- **lerna:** upgrade to version 7 ([08e6957](https://github.com/shiftcode/sc-commons-public/commit/08e6957d5f233916161eeae3f7f5eba79ebfd095))
- **lerna:** upgrade to version 8 ([e98fcab](https://github.com/shiftcode/sc-commons-public/commit/e98fcab2c750297b1a9d37c406dfda5d82596887))

### BREAKING CHANGES

- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.
- **lerna:** requires lerna^8
- **lerna:** requires lerna^7

# [2.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/publish-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiftcode/publish-helper",
"version": "3.0.0-pr28.4",
"version": "3.0.0",
"description": "scripts for conventional (pre)releases",
"repository": "https://github.com/shiftcode/sc-commons-public",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@shiftcode/branch-utilities": "^3.0.0-pr28.4",
"@shiftcode/branch-utilities": "^3.0.0",
"@types/yargs": "^17.0.32"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13)

### Bug Fixes

- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be))

### Build System

- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e))

### BREAKING CHANGES

- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.

# [2.2.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiftcode/utilities",
"version": "3.0.0-pr28.4",
"version": "3.0.0",
"description": "Contains some utilities",
"repository": "https://github.com/shiftcode/sc-commons-public",
"license": "MIT",
Expand Down

0 comments on commit c8b8d1a

Please sign in to comment.