Skip to content

Commit

Permalink
Merge pull request #167 from Commencis/changeset-release/main
Browse files Browse the repository at this point in the history
ci(release): version packages
  • Loading branch information
ymehmetcan authored Dec 12, 2024
2 parents 7c51c7b + 6878530 commit db41bf4
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-flies-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-poems-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-badgers-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-candles-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-spies-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-rabbits-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-guests-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-turtles-argue.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @commencis/eslint-config

## 1.5.2

### Patch Changes

- update dependency: eslint@9.16.0 ([#164](https://github.com/Commencis/js-toolkit/pull/164))

- update dependency: @next/eslint-plugin-next@15.1.0 ([#161](https://github.com/Commencis/js-toolkit/pull/161))

- update dependency: eslint-plugin-vue@9.32.0 ([#159](https://github.com/Commencis/js-toolkit/pull/159))

- update dependency: typescript-eslint@8.18.0 ([#165](https://github.com/Commencis/js-toolkit/pull/165))

- update dependency: globals@15.13.0 ([#160](https://github.com/Commencis/js-toolkit/pull/160))

- update dependency: eslint-plugin-react-hooks@5.1.0 ([#162](https://github.com/Commencis/js-toolkit/pull/162))
fix: type declarations for eslint-plugin-react

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commencis/eslint-config",
"version": "1.5.1",
"version": "1.5.2",
"description": "Commencis ESLint config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commencis/eslint-plugin

## 1.2.1

### Patch Changes

- update dependency: typescript-eslint@8.18.0 ([#165](https://github.com/Commencis/js-toolkit/pull/165))

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commencis/eslint-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "Commencis ESLint plugin",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @commencis/prettier-config

## 1.1.1

### Patch Changes

- update dependency: prettier@3.4.2 ([#158](https://github.com/Commencis/js-toolkit/pull/158))
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commencis/prettier-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "Commencis Prettier config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commencis/stylelint-config

## 1.3.0

### Minor Changes

- **[BREAKING CHANGE]**: peer dependency `stylelint` now requires `>=16.11` ([#166](https://github.com/Commencis/js-toolkit/pull/166))

update dependency: `stylelint-config-recommended-scss@14.1.0`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commencis/stylelint-config",
"version": "1.2.0",
"version": "1.3.0",
"description": "Commencis Stylelint config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit db41bf4

Please sign in to comment.