Skip to content

Commit 334a451

Browse files
authored
Merge pull request #285 from Commencis/changeset-release/main
ci(release): version packages
2 parents 38ca8ae + 98d10b1 commit 334a451

16 files changed

+40
-45
lines changed

.changeset/afraid-signs-type.md

-5
This file was deleted.

.changeset/big-numbers-appear.md

-5
This file was deleted.

.changeset/blue-ants-relax.md

-5
This file was deleted.

.changeset/dirty-pens-talk.md

-5
This file was deleted.

.changeset/proud-tires-grow.md

-5
This file was deleted.

.changeset/purple-rings-sing.md

-5
This file was deleted.

.changeset/quiet-poems-smell.md

-6
This file was deleted.

.changeset/serious-sloths-thank.md

-5
This file was deleted.

packages/eslint-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @commencis/eslint-config
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- chore(deps): update dependency eslint-plugin-react to v7.37.5 ([#283](https://github.com/Commencis/js-toolkit/pull/283))
8+
9+
- chore(deps): update dependency @next/eslint-plugin-next to v15.2.5 ([#277](https://github.com/Commencis/js-toolkit/pull/277))
10+
11+
- chore(deps): update eslint monorepo to v9.24.0 ([#280](https://github.com/Commencis/js-toolkit/pull/280))
12+
13+
- chore(deps): update typescript-eslint monorepo to v8.29.1 ([#276](https://github.com/Commencis/js-toolkit/pull/276))
14+
15+
- chore(deps): update dependency eslint-plugin-prettier to v5.2.6 ([#281](https://github.com/Commencis/js-toolkit/pull/281))
16+
317
## 1.7.0
418

519
### Minor Changes

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/eslint-config",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Commencis ESLint config",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

packages/eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commencis/eslint-plugin
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- chore(deps): update typescript-eslint monorepo to v8.29.1 ([#276](https://github.com/Commencis/js-toolkit/pull/276))
8+
39
## 1.4.0
410

511
### Minor Changes

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/eslint-plugin",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Commencis ESLint plugin",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

packages/lint-staged-config/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @commencis/lint-staged-config
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- release: stable version 1.0.0 ([#290](https://github.com/Commencis/js-toolkit/pull/290))
8+
9+
### Patch Changes
10+
11+
- chore(deps): update lint-staged dev-dependency to v15.5.0 ([#278](https://github.com/Commencis/js-toolkit/pull/278))
12+
313
## 0.1.0
414

515
### Minor Changes

packages/lint-staged-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/lint-staged-config",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Commencis Lint-Staged config",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

packages/stylelint-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commencis/stylelint-config
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- chore(deps): update stylelint peer-dependency to `>=16.18` ([#288](https://github.com/Commencis/js-toolkit/pull/288))
8+
39
## 2.0.0
410

511
### Major Changes

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/stylelint-config",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Commencis Stylelint config",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)