Skip to content

Commit

Permalink
Version Packages (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 21, 2023
1 parent 01f44e5 commit 0355d23
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 79 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-onions-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-lobsters-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-schools-kick.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @webstone/cli

## 0.13.0

### Minor Changes

- e4954e6: bump gluegun version
- cbcfb98: follow-up fixes for new plugin structure

## 0.12.0

### Minor 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": "@webstone/cli",
"version": "0.12.0",
"version": "0.13.0",
"description": "The Webstone command line interface",
"types": "build/types/types.d.ts",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @webstone/core

## 0.1.1

### Patch Changes

- Updated dependencies [e4954e6]
- Updated dependencies [cbcfb98]
- @webstone/cli@0.13.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstone/core",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-webstone-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-webstone-app

## 0.8.0

### Minor Changes

- 01f44e5: refactor create-webstone-app to use new flow & new plugin template

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webstone-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-webstone-app",
"version": "0.7.0",
"version": "0.8.0",
"description": "Start your next web application with Webstone and configure it as you go.",
"keywords": [
"svelte",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-request-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webstone-plugin-request-logger

## 0.2.0

### Minor Changes

- cbcfb98: follow-up fixes for new plugin structure

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-request-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstone-plugin-request-logger",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"build": "npm run clean:build && npm run cli:build && npm run web:build",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-trpc/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webstone-plugin-trpc-cli

## 0.2.0

### Minor Changes

- e4954e6: bump gluegun version

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-trpc/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstone-plugin-trpc-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-trpc/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/package": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@webstone/cli": "workspace:^0.12.0",
"@webstone/cli": "workspace:^0.13.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand All @@ -28,7 +28,7 @@
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"webstone-plugin-trpc-cli": "workspace:^0.1.0"
"webstone-plugin-trpc-cli": "workspace:^0.2.0"
},
"type": "module",
"private": true,
Expand Down
58 changes: 3 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0355d23

Please sign in to comment.