Skip to content

Commit

Permalink
chore(release): publish v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Oct 6, 2023
1 parent 5cad767 commit b383245
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)


### 馃悰 Bug Fixes

* **preset-esm:** resolve paths from anywhere ([5cad767](https://github.com/alvis/presetter/commit/5cad76771f626c21ab300846d88eb8f00ef3bf4c))



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "presetter-monorepo",
"private": true,
"version": "4.4.0",
"version": "4.4.1",
"packageManager": "pnpm@8.6.0",
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-cjs/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-cjs",
"version": "4.4.0",
"version": "4.4.1",
"description": "An opinionated presetter preset for an commonjs package",
"keywords": [
"presetter",
Expand Down
9 changes: 9 additions & 0 deletions packages/preset-esm/CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)


### 馃悰 Bug Fixes

* **preset-esm:** resolve paths from anywhere ([5cad767](https://github.com/alvis/presetter/commit/5cad76771f626c21ab300846d88eb8f00ef3bf4c))



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-esm",
"version": "4.4.0",
"version": "4.4.1",
"description": "A collection of opinionated preset configurations for typescript projects",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-hybrid/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-hybrid/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-hybrid",
"version": "4.4.0",
"version": "4.4.1",
"description": "An opinionated presetter preset for delivering a dual CommonJS/ESM package",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-react/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-react",
"version": "4.4.0",
"version": "4.4.1",
"description": "An opinionated presetter preset for a React project",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-rollup/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-rollup",
"version": "4.4.0",
"version": "4.4.1",
"description": "An opinionated presetter preset for using rollup as a bundler",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-strict/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-strict/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-strict",
"version": "4.4.0",
"version": "4.4.1",
"description": "An extension of the cjs/esm preset to provide stricter lint rules for typescript projects",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-web/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/preset-web/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-web",
"version": "4.4.0",
"version": "4.4.1",
"description": "An opinionated presetter preset for a web project",
"keywords": [
"presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/presetter/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/presetter/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter",
"version": "4.4.0",
"version": "4.4.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.4.1](https://github.com/alvis/presetter/compare/v4.4.0...v4.4.1) (2023-10-06)



# [4.4.0](https://github.com/alvis/presetter/compare/v4.3.1...v4.4.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "presetter-types",
"version": "4.4.0",
"version": "4.4.1",
"description": "TypeScript definitions for presetter",
"keywords": [
"presetter",
Expand Down

0 comments on commit b383245

Please sign in to comment.