Skip to content

Commit

Permalink
Merge pull request #12 from apostrophecms/release-3.0.1
Browse files Browse the repository at this point in the history
release 3.0.1
  • Loading branch information
boutell authored Jan 10, 2024
2 parents b7657d0 + cc71147 commit 284b0bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 48 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 3.0.1 (2024-01-10)

### Changed

- Removed logic to automatically detect out of date stylelint plugins. Unfortunately, this [fails in an
unrecoverable way with the latest versions of some stylelint plugins](https://github.com/nodejs/node/issues/33460), breaking `npm install`.

## [3.0.0] - 2023-06-21

Expand Down
43 changes: 0 additions & 43 deletions lib/checkUpdates.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "stylelint-config-apostrophe",
"version": "3.0.0",
"version": "3.0.1",
"description": "stylelint configuration for apostrophe and related core modules",
"main": "index.js",
"scripts": {
"postinstall": "npm run check",
"check": "node ./lib/checkUpdates",
"compare": "node ./lib/index",
"eslint": "npx eslint .",
"stylelint": "npx stylelint 'test/*.scss' --custom-syntax postcss-scss --config .stylelintrc.json",
Expand Down Expand Up @@ -39,4 +37,4 @@
"mocha": "^10.2.0",
"postcss-scss": "^4.0.6"
}
}
}

0 comments on commit 284b0bd

Please sign in to comment.