Skip to content

Commit cad574e

Browse files
authored
Merge pull request #365 from Commencis/changeset-release/main
ci(release): version packages
2 parents 3b37834 + 56cbb26 commit cad574e

File tree

7 files changed

+16
-18
lines changed

7 files changed

+16
-18
lines changed

.changeset/fast-parents-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-cups-say.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-wombats-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commencis/eslint-config
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- chore(deps): update eslint monorepo to v9.34.0 ([#364](https://github.com/Commencis/js-toolkit/pull/364))
8+
39
## 1.7.5
410

511
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/eslint-config",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
44
"description": "Commencis ESLint config",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

packages/stylelint-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commencis/stylelint-config
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- chore: update stylelint peer deps to v16.22 ([#343](https://github.com/Commencis/js-toolkit/pull/343))
8+
9+
- chore: remove `stylelint` less than `16.23.0` from peer dependencies. ([#363](https://github.com/Commencis/js-toolkit/pull/363))
10+
311
## 2.1.1
412

513
### Patch Changes
@@ -43,5 +51,4 @@
4351
### Minor Changes
4452

4553
- update dependency: postcss-styled-syntax@0.7.0 ([#123](https://github.com/Commencis/js-toolkit/pull/123))
46-
4754
- Added support for passing a function to `styled` instead using it as a tagged template. For example, `styled.div(props => 'color: red;'')`, or `styled(Component)(props => 'color: red;')`

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commencis/stylelint-config",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Commencis Stylelint config",
55
"author": "Commencis WEB Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)