Skip to content

Commit

Permalink
Merge pull request #140 from percolate/PRC-80
Browse files Browse the repository at this point in the history
PRC-80: change the node @percolate/kona engine semver
  • Loading branch information
tibetegya authored May 28, 2024
2 parents df4a146 + 2a073de commit 4fbf904
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 13 deletions.
4 changes: 4 additions & 0 deletions pkgs/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.23](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/cli-utils

## [0.1.22](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/cli-utils
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/cli-utils",
"version": "0.1.22",
"version": "0.1.23",
"description": "Percolate CLI utils",
"license": "CPAL-1.0",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/core",
Expand Down
4 changes: 4 additions & 0 deletions pkgs/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.25](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

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

## [1.1.24](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion pkgs/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/eslint-plugin",
"version": "1.1.24",
"version": "1.1.25",
"description": "Percolate's ESlint rules and configs",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/eslint-plugin",
"license": "CPAL-1.0",
Expand Down
4 changes: 4 additions & 0 deletions pkgs/kona/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.16](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/kona

## [3.4.15](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/kona
Expand Down
8 changes: 4 additions & 4 deletions pkgs/kona/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@percolate/kona",
"version": "3.4.15",
"version": "3.4.16",
"description": "Percolate CLI",
"license": "CPAL-1.0",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/kona",
"engines": {
"node": "^14",
"yarn": "^1.19"
"node": ">=14",
"yarn": ">=1.19"
},
"bin": {
"kona": "./bin/kona"
Expand All @@ -29,7 +29,7 @@
"@commitlint/format": "12.1.1",
"@commitlint/lint": "12.1.1",
"@commitlint/load": "12.1.1",
"@percolate/cli-utils": "0.1.22",
"@percolate/cli-utils": "0.1.23",
"commitizen": "4.2.4",
"fast-glob": "3.2.5",
"find-up": "4.1.0",
Expand Down
4 changes: 4 additions & 0 deletions pkgs/press/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.23](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/press

## [1.2.22](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/press
Expand Down
4 changes: 2 additions & 2 deletions pkgs/press/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/press",
"version": "1.2.22",
"version": "1.2.23",
"description": "CI release tooling",
"bin": {
"press": "bin/press"
Expand All @@ -16,7 +16,7 @@
"watch": "tsc --project . --watch"
},
"dependencies": {
"@percolate/cli-utils": "0.1.22",
"@percolate/cli-utils": "0.1.23",
"@sentry/cli": "1.49.0",
"aws-sdk": "2.885.0",
"semver": "6.3.0",
Expand Down
4 changes: 4 additions & 0 deletions pkgs/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.21](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/prettier-config

## [0.1.20](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion pkgs/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/prettier-config",
"version": "0.1.20",
"version": "0.1.21",
"description": "Percolate prettier config",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/prettier-config",
"license": "CPAL-1.0",
Expand Down
4 changes: 4 additions & 0 deletions pkgs/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.22](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/publisher

## [0.1.21](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/publisher
Expand Down
4 changes: 2 additions & 2 deletions pkgs/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/publisher",
"version": "0.1.21",
"version": "0.1.22",
"description": "Publish package if version is newer than NPM's",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/publisher",
"bin": {
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@percolate/cli-utils": "0.1.22",
"@percolate/cli-utils": "0.1.23",
"docopt": "0.6.2",
"semver": "6.3.0"
},
Expand Down
4 changes: 4 additions & 0 deletions pkgs/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.22](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-28)

**Note:** Version bump only for package @percolate/s3

## [1.2.21](https://github.com/percolate/blend/compare/@percolate/[email protected]...@percolate/[email protected]) (2024-05-17)

**Note:** Version bump only for package @percolate/s3
Expand Down
4 changes: 2 additions & 2 deletions pkgs/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percolate/s3",
"version": "1.2.21",
"version": "1.2.22",
"description": "CLI for various S3 commands",
"license": "CPAL-1.0",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/s3",
Expand All @@ -19,7 +19,7 @@
"watch": "tsc --build tsconfig.json --watch --preserveWatchOutput"
},
"dependencies": {
"@percolate/cli-utils": "0.1.22",
"@percolate/cli-utils": "0.1.23",
"aws-sdk": "2.885.0",
"console.table": "0.10.0",
"docopt": "0.6.2",
Expand Down

0 comments on commit 4fbf904

Please sign in to comment.