Skip to content

Commit 5030212

Browse files
committed
chore(release): publish
- @waldronmatt/[email protected] - @waldronmatt/[email protected]
1 parent 2cbabe1 commit 5030212

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/eslint-config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.14](https://github.com/waldronmatt/shareable-configs/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-04-09)
7+
8+
**Note:** Version bump only for package @waldronmatt/eslint-config
9+
610
## [1.5.13](https://github.com/waldronmatt/shareable-configs/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-02-10)
711

812
**Note:** Version bump only for package @waldronmatt/eslint-config

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/eslint-config",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "A shareable eslint configuration for projects.",
55
"main": "index.js",
66
"files": [

packages/webpack-config/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/waldronmatt/shareable-configs/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-04-09)
7+
8+
### Features
9+
10+
- **webpack-config:** consolidate js loaders into one ([2cbabe1](https://github.com/waldronmatt/shareable-configs/commit/2cbabe1a75bfa861c8c0565f8d407be800cbcfe1))
11+
12+
### BREAKING CHANGES
13+
14+
- **webpack-config:** esbuild upgrade eliminated loader option and can consolidate js loader api into one
15+
616
## [2.9.5](https://github.com/waldronmatt/shareable-configs/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2022-10-23)
717

818
### Bug Fixes

packages/webpack-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/webpack-config",
3-
"version": "2.9.5",
3+
"version": "3.0.0",
44
"description": "A shareable webpack configuration for projects.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)