Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(release): version packages #122

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/empty-readers-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cobras-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-rules-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-hairs-hang.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-mugs-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-berries-cough.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- update dependency: [email protected] ([#121](https://github.com/Commencis/js-toolkit/pull/121))

- update dependency: @commencis/[email protected] ([#120](https://github.com/Commencis/js-toolkit/pull/120))

- fix: imports, grouping and lint issues ([#120](https://github.com/Commencis/js-toolkit/pull/120))

- update dependency: [email protected] ([#124](https://github.com/Commencis/js-toolkit/pull/124))

- update import sort of common directories: ([#125](https://github.com/Commencis/js-toolkit/pull/125))
`config`, `types`, `interfaces`, `constants`, `helpers`, `utils`, `lib`

## 1.4.0

### Minor 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.4.0",
"version": "1.4.1",
"description": "Commencis ESLint config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commencis/eslint-plugin

## 1.1.3

### Patch Changes

- update dependency: @commencis/[email protected] ([#120](https://github.com/Commencis/js-toolkit/pull/120))

- fix: imports, grouping and lint issues ([#120](https://github.com/Commencis/js-toolkit/pull/120))

- update dependency: [email protected] ([#124](https://github.com/Commencis/js-toolkit/pull/124))

## 1.1.2

### Patch 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.1.2",
"version": "1.1.3",
"description": "Commencis ESLint plugin",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @commencis/stylelint-config

## 1.2.0

### Minor Changes

- update dependency: [email protected] ([#123](https://github.com/Commencis/js-toolkit/pull/123))

- 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;')`
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.1.1",
"version": "1.2.0",
"description": "Commencis Stylelint config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
Expand Down