Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Version Packages #2427

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angry-nails-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-kings-deliver.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/css-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0

### Minor Changes

- [#2424](https://github.com/Shopify/quilt/pull/2424) [`1121b5da2`](https://github.com/Shopify/quilt/commit/1121b5da2787e1dabfffc5938154e782c752bebb) Thanks [@mateus](https://github.com/mateus)! - Updates `variationName()` adding a generic type for the variant value.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/css-utilities",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"description": "A set of CSS styling-related utilities",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.0

### Minor Changes

- [#2410](https://github.com/Shopify/quilt/pull/2410) [`d177f331f`](https://github.com/Shopify/quilt/commit/d177f331fad258efa87ef4a38c4359e702144a89) Thanks [@jakejosephcs](https://github.com/jakejosephcs)! - An anomalous navigation download size threshold can now be passed in as a parameter to `clientPerformanceMetrics`

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-performance",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand Down