Skip to content

Commit e885164

Browse files
author
github-actions[bot]
committed
release: publish v1.0.0
1 parent 33d72ab commit e885164

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2021-02-05)
7+
8+
**Note:** Version bump only for package @plutotcool/configurations
9+
10+
11+
12+
13+
614
# 1.0.0-alpha.1 (2021-02-05)
715

816
**Note:** Version bump only for package @plutotcool/configurations

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"packages": ["packages/*"],
2+
"packages": [
3+
"packages/*"
4+
],
35
"command": {
46
"publish": {
57
"registry": "https://npm.pkg.github.com"
@@ -9,5 +11,5 @@
911
}
1012
},
1113
"npmClient": "yarn",
12-
"version": "1.0.0-beta"
14+
"version": "1.0.0"
1315
}

packages/prettier-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2021-02-05)
7+
8+
**Note:** Version bump only for package @plutotcool/prettier-config
9+
10+
11+
12+
13+
614
# 1.0.0-alpha.1 (2021-02-05)
715

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

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plutotcool/prettier-config",
3-
"version": "1.0.0-beta",
3+
"version": "1.0.0",
44
"description": "Base prettier configuration for plutot.cool projects.",
55
"main": ".prettierrc.json",
66
"repository": "plutotcool/configurations",

packages/typescript-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2021-02-05)
7+
8+
**Note:** Version bump only for package @plutotcool/typescript-config
9+
10+
11+
12+
13+
614
# 1.0.0-alpha.1 (2021-02-05)
715

816
**Note:** Version bump only for package @plutotcool/typescript-config

packages/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plutotcool/typescript-config",
3-
"version": "1.0.0-beta",
3+
"version": "1.0.0",
44
"description": "Base typescript configuration for plutot.cool projects.",
55
"main": "tsconfig.json",
66
"repository": "plutotcool/configurations",

0 commit comments

Comments
 (0)