Skip to content

Commit

Permalink
Merge pull request #159 from AndreaPontrandolfo/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AndreaPontrandolfo authored Jul 28, 2024
2 parents ea9bbcb + 8da14fe commit bc1b21b
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 37 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-singers-whisper.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-hotels-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-insects-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-clouds-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-rules-invite.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- 37bb057: docs(website): updated philosophy
ci(qa): fixes turbo caching in gh actions
ci(qa): add more context to qa action
- 1859c47: fix!: typo in config
- Updated dependencies [aa57685]
- @sherifforg/constants@0.0.2

## 2.3.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.3.0",
"version": "2.3.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
9 changes: 9 additions & 0 deletions apps/sheriff-webservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# sheriff-webservices

## 3.2.4

### Patch Changes

- Updated dependencies [aa57685]
- Updated dependencies [1859c47]
- Updated dependencies [0fd4217]
- [email protected]

## 3.2.3

### 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.3",
"version": "3.2.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-sheriff-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-sheriff-config

## 5.2.1

### Patch Changes

- a8863d8: fix bug with auto install packages to ensure the correct version is installed

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sheriff-config",
"version": "5.2.0",
"version": "5.2.1",
"type": "module",
"description": "CLI/starter to bootstrap a Sheriff config",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-sheriff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# eslint-config-sheriff

## 19.0.0

### Major Changes

- aa57685: feat!: make astro support optional
- 1859c47: fix!: typo in config

### Minor Changes

- 0fd4217: feat: allow zero-config sheriff

## 18.7.0

### Minor 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": "18.7.0",
"version": "19.0.0",
"description": "A comprehensive and opinionated Typescript-first ESLint configuration.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sheriff-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sherifforg/constants

## 0.0.2

### Patch Changes

- aa57685: feat!: make astro support optional

## 0.0.1

### 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 variables.",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/sheriff-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sherifforg/types

## 4.0.0

### Major Changes

- 1859c47: fix!: typo in config

### Patch Changes

- aa57685: feat!: make astro support optional

## 3.1.2

### 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": "3.1.2",
"version": "4.0.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down

0 comments on commit bc1b21b

Please sign in to comment.