Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: omnidotdev/sigil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12f31ac0d9ccaacfeb1aac46dfee3c6536d4f898
Choose a base ref
..
head repository: omnidotdev/sigil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9adcc823b45b2f38cd8dc079e665a8344caebb0e
Choose a head ref
Showing with 7 additions and 6 deletions.
  1. +0 −5 .changeset/moody-walls-train.md
  2. +6 −0 CHANGELOG.md
  3. +1 −1 package.json
5 changes: 0 additions & 5 deletions .changeset/moody-walls-train.md

This file was deleted.

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

## 0.14.1

### Patch Changes

- [#154](https://github.com/omnidotdev/sigil/pull/154) [`adf8db1`](https://github.com/omnidotdev/sigil/commit/adf8db14eda7e4dab28e476355705c7b6edf9df0) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Fix bundling issue for `Toaster`

## 0.14.0

### Minor Changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@omnidev/sigil",
"description": "Omni Sigil design system and library",
"author": "Brian Cooper <brian@omni.dev>",
"version": "0.14.0",
"version": "0.14.1",
"license": "MIT",
"main": "build/sigil.js",
"module": "build/sigil.mjs",