Skip to content

Commit 138b5be

Browse files
chore: version packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5524246 commit 138b5be

8 files changed

Lines changed: 27 additions & 11 deletions

File tree

.changeset/cranky-wolves-wave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# api
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 5524246: Refactor CLI and plugin orchestration: remove standalone `packages/cli`, absorb its responsibilities into `everything-dev`, restructure the BOS plugin and contract generation pipeline, overhaul the API registry, and update the plugin build system with a new rspack config format and data-URI fix.
8+
39
## 1.0.0
410

511
### Major Changes

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"exports": {
66
".": {

packages/every-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# every-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 5524246: Refactor CLI and plugin orchestration: remove standalone `packages/cli`, absorb its responsibilities into `everything-dev`, restructure the BOS plugin and contract generation pipeline, overhaul the API registry, and update the plugin build system with a new rspack config format and data-URI fix.
8+
39
## 1.0.0
410

511
### Major Changes

packages/every-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "every-plugin",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"main": "./src/index.ts",
66
"module": "./src/index.ts",

packages/everything-dev/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# everything-dev
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 5524246: Refactor CLI and plugin orchestration: remove standalone `packages/cli`, absorb its responsibilities into `everything-dev`, restructure the BOS plugin and contract generation pipeline, overhaul the API registry, and update the plugin build system with a new rspack config format and data-URI fix.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [5524246]
12+
- every-plugin@2.0.0
13+
314
## 1.0.3
415

516
### Patch Changes

packages/everything-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "everything-dev",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"type": "module",
55
"exports": {
66
".": {

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/node": "catalog:",
7878
"@types/react": "catalog:",
7979
"@types/react-dom": "catalog:",
80-
"every-plugin": "1.0.0",
80+
"every-plugin": "2.0.0",
8181
"everything-dev": "workspace:*",
8282
"jsdom": "^27.2.0",
8383
"sharp": "^0.34.5",

0 commit comments

Comments
 (0)