Skip to content

Commit

Permalink
Version Packages (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SummerWorkerECCC and github-actions[bot] authored Dec 10, 2021
1 parent 25cd35b commit 8a34677
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/shiny-kiwis-yawn.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/elm-webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# elm-webpack-loader

## 8.1.2

### Patch Changes

- 25cd35b: # Fix race condition

This fixes [Issue #38](https://github.com/e3c-summer-worker/components/issues/38), where race conditions in the Navigation folder was _sometimes_ messing up the builds.

Fixed after condulting [the solution in Elm Snowpack Plugin](https://github.com/marc136/snowpack-plugin-elm/commit/d8b2e37). Also left a comment in the [Elm Webpack Loader repo](https://github.com/elm-community/elm-webpack-loader/issues/211).

## 8.0.1

### Patch Changes

- Add changelog thing so it will stop being in the "changed packages" when I run `yarn changeset`
2 changes: 1 addition & 1 deletion packages/elm-webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-webpack-loader",
"version": "8.1.1",
"version": "8.1.2",
"description": "Webpack loader for the Elm programming language.",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 8a34677

Please sign in to comment.