Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Commit 9a976a6

Browse files
github-actions[bot]astahmer
authored andcommitted
Version Packages
1 parent aa52972 commit 9a976a6

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/wise-news-attack.md

-5
This file was deleted.

packages/box-extractor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @box-extractor/core
22

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- [`aa52972`](https://github.com/astahmer/box-extractor/commit/aa5297219632792c8a2e8facee9cc5df3d297a8f) Thanks [@astahmer](https://github.com/astahmer)! - fix: rm spread prop when unresolvable + rm unbox symbols
8+
39
## 0.8.2
410

511
### Patch Changes

packages/box-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box-extractor/core",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/astahmer/box-extractor.git",

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @box-extractor/cli
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aa52972`](https://github.com/astahmer/box-extractor/commit/aa5297219632792c8a2e8facee9cc5df3d297a8f)]:
8+
- @box-extractor/core@0.8.3
9+
310
## 0.3.9
411

512
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box-extractor/cli",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"bin": {
55
"box-extractor": "./bin.js"
66
},

packages/vanilla-wind/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @box-extractor/vanilla-wind
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aa52972`](https://github.com/astahmer/box-extractor/commit/aa5297219632792c8a2e8facee9cc5df3d297a8f)]:
8+
- @box-extractor/core@0.8.3
9+
310
## 0.3.9
411

512
### Patch Changes

packages/vanilla-wind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box-extractor/vanilla-wind",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"main": "dist/box-extractor-vanilla-wind.cjs.js",
55
"module": "dist/box-extractor-vanilla-wind.esm.js",
66
"exports": {

0 commit comments

Comments
 (0)