Skip to content

Commit

Permalink
chore: release 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2023
1 parent 5c76abc commit 01b2144
Show file tree
Hide file tree
Showing 57 changed files with 634 additions and 187 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* **deps:** update dependency @sentry/node to v7.82.0 ([#859](https://github.com/christophehurpeau/nightingale/issues/859)) ([f61b54c](https://github.com/christophehurpeau/nightingale/commit/f61b54c72f5438fb37d5c3d44e010956c9e265a8))
* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))


### Bug Fixes

* remove unused dependency @sentry/node ([82b190b](https://github.com/christophehurpeau/nightingale/commit/82b190ba3659308874f24ca759961dc9a84b8964))


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nightingale-monorepo",
"private": true,
"version": "14.2.1",
"version": "15.0.0",
"description": "Logger for browser and node, see [nightingale](packages/nightingale) to get started !",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
Expand Down
15 changes: 15 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale-formatter
Version bump for dependency: nightingale-types


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "14.2.1",
"version": "15.0.0",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -75,8 +75,8 @@
},
"dependencies": {
"ansi-styles": "^6.2.1",
"nightingale-formatter": "14.2.1",
"nightingale-types": "14.2.1"
"nightingale-formatter": "15.0.0",
"nightingale-types": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale
Version bump for dependency: nightingale-browser-console
Version bump for dependency: nightingale-console


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-console",
"version": "14.2.1",
"version": "15.0.0",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -71,9 +71,9 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale": "14.2.1",
"nightingale-browser-console": "14.2.1",
"nightingale-console": "14.2.1"
"nightingale": "15.0.0",
"nightingale-browser-console": "15.0.0",
"nightingale-console": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-app-react-native/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale
Version bump for dependency: nightingale-browser-console
Version bump for dependency: nightingale-react-native-console


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-react-native",
"version": "14.2.1",
"version": "15.0.0",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -76,9 +76,9 @@
}
},
"dependencies": {
"nightingale": "14.2.1",
"nightingale-browser-console": "14.2.1",
"nightingale-react-native-console": "14.2.1"
"nightingale": "15.0.0",
"nightingale-browser-console": "15.0.0",
"nightingale-react-native-console": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-browser-console-formatter/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale-formatter
Version bump for dependency: nightingale-types
Version bump for dependency: nightingale-levels


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-browser-console-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console-formatter",
"version": "14.2.1",
"version": "15.0.0",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -74,13 +74,13 @@
]
},
"dependencies": {
"nightingale-formatter": "14.2.1",
"nightingale-types": "14.2.1"
"nightingale-formatter": "15.0.0",
"nightingale-types": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"nightingale-levels": "14.2.1",
"nightingale-levels": "15.0.0",
"pob-babel": "38.0.0",
"typescript": "5.3.3"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale-browser-console-formatter
Version bump for dependency: nightingale-console-output
Version bump for dependency: nightingale-debug
Version bump for dependency: nightingale-types


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "14.2.1",
"version": "15.0.0",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -65,10 +65,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "14.2.1",
"nightingale-console-output": "14.2.1",
"nightingale-debug": "14.2.1",
"nightingale-types": "14.2.1"
"nightingale-browser-console-formatter": "15.0.0",
"nightingale-console-output": "15.0.0",
"nightingale-debug": "15.0.0",
"nightingale-types": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* **deps:** update dependency @sentry/node to v7.82.0 ([#859](https://github.com/christophehurpeau/nightingale/issues/859)) ([f61b54c](https://github.com/christophehurpeau/nightingale/commit/f61b54c72f5438fb37d5c3d44e010956c9e265a8))
* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale
Version bump for dependency: nightingale-console
Version bump for dependency: nightingale-sentry


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-console-example/package.json
@@ -1,7 +1,7 @@
{
"name": "nightingale-console-example",
"private": true,
"version": "14.2.1",
"version": "15.0.0",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -62,9 +62,9 @@
},
"dependencies": {
"@sentry/node": "7.82.0",
"nightingale": "14.2.1",
"nightingale-console": "14.2.1",
"nightingale-sentry": "14.2.1"
"nightingale": "15.0.0",
"nightingale-console": "15.0.0",
"nightingale-sentry": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
15 changes: 15 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale-levels
Version bump for dependency: nightingale-types


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "14.2.1",
"version": "15.0.0",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -74,8 +74,8 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale-levels": "14.2.1",
"nightingale-types": "14.2.1"
"nightingale-levels": "15.0.0",
"nightingale-types": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
19 changes: 19 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)


### ⚠ BREAKING CHANGES

* update babel and drop browser modern version

### Features

* update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))

Version bump for dependency: nightingale-ansi-formatter
Version bump for dependency: nightingale-console-output
Version bump for dependency: nightingale-debug
Version bump for dependency: nightingale-json-formatter
Version bump for dependency: nightingale-levels
Version bump for dependency: nightingale-types


## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes
Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "14.2.1",
"version": "15.0.0",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -57,12 +57,12 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale-ansi-formatter": "14.2.1",
"nightingale-console-output": "14.2.1",
"nightingale-debug": "14.2.1",
"nightingale-json-formatter": "14.2.1",
"nightingale-levels": "14.2.1",
"nightingale-types": "14.2.1"
"nightingale-ansi-formatter": "15.0.0",
"nightingale-console-output": "15.0.0",
"nightingale-debug": "15.0.0",
"nightingale-json-formatter": "15.0.0",
"nightingale-levels": "15.0.0",
"nightingale-types": "15.0.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down

0 comments on commit 01b2144

Please sign in to comment.