Skip to content

Commit 50d03c0

Browse files
committed
chore(workspace): release version 1.0.0
1 parent 24590ce commit 50d03c0

File tree

7 files changed

+86
-11
lines changed

7 files changed

+86
-11
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# 1.0.0 (2023-11-02)
6+
7+
### Bug Fixes
8+
9+
- add hashbang and fix files ([f32e4a0](https://github.com/skrtheboss/prettier-tools/commit/f32e4a0235303e1e02236f1db8191ccbbe934763))
10+
- cleanup dependencies ([571cb75](https://github.com/skrtheboss/prettier-tools/commit/571cb75713cd9c530d6df6207ab2553042fc6ec8))
11+
- **deps:** bump tslib from 2.4.1 to v2.5.0 ([#86](https://github.com/skrtheboss/prettier-tools/issues/86)) ([dccf848](https://github.com/skrtheboss/prettier-tools/commit/dccf8480df3d4cf8cbca7f6cbc9f763ed44c9e9c))
12+
- minor adjustments ([e042298](https://github.com/skrtheboss/prettier-tools/commit/e04229876ea919c16aa41c1f73b66d2262ddc2c8))
13+
- minor adjustments ([cd9a41d](https://github.com/skrtheboss/prettier-tools/commit/cd9a41dbf35365443b7724db1e8b57223d2429c4))
14+
- **pretty-parallel:** add missing dependencies ([7aa412c](https://github.com/skrtheboss/prettier-tools/commit/7aa412c4d866c16264ac5e3663be735915e63fc0))
15+
- **pretty-parallel:** cleanup package.json ([7c29e90](https://github.com/skrtheboss/prettier-tools/commit/7c29e903f5e004e5f11c58121394095b67dce2e6))
16+
- **pretty-parallel:** fix eta calculation ([fc306e2](https://github.com/skrtheboss/prettier-tools/commit/fc306e271e662642a06d35419c81bc4e7bfebd39))
17+
- **pretty-parallel:** fix eta calculation ([89c62e5](https://github.com/skrtheboss/prettier-tools/commit/89c62e5929c88942499bd571ef830b9c8744204e))
18+
- **pretty-parallel:** fix rate calculation ([641dd2c](https://github.com/skrtheboss/prettier-tools/commit/641dd2cd9093eeba28d657523262c52f2ea85ff2))
19+
- upgrade dependencies ([aae2a7f](https://github.com/skrtheboss/prettier-tools/commit/aae2a7fe9b78a97ef89ae7563f5e9872e6051369))
20+
- upgrade dependencies ([#128](https://github.com/skrtheboss/prettier-tools/issues/128)) ([8578191](https://github.com/skrtheboss/prettier-tools/commit/85781915f56c56b397f7c4f43660edeb17fb5c06))
21+
- upgrade nx ([#127](https://github.com/skrtheboss/prettier-tools/issues/127)) ([16e1271](https://github.com/skrtheboss/prettier-tools/commit/16e127162a6c6be6b05807511363109781e8b78d))
22+
- upgrade nx ([#95](https://github.com/skrtheboss/prettier-tools/issues/95)) ([6e10ed4](https://github.com/skrtheboss/prettier-tools/commit/6e10ed401c5bc2d6dbe9c8fc5d304037ea909f47))
23+
24+
### Features
25+
26+
- add support for --config flag ([#147](https://github.com/skrtheboss/prettier-tools/issues/147)) ([24590ce](https://github.com/skrtheboss/prettier-tools/commit/24590ce78894af32d26ec725ab5b254c977fb14d)), closes [#145](https://github.com/skrtheboss/prettier-tools/issues/145)
27+
- initial commit ([103eef8](https://github.com/skrtheboss/prettier-tools/commit/103eef807bec31c1aeb065a71d6db31a76396b0b))
28+
- upgrade prettier to v3 ([#146](https://github.com/skrtheboss/prettier-tools/issues/146)) ([d19480c](https://github.com/skrtheboss/prettier-tools/commit/d19480c0714d9cac7771b5cec1aa99c93b3a9e0c))
29+
30+
### BREAKING CHANGES
31+
32+
- prettier is required in version 3

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pretty-parallel",
33
"description": "Run prettier in parallel",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"scripts": {
77
"format": "nx format:write",
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@commitlint/cli": "18.2.0",
31+
"@commitlint/config-angular": "^17.0.0",
3132
"@commitlint/config-conventional": "18.1.0",
3233
"@commitlint/config-nx-scopes": "18.3.0",
3334
"@commitlint/cz-commitlint": "18.2.0",

packages/pretty-parallel/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# 1.0.0 (2023-11-02)
6+
7+
### Bug Fixes
8+
9+
- **pretty-parallel:** add missing dependencies ([7aa412c](https://github.com/skrtheboss/prettier-tools/commit/7aa412c4d866c16264ac5e3663be735915e63fc0))
10+
- **pretty-parallel:** cleanup package.json ([7c29e90](https://github.com/skrtheboss/prettier-tools/commit/7c29e903f5e004e5f11c58121394095b67dce2e6))
11+
- **pretty-parallel:** fix eta calculation ([fc306e2](https://github.com/skrtheboss/prettier-tools/commit/fc306e271e662642a06d35419c81bc4e7bfebd39))
12+
- **pretty-parallel:** fix eta calculation ([89c62e5](https://github.com/skrtheboss/prettier-tools/commit/89c62e5929c88942499bd571ef830b9c8744204e))
13+
- **pretty-parallel:** fix rate calculation ([641dd2c](https://github.com/skrtheboss/prettier-tools/commit/641dd2cd9093eeba28d657523262c52f2ea85ff2))
14+
- upgrade dependencies ([#128](https://github.com/skrtheboss/prettier-tools/issues/128)) ([8578191](https://github.com/skrtheboss/prettier-tools/commit/85781915f56c56b397f7c4f43660edeb17fb5c06))
15+
- upgrade nx ([#127](https://github.com/skrtheboss/prettier-tools/issues/127)) ([16e1271](https://github.com/skrtheboss/prettier-tools/commit/16e127162a6c6be6b05807511363109781e8b78d))
16+
- upgrade nx ([#95](https://github.com/skrtheboss/prettier-tools/issues/95)) ([6e10ed4](https://github.com/skrtheboss/prettier-tools/commit/6e10ed401c5bc2d6dbe9c8fc5d304037ea909f47))
17+
18+
### Features
19+
20+
- add support for --config flag ([#147](https://github.com/skrtheboss/prettier-tools/issues/147)) ([24590ce](https://github.com/skrtheboss/prettier-tools/commit/24590ce78894af32d26ec725ab5b254c977fb14d)), closes [#145](https://github.com/skrtheboss/prettier-tools/issues/145)
21+
- upgrade prettier to v3 ([#146](https://github.com/skrtheboss/prettier-tools/issues/146)) ([d19480c](https://github.com/skrtheboss/prettier-tools/commit/d19480c0714d9cac7771b5cec1aa99c93b3a9e0c))
22+
23+
### BREAKING CHANGES
24+
25+
- prettier is required in version 3
26+
527
## [0.0.6](https://github.com/skrtheboss/prettier-tools/compare/[email protected]@0.0.6) (2022-11-03)
628

729
### Bug Fixes

packages/pretty-parallel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-parallel",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "Concurrent prettier runner",
55
"author": "Denis Frenademetz <[email protected]>",
66
"repository": "https://github.com/skrtheboss/prettier-tools",

packages/pretty-parallel/project.json

-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
}
3636
}
3737
},
38-
"version": {
39-
"executor": "@jscutlery/semver:version",
40-
"options": {
41-
"baseBranch": "main",
42-
"preset": "conventional",
43-
"tagPrefix": "${projectName}@",
44-
"commitMessageFormat": "chore(${projectName}): release version ${version}"
45-
}
46-
},
4738
"publish-to-npm": {
4839
"executor": "nx:run-commands",
4940
"options": {

pnpm-lock.yaml

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "workspace",
3+
"$schema": "node_modules/nx/schemas/project-schema.json",
4+
"targets": {
5+
"version": {
6+
"executor": "@jscutlery/semver:version",
7+
"options": {
8+
"baseBranch": "main",
9+
"syncVersions": true,
10+
"preset": "angular"
11+
}
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)