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 1, 2023
1 parent b137fa2 commit 393114b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/nice-ladybugs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-mirrors-protect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/two-buckets-attend.md

This file was deleted.

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

## 1.0.0

### Major Changes

- b137fa2: Initial release.
Extract from `resolve.imports`.
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": "0.0.0",
"version": "1.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

## 1.2.6

### Patch Changes

- b137fa2: Extract `patternKeyCompare` to `pattern-key-compare` package.
- 71f87b3: Add `ts` folder to distribution.
It is needed for `declarationMap` to work.

Remove extra typing files in `cjs` folder.

- Updated dependencies [b137fa2]
- [email protected]

## 1.2.5

### 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.5",
"version": "1.2.6",
"description": "resolve \"imports\" in package.json",
"keywords": [
"esm",
Expand Down

0 comments on commit 393114b

Please sign in to comment.