Skip to content

Commit

Permalink
chore(changelog): update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed May 26, 2024
1 parent f50a42d commit 25dbad9
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .changeset/eight-dancers-hang.md

This file was deleted.

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

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4
- Updated dependencies [f50a42d]
- @jscpd/html-reporter@4.0.1
- @jscpd/tokenizer@4.0.1
- @jscpd/finder@4.0.1
- @jscpd/core@4.0.1

### Major Changes

- aac6f4e: make great refactoring of the code, update versions of packages (typescript, pug, etc), change builder - use tsup, change test runner to vitest, move monorepo from lerna to turborepo, add changeset as tool for releases
Expand Down
2 changes: 1 addition & 1 deletion apps/jscpd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "4.0.0",
"version": "4.0.1",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/badge-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jscpd/badge-reporter

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/badge-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/badge-reporter",
"version": "4.0.0",
"version": "4.0.1",
"description": "Reporter for jscpd. Generate a badges with copy/paste level.",
"keywords": [
"jscpd",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 3.3.0-rc.3 (2020-05-04)

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/core",
"version": "4.0.0",
"version": "4.0.1",
"description": "core functionality of copy/paste detector for jscpd",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/finder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 3.3.0-rc.3 (2020-05-04)

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4
- Updated dependencies [f50a42d]
- @jscpd/tokenizer@4.0.1
- @jscpd/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/finder",
"version": "4.0.0",
"version": "4.0.1",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/html-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jscpd/html-reporter

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/html-reporter",
"version": "4.0.0",
"version": "4.0.1",
"description": "html reporter for jscpd",
"keywords": [
"jscpd",
Expand Down
9 changes: 9 additions & 0 deletions packages/leveldb-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 3.3.0-rc.3 (2020-05-04)

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4
- Updated dependencies [f50a42d]
- @jscpd/tokenizer@4.0.1
- @jscpd/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/leveldb-store",
"version": "4.0.0",
"version": "4.0.1",
"description": "leveldb store for jscpd",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/redis-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 3.3.0-rc.3 (2020-05-04)

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4
- Updated dependencies [f50a42d]
- @jscpd/tokenizer@4.0.1
- @jscpd/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/redis-store",
"version": "4.0.0",
"version": "4.0.1",
"description": "redis store for jscpd",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 3.3.0-rc.3 (2020-05-04)

## 4.0.1

### Patch Changes

- f50a42d: publish first public version in v4
- Updated dependencies [f50a42d]
- @jscpd/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/tokenizer",
"version": "4.0.0",
"version": "4.0.1",
"description": "tokenizer of source code for jscpd",
"author": "Andrey Kucherenko <[email protected]>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jscpd/tsconfig

## 5.0.1

### Patch Changes

- f50a42d: publish first public version in v4

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/tsconfig",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"files": [
"pkg.json"
Expand Down

0 comments on commit 25dbad9

Please sign in to comment.