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 Feb 28, 2023
1 parent e8d8557 commit f550ed7
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/silver-terms-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/react-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @box-extractor/example-react-basic

## 0.4.6

### Patch Changes

- Updated dependencies []:
- @box-extractor/vanilla-wind@0.3.6

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@box-extractor/example-react-basic",
"private": true,
"version": "0.4.5",
"version": "0.4.6",
"repository": {
"type": "git",
"url": "https://github.com/astahmer/box-extractor.git"
Expand Down
7 changes: 7 additions & 0 deletions examples/react-rakkas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @box-extractor/examples-react-rakkas

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @box-extractor/vanilla-wind@0.3.6

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-rakkas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@box-extractor/examples-react-rakkas",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"scripts": {
"dev": "rakkas",
Expand Down
8 changes: 8 additions & 0 deletions examples/react-vite-plugin-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @box-extractor/example-vite-plugin-ssr

## 0.3.7

### Patch Changes

- Updated dependencies [[`190a6dd`](https://github.com/astahmer/box-extractor/commit/190a6dd5ea0703cb98408e19528fc51f7b73c3c9)]:
- @box-extractor/core@0.7.5
- @box-extractor/vanilla-wind@0.3.6

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@box-extractor/example-vite-plugin-ssr",
"private": true,
"version": "0.3.6",
"version": "0.3.7",
"type": "module",
"scripts": {
"dev": "tsx ./src/server/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/box-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @box-extractor/core

## 0.7.5

### Patch Changes

- [`190a6dd`](https://github.com/astahmer/box-extractor/commit/190a6dd5ea0703cb98408e19528fc51f7b73c3c9) Thanks [@astahmer](https://github.com/astahmer)! - opti(core): smarter condition resolving
try to resolve cond identfier or fallback to evaluating it, then reduce ternary based on the condition truthy/falsy value

feat(core): extract null/undefined on JsxSpreadAttribute

## 0.7.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.7.4",
"version": "0.7.5",
"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.6

### Patch Changes

- Updated dependencies [[`190a6dd`](https://github.com/astahmer/box-extractor/commit/190a6dd5ea0703cb98408e19528fc51f7b73c3c9)]:
- @box-extractor/core@0.7.5

## 0.3.5

### 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.5",
"version": "0.3.6",
"bin": {
"box-extractor": "./bin.js"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/vanilla-wind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @box-extractor/vanilla-wind

## 0.3.6

### Patch Changes

- Updated dependencies [[`190a6dd`](https://github.com/astahmer/box-extractor/commit/190a6dd5ea0703cb98408e19528fc51f7b73c3c9)]:
- @box-extractor/core@0.7.5

## 0.3.5

### 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.5",
"version": "0.3.6",
"main": "dist/box-extractor-vanilla-wind.cjs.js",
"module": "dist/box-extractor-vanilla-wind.esm.js",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @box-extractor/site

## 0.2.7

### Patch Changes

- Updated dependencies [[`190a6dd`](https://github.com/astahmer/box-extractor/commit/190a6dd5ea0703cb98408e19528fc51f7b73c3c9)]:
- @box-extractor/core@0.7.5
- @box-extractor/vanilla-wind@0.3.6

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@box-extractor/site",
"private": true,
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"scripts": {
"dev": "rakkas",
Expand Down

0 comments on commit f550ed7

Please sign in to comment.