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

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and astahmer committed Mar 23, 2023
1 parent d30c7e7 commit 2787d35
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-cooks-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-phones-poke.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/box-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @box-extractor/core

## 0.9.0

### Minor Changes

- [`7824ca7`](https://github.com/astahmer/box-extractor/commit/7824ca72bc6ea9ecea0ba39d6b7f5b295a22e25e) Thanks [@astahmer](https://github.com/astahmer)! - chore: rm core vite/esbuild plugins

### Patch Changes

- [`d30c7e7`](https://github.com/astahmer/box-extractor/commit/d30c7e7585783e52862bcd5baa0a833e0eb6dedb) Thanks [@astahmer](https://github.com/astahmer)! - fix(core): extractAtRange after BoxContext addition

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/box-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box-extractor/core",
"version": "0.8.4",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/astahmer/box-extractor.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @box-extractor/cli

## 0.3.12

### Patch Changes

- Updated dependencies [[`7824ca7`](https://github.com/astahmer/box-extractor/commit/7824ca72bc6ea9ecea0ba39d6b7f5b295a22e25e), [`d30c7e7`](https://github.com/astahmer/box-extractor/commit/d30c7e7585783e52862bcd5baa0a833e0eb6dedb)]:
- @box-extractor/core@0.9.0

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box-extractor/cli",
"version": "0.3.11",
"version": "0.3.12",
"bin": {
"box-extractor": "./bin.js"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vanilla-wind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @box-extractor/vanilla-wind

## 0.4.0

### Minor Changes

- [`7824ca7`](https://github.com/astahmer/box-extractor/commit/7824ca72bc6ea9ecea0ba39d6b7f5b295a22e25e) Thanks [@astahmer](https://github.com/astahmer)! - chore: rm core vite/esbuild plugins

### Patch Changes

- Updated dependencies [[`7824ca7`](https://github.com/astahmer/box-extractor/commit/7824ca72bc6ea9ecea0ba39d6b7f5b295a22e25e), [`d30c7e7`](https://github.com/astahmer/box-extractor/commit/d30c7e7585783e52862bcd5baa0a833e0eb6dedb)]:
- @box-extractor/core@0.9.0

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-wind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box-extractor/vanilla-wind",
"version": "0.3.11",
"version": "0.4.0",
"main": "dist/box-extractor-vanilla-wind.cjs.js",
"module": "dist/box-extractor-vanilla-wind.esm.js",
"exports": {
Expand Down

0 comments on commit 2787d35

Please sign in to comment.