# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## 0.3.0 - 2021-06-25

### Breaking Change

- Removed package. Per technology and partial config plugins have been removed as we do not believe they are the right abstraction.

## 0.2.2 - 2021-06-18

### Changed

- Remove unneeded type import [[#187](https://github.com/Shopify/sewing-kit-next/pull/187)]

## 0.2.1 - 2021-05-28

- No updates. Transitive dependency bump.

## 0.2.0 - 2021-05-20

### Breaking Change

- This plugin is no longer used for creating packages. It is only used for the consumption of pacakages that expose esmodules and esnext formats. For package building, replace usage of `plugin-package-flexible-outputs` with `plugin-package-build`. The `buildFlexibleOutputs` export has been removed. [[#165](https://github.com/Shopify/sewing-kit-next/pull/165)]
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. [[#170](https://github.com/Shopify/sewing-kit-next/pull/170)]

### Changed

This package no longer depends up on `plugin-package-{commonjs,esmodules,esnext,node,typescript}`. The contents of `plugin-package-{esmodules,esnext}` have been inlined into this package. [[#165](https://github.com/Shopify/sewing-kit-next/pull/165)]

## 0.1.28 - 2021-04-21

- No updates. Transitive dependency bump.

## 0.1.27 - 2021-04-14

- No updates. Transitive dependency bump.

## 0.1.26 - 2021-04-07

- No updates. Transitive dependency bump.

## 0.1.25 - 2021-04-06

- No updates. Transitive dependency bump.

## 0.1.24 - 2021-03-30

- No updates. Transitive dependency bump.

## 0.1.23 - 2021-03-05

- No updates. Transitive dependency bump.

## 0.1.22

### Added

- Started changelog for @sewing-kit/plugin-package-flexible-outputs
