Skip to content

Commit

Permalink
Release 4.4.2
Browse files Browse the repository at this point in the history
- Fix: A closing paratheses ()) should not close a url("...") string while still inside quotes.
  • Loading branch information
Jean-Philippe Zolesio committed Feb 12, 2025
1 parent 5f37446 commit 8f7f19c
Show file tree
Hide file tree
Showing 3 changed files with 1,327 additions and 1,481 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.4.2 / 2025-02-12
==================

* Fix regular expression for quoted values in parentheses

4.4.0 / 2024-06-05
==================

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/css-tools",
"version": "4.4.1",
"version": "4.4.2",
"description": "CSS parser / stringifier",
"source": "src/index.ts",
"main": "./dist/index.cjs",
Expand All @@ -17,19 +17,19 @@
"Readme.md"
],
"devDependencies": {
"@parcel/packager-ts": "2.13.0",
"@parcel/transformer-typescript-types": "2.13.0",
"@parcel/packager-ts": "2.13.3",
"@parcel/transformer-typescript-types": "2.13.3",
"@types/benchmark": "^2.1.1",
"@types/bytes": "^3.1.1",
"@types/bytes": "^3.1.5",
"@types/jest": "^29.5.3",
"@types/node": "^22.7.5",
"@types/node": "^22.13.1",
"benchmark": "^2.1.4",
"bytes": "^3.1.0",
"gts": "^6.0.2",
"jest": "^29.6.2",
"parcel": "^2.13.0",
"parcel": "^2.13.3",
"ts-jest": "^29.1.1",
"typescript": "^5.0.2"
"typescript": "^5.7.3"
},
"scripts": {
"benchmark": "node benchmark/index.mjs",
Expand Down
Loading

0 comments on commit 8f7f19c

Please sign in to comment.