Skip to content

Commit

Permalink
v1.62.0 (#846)
Browse files Browse the repository at this point in the history
* Update changelog

* Update versioning

* Fix post-release package lockfiles

* Fix changelog spacing

* Bounce debug log
  • Loading branch information
JordanPak committed Apr 10, 2024
1 parent cffbad1 commit 8218636
Show file tree
Hide file tree
Showing 29 changed files with 1,391 additions and 1,389 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ 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).

## Unpublished Changes

## 1.62.0 04-10-2024
* Remove sus `clipPathUnits` attribute from `facebook-circle` SVG

## 1.61.0 04-09-2024
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.61.0"
"version": "1.62.0"
}
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/backstopjs-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backstopjs-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@penskemediacorp/backstopjs-config",
"version": "1.61.0",
"version": "1.62.0",
"description": "Visual regression testing with Backstop JS.",
"author": "laras126 <laras126@gmail.com>",
"homepage": "https://github.com/penske-media-corp/pmc-larva#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@penskemediacorp/eslint-config",
"version": "1.61.0",
"version": "1.62.0",
"description": "Eslint base config and customizations.",
"keywords": [
"eslint",
Expand Down
8 changes: 4 additions & 4 deletions packages/larva-css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/larva-css/package.json
@@ -1,6 +1,6 @@
{
"name": "@penskemediacorp/larva-css",
"version": "1.61.0",
"version": "1.62.0",
"description": "Larva CSS.",
"author": "laras126 <laras126@gmail.com>",
"homepage": "https://github.com/penske-media-corp/pmc-larva#readme",
Expand All @@ -23,8 +23,8 @@
},
"//": "DEPENDENCIES NOTES: Do not upgrade 'del' past 6 unless migrating entire app to module 'type'",
"devDependencies": {
"@penskemediacorp/larva-scss": "^1.61.0",
"@penskemediacorp/larva-tokens": "^1.61.0",
"@penskemediacorp/larva-scss": "^1.62.0",
"@penskemediacorp/larva-tokens": "^1.62.0",
"del": "^6",
"fs-extra": "^11",
"gulp": "^4",
Expand Down

0 comments on commit 8218636

Please sign in to comment.