Skip to content

Commit

Permalink
Version Packages (#183)
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
github-actions[bot] and github-actions[bot] authored Mar 17, 2022
1 parent 1887ac2 commit cd4085f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .changeset/shaggy-radios-accept.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/earljs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# earljs

## 0.2.3

### Patch Changes

- 1887ac2: Snapshot tests in `uvu` are now supported with `earljs/uvu`.

To use Earl with `uvu`, require `earljs/uvu` in your test command:

```sh
# using the uvu cli
$ uvu -r earljs/uvu tests

# using node directly
$ node -r earljs/uvu tests/example.test.js
```

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/earljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"repository": "git@github.com:earl-js/earl.git",
"author": "Kris Kaczor <chris@kaczor.io>",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/example-uvu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# example-uvu

## 1.0.1
2 changes: 1 addition & 1 deletion packages/example-uvu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-uvu",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"format": "prettier --ignore-path ../../.prettierignore --check .",
"format:fix": "prettier --ignore-path ../../.prettierignore --write .",
Expand Down

0 comments on commit cd4085f

Please sign in to comment.