Skip to content

Commit

Permalink
version bump (#769)
Browse files Browse the repository at this point in the history
* version bump

* v1.42.3

* version buimp

* reverts bump

* rebuilds larva
  • Loading branch information
jomurgel committed Feb 1, 2023
1 parent dae177d commit a17570a
Show file tree
Hide file tree
Showing 39 changed files with 88 additions and 86 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.42.3 02-01-20213
* larva-css - Add `cols; 5, 7, 10` and `span: 5, 6, 7, 8, 9` for Desktop and Tablet
## 1.42.2 01-31-2023
* larva-css - Add new `lrv-a-span` and `lrv-a-cols` utility classes.
Expand Down
2 changes: 1 addition & 1 deletion build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/variety.compat-important.css

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

2 changes: 1 addition & 1 deletion build/css/variety.compat.css

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

12 changes: 6 additions & 6 deletions build/js/standalone/video-showcase.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/svg/defs/sprite.defs.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
This is an inlined version of the generated SVG sprite. The single images may be <use>d everywhere
below within this document. Please see
https://github.com/svg-sprite/svg-sprite/blob/1.5.x/docs/configuration.md#defs--symbol-mode
https://github.com/jkphl/svg-sprite/blob/master/docs/configuration.md#defs--symbol-mode
for further details on how to create this embeddable sprite variant.
Expand Down Expand Up @@ -116,9 +116,9 @@
<h1>SVG <code>&lt;defs&gt;</code> sprite preview</h1>
<p>This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:</p>
<ul>
<li>Your browser has to <a href="http://caniuse.com/#feat=svg-html5" target="_blank" rel="noopener noreferrer">support inline SVG</a> for these techniques to work.</li>
<li>The embedded sprite (A) slightly differs from the generated external one. Please <a href="https://github.com/svg-sprite/svg-sprite/blob/1.5.x/docs/configuration.md#defs--symbol-mode" target="_blank" rel="noopener noreferrer">see the documentation</a> for details on how to create such an embeddable sprite.</li>
<li>Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with <a href="https://github.com/jonathantneal/svg4everybody" target="_blank" rel="noopener noreferrer">SVG for Everybody</a>.</li>
<li>Your browser has to <a href="http://caniuse.com/#feat=svg-html5" target="_blank">support inline SVG</a> for these techniques to work.</li>
<li>The embedded sprite (A) slightly differs from the generated external one. Please <a href="https://github.com/jkphl/svg-sprite/blob/master/docs/configuration.md#defs--symbol-mode" target="_blank">see the documentation</a> for details on how to create such an embeddable sprite.</li>
<li>Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with <a href="https://github.com/jonathantneal/svg4everybody" target="_blank">SVG for Everybody</a>.</li>
</ul>
</header>
<section>
Expand Down Expand Up @@ -846,7 +846,7 @@ <h2>youtube</h2>

</section>
<footer>
<p>Generated at Wed, 01 Feb 2023 19:26:37 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
<p>Generated at Wed, 01 Feb 2023 21:05:39 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.42.2"
"version": "1.42.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penskemediacorp/pmc-larva",
"version": "1.13.0",
"version": "1.42.3",
"engines": {
"npm": ">=6.0.0",
"node": "^14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/larva-css/build/css/algorithms.common.async.css

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

Loading

1 comment on commit a17570a

@vercel
Copy link

@vercel vercel bot commented on a17570a Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pmc-larva – ./

pmc-larva-penske-media-corp.vercel.app
pmc-larva-git-master-penske-media-corp.vercel.app

Please sign in to comment.