Skip to content

Commit affda57

Browse files
committed
0.2.2
1 parent d440889 commit affda57

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/demo/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>0.2.1</h1>
14+
<h1>0.2.2</h1>
1515
<h2>Layouts</h2>
1616
<div>Layout Demo</div>
1717
</main>

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>0.2.1</h1>
14+
<h1>0.2.2</h1>
1515
<h2>Home</h2>
1616
<h1 id="heading-nyco-patterns-framework">NYCO Patterns Framework</h1>
1717
<p>Front-end stack, CLI, and cross-utility library for design systems.

dist/toggle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>0.2.1</h1>
14+
<h1>0.2.2</h1>
1515
<h2>Toggle</h2>
1616
<h1 id="heading-toggle">Toggle</h1>
1717
<p>The Toggle utility uses JavaScript to expand and collapse elements based

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nycopportunity/patterns-framework",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Front-end utilities from the Mayor's Office for Economic Opportunity",
55
"main": "scripts/cli.js",
66
"repository": {

src/config/_tokens.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ $tokens:(
88
animate-scss-speed: 0.75s,
99
animate-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
1010
),
11-
version: "0.2.1",
12-
cdn: "https://cdn.jsdelivr.net/gh/CityOfNewYork/nyco-patterns-framework@v0.2.1/dist/"
11+
version: "0.2.2",
12+
cdn: "https://cdn.jsdelivr.net/gh/CityOfNewYork/nyco-patterns-framework@v0.2.2/dist/"
1313
);

0 commit comments

Comments
 (0)