Skip to content

Commit ef219b9

Browse files
author
Keisuke Kan
authored
Merge pull request #319 from caddijp/release
Bump v0.3.0
2 parents 7b25261 + 3e1463d commit ef219b9

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.3.0 (2021-08-17)
2+
3+
#### :rocket: Type: Feature
4+
5+
- `eslint-config`
6+
- [#318](https://github.com/caddijp/frontend/pull/318) feat: add two rules to the eslint configuration ([@ksakiyama](https://github.com/ksakiyama))
7+
8+
#### Committers: 3
9+
10+
- Keisuke Kan ([@9renpoto](https://github.com/9renpoto))
11+
- Sota Ohara ([@sottar](https://github.com/sottar))
12+
- ksakiyama ([@ksakiyama](https://github.com/ksakiyama))
13+
114
## v0.2.1 (2021-03-19)
215

316
#### :bug: Type: Bug

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"packages": ["packages/*"],
1313
"npmClient": "npm",
1414
"useWorkspaces": true,
15-
"version": "0.2.1"
15+
"version": "0.3.0"
1616
}

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caddijp/components",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com",
66
"cache": "~/.npm"

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caddijp/eslint-config",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com",
66
"cache": "~/.npm"

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caddijp/stylelint-config",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com",
66
"cache": "~/.npm"

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caddijp/tsconfig",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com",
66
"cache": "~/.npm"

0 commit comments

Comments
 (0)