Skip to content

Commit

Permalink
Merge pull request #237 from AndreaPontrandolfo/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AndreaPontrandolfo authored Aug 27, 2024
2 parents 99d60ea + 6778218 commit fe7622a
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/hip-pans-protect.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tiny-toes-deliver.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/docs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs-website

## 2.5.1

### Patch Changes

- b6649e0: feat(cli): added new package @sherifforg/create-config
- Updated dependencies [701edf5]
- @sherifforg/constants@0.1.0

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-website",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
11 changes: 11 additions & 0 deletions apps/sheriff-webservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# sheriff-webservices

## 3.2.7

### Patch Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax
- Updated dependencies [701edf5]
- eslint-config-sheriff@21.1.0

## 3.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sheriff-webservices",
"description": "Sheriff webservices.",
"version": "3.2.6",
"version": "3.2.7",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-sheriff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# eslint-config-sheriff

## 21.1.0

### Minor Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax

## 21.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sheriff",
"version": "21.0.0",
"version": "21.1.0",
"description": "A comprehensive and opinionated Typescript-first ESLint configuration.",
"type": "module",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/sheriff-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sherifforg/cli

## 7.1.0

### Minor Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax

### Patch Changes

- b6649e0: feat(cli): added new package @sherifforg/create-config

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherifforg/cli",
"version": "7.0.0",
"version": "7.1.0",
"type": "module",
"description": "The Sheriff CLI. Used to manage Sheriff-based ESLint configs.",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sheriff-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sherifforg/constants

## 0.1.0

### Minor Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sherifforg/constants",
"description": "Sheriff constants.",
"version": "0.0.4",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sheriff-create-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sherifforg/cli

## 8.0.0

### Major Changes

- b6649e0: feat(cli): added new package @sherifforg/create-config

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherifforg/create-config",
"version": "7.0.0",
"version": "8.0.0",
"type": "module",
"description": "This package creates new Sheriff configs.",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sheriff-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sherifforg/types

## 4.1.0

### Minor Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sherifforg/types",
"description": "Sheriff types.",
"version": "4.0.3",
"version": "4.1.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tsconfig

## 0.1.0

### Minor Changes

- 701edf5: feat!: esm-only bundling (follow up to #225)
fix: don't bundle node_modules
fix: webservices types
feat!: enable verbatimModuleSyntax

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tsconfig",
"version": "0.0.2",
"version": "0.1.0",
"private": true
}

0 comments on commit fe7622a

Please sign in to comment.