Skip to content

Commit

Permalink
chore(release): publish v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinsmith1024 committed Oct 22, 2024
1 parent d37d0ae commit 9a59d86
Show file tree
Hide file tree
Showing 25 changed files with 27,821 additions and 27,757 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

### Bug Fixes

- **deps:** update docusaurus monorepo to v3.3.2 ([#888](https://github.com/C2FO/fast-csv/issues/888)) ([60f5e27](https://github.com/C2FO/fast-csv/commit/60f5e2759f8d4455dd39745aab88a6eb6f97e83d))
- **deps:** update docusaurus monorepo to v3.4.0 ([#961](https://github.com/C2FO/fast-csv/issues/961)) ([cef2f2e](https://github.com/C2FO/fast-csv/commit/cef2f2ece4612db7d52bac8bbc34dd181c2b19c0))

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

** Note: ** Docs libraries update

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)
Expand Down
7 changes: 7 additions & 0 deletions documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

### Bug Fixes

- **deps:** update docusaurus monorepo to v3.3.2 ([#888](https://github.com/C2FO/fast-csv/issues/888)) ([60f5e27](https://github.com/C2FO/fast-csv/commit/60f5e2759f8d4455dd39745aab88a6eb6f97e83d))
- **deps:** update docusaurus monorepo to v3.4.0 ([#961](https://github.com/C2FO/fast-csv/issues/961)) ([cef2f2e](https://github.com/C2FO/fast-csv/commit/cef2f2ece4612db7d52bac8bbc34dd181c2b19c0))

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/docs",
"version": "5.0.0",
"version": "5.0.2",
"private": true,
"scripts": {
"start": "docusaurus start --port=3001",
Expand Down
4 changes: 4 additions & 0 deletions examples/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package fast-csv-benchmarks

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

**Note:** Version bump only for package fast-csv-benchmarks
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fast-csv-benchmarks",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"description": "fast-csv examples",
"dependencies": {
"fast-csv": "5.0.1"
"fast-csv": "5.0.2"
},
"scripts": {
"benchmarks": "node ./index.js"
Expand Down
4 changes: 4 additions & 0 deletions examples/fast-csv-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package fast-csv-js-examples

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

**Note:** Version bump only for package fast-csv-js-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/fast-csv-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-js-examples",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -10,6 +10,6 @@
},
"dependencies": {
"example-runner": "5.0.0",
"fast-csv": "5.0.1"
"fast-csv": "5.0.2"
}
}
4 changes: 4 additions & 0 deletions examples/fast-csv-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package fast-csv-ts-examples

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

**Note:** Version bump only for package fast-csv-ts-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/fast-csv-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-ts-examples",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"example-runner": "5.0.0",
"fast-csv": "5.0.1",
"fast-csv": "5.0.2",
"typescript": "5.3.3"
}
}
4 changes: 4 additions & 0 deletions examples/formatting-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package @fast-csv/format-js-examples

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**Note:** Version bump only for package @fast-csv/format-js-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/formatting-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/format-js-examples",
"version": "5.0.0",
"version": "5.0.2",
"private": true,
"description": "fast-csv formatting examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/format": "5.0.0",
"@fast-csv/format": "5.0.2",
"example-runner": "5.0.0"
}
}
4 changes: 4 additions & 0 deletions examples/formatting-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package @fast-csv/formatting-ts-examples

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**Note:** Version bump only for package @fast-csv/formatting-ts-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/formatting-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/formatting-ts-examples",
"version": "5.0.0",
"version": "5.0.2",
"private": true,
"description": "fast-csv formatting typescript examples",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"compile": "tsc"
},
"dependencies": {
"@fast-csv/format": "5.0.0",
"@fast-csv/format": "5.0.2",
"example-runner": "5.0.0",
"typescript": "5.3.3"
}
Expand Down
4 changes: 4 additions & 0 deletions examples/parsing-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package @fast-csv/parse-js-examples

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**Note:** Version bump only for package @fast-csv/parse-js-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/parsing-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-js-examples",
"version": "5.0.0",
"version": "5.0.2",
"private": true,
"description": "fast-csv parsing examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/parse": "5.0.0",
"@fast-csv/parse": "5.0.2",
"example-runner": "5.0.0"
}
}
4 changes: 4 additions & 0 deletions examples/parsing-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/C2FO/fast-csv/compare/v5.0.1...v5.0.2) (2024-10-22)

**Note:** Version bump only for package @fast-csv/parse-ts-examples

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**Note:** Version bump only for package @fast-csv/parse-ts-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/parsing-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-ts-examples",
"version": "5.0.0",
"version": "5.0.2",
"private": true,
"description": "fast-csv parsing typescript examples",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"compile": "tsc"
},
"dependencies": {
"@fast-csv/parse": "5.0.0",
"@fast-csv/parse": "5.0.2",
"example-runner": "5.0.0",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"hoist": true
}
},
"version": "5.0.1"
"version": "5.0.2"
}
Loading

0 comments on commit 9a59d86

Please sign in to comment.