mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-18 11:49:23 +00:00
chore(release): publish
- @ivuorinen/base-configs@2.0.0 - @ivuorinen/browserslist-config@0.3.0 - @ivuorinen/commitlint-config@0.3.0 - @ivuorinen/config-checker@1.1.5 - @ivuorinen/eslint-config@0.5.0 - @ivuorinen/markdownlint-config@0.3.0 - @ivuorinen/prettier-config@0.3.0 - @ivuorinen/semantic-release-config@0.3.0 - @ivuorinen/stylelint-config@0.3.0
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21)
|
||||
|
||||
- feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- support module, and commonjs types
|
||||
|
||||
## [1.1.106](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.105...@ivuorinen/base-configs@1.1.106) (2024-08-21)
|
||||
|
||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/base-configs",
|
||||
"version": "1.1.106",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"description": "ivuorinen's shareable configurations meta package",
|
||||
"author": {
|
||||
@@ -28,11 +28,11 @@
|
||||
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ivuorinen/browserslist-config": "^0.2.10",
|
||||
"@ivuorinen/commitlint-config": "^0.2.24",
|
||||
"@ivuorinen/eslint-config": "^0.4.48",
|
||||
"@ivuorinen/markdownlint-config": "^0.2.9",
|
||||
"@ivuorinen/prettier-config": "^0.2.16",
|
||||
"@ivuorinen/semantic-release-config": "^0.2.24"
|
||||
"@ivuorinen/browserslist-config": "^0.3.0",
|
||||
"@ivuorinen/commitlint-config": "^0.3.0",
|
||||
"@ivuorinen/eslint-config": "^0.5.0",
|
||||
"@ivuorinen/markdownlint-config": "^0.3.0",
|
||||
"@ivuorinen/prettier-config": "^0.3.0",
|
||||
"@ivuorinen/semantic-release-config": "^0.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user