Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and unional committed Jan 3, 2023
1 parent e0c6e74 commit adee1c4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-sloths-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-comics-bake.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 392cf7c: Update to latest specification

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pattern-key-compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pattern-key-compare",
"version": "1.0.0",
"version": "2.0.0",
"description": "PATTERN_KEY_COMPARE implementation",
"keywords": [
"resolve",
Expand Down
13 changes: 13 additions & 0 deletions packages/resolve.imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# resolve.imports

## 2.0.0

### Major Changes

- e0c6e74: Throwing errors as in Node.js implementation.

The API have changed to receive a manifest object so that it can throw errors as in Node.js.

### Patch Changes

- Updated dependencies [392cf7c]
- [email protected]

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve.imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resolve.imports",
"version": "1.2.7",
"version": "2.0.0",
"description": "resolve \"imports\" in package.json",
"keywords": [
"esm",
Expand Down

0 comments on commit adee1c4

Please sign in to comment.