Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2022
1 parent e090ac3 commit f1d8dc0
Show file tree
Hide file tree
Showing 33 changed files with 165 additions and 62 deletions.
18 changes: 0 additions & 18 deletions .changeset/gold-doors-teach.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/sour-bears-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-mugs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-clouds-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-weeks-itch.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/just-func/play-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @just-func/play-react

## 0.2.8

### Patch Changes

- Updated dependencies [564addf]
- @just-web/react-commands@1.0.8
- @just-web/app@0.2.8
- @just-web/react@1.0.8
- @just-web/routes@0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/just-func/play-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-func/play-react",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"scripts": {
"build": "run-s tailwind:css build:ts",
Expand Down
9 changes: 9 additions & 0 deletions components/react-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @just-web/react-commands

## 1.0.8

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- @just-web/app@0.2.8
- @just-web/react@1.0.8

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/react-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/react-commands",
"version": "1.0.7",
"version": "1.0.8",
"description": "@just-web/commands UI components in react",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions frameworks/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @just-web/app

## 0.2.8

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [b262ab5]
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- Updated dependencies [cad72d1]
- @just-web/commands@0.2.6
- @just-web/contributions@0.2.4
- @just-web/errors@0.2.4
- @just-web/log@0.2.3
- @just-web/platform@0.2.6
- @just-web/states@0.2.4
- @just-web/format@0.2.6

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/app",
"version": "0.2.7",
"version": "0.2.8",
"description": "Just a web application framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
26 changes: 26 additions & 0 deletions frameworks/commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @just-web/commands

## 0.2.6

### Patch Changes

- b262ab5: Commands can be added irrespective of contributions.

This means contributions are now public contributions,
and we can register commands that are internal to the application.

This is the same model as VS Code.

Originally I want all commands to be public,
so that we can access every command everywhere.

But there are use cases that commands can be used within a subsection of an application.
For example, some UI internal commands for interactions.

In those cases, it doesn't make sense to make those command public.

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/contributions@0.2.4
- @just-web/log@0.2.3
- @just-web/states@0.2.4

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/commands",
"version": "0.2.5",
"version": "0.2.6",
"description": "just-web command system",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions frameworks/contributions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @just-web/contributions

## 0.2.4

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/log@0.2.3
- @just-web/states@0.2.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/contributions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/contributions",
"version": "0.2.3",
"version": "0.2.4",
"description": "just-web contributions store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions frameworks/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @just-web/errors

## 0.2.4

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- cad72d1: Upgrade `iso-error` to 4.3.8
- Updated dependencies [564addf]
- @just-web/states@0.2.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/errors",
"version": "0.2.3",
"version": "0.2.4",
"description": "just-web errors module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions frameworks/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/events

## 0.2.5

### Patch Changes

- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/log@0.2.3

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/events",
"version": "0.2.4",
"version": "0.2.5",
"description": "just-web events module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions frameworks/format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/format

## 0.2.6

### Patch Changes

- Updated dependencies [564addf]
- @just-web/contributions@0.2.4
- @just-web/platform@0.2.6

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/format",
"version": "0.2.5",
"version": "0.2.6",
"description": "@just-web value formatting library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions frameworks/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @just-web/log

## 0.2.3

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- c228a89: Upgrade `standard-log` to 10.0.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/log",
"version": "0.2.2",
"version": "0.2.3",
"description": "@just-web log module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions frameworks/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @just-web/platform

## 0.2.6

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [b262ab5]
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/commands@0.2.6
- @just-web/contributions@0.2.4
- @just-web/log@0.2.3

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/platform",
"version": "0.2.5",
"version": "0.2.6",
"description": "All about platform - where the code is executed",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions frameworks/states/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @just-web/states

## 0.2.4

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/log@0.2.3

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/states/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/states",
"version": "0.2.3",
"version": "0.2.4",
"description": "State management for just-web application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions libraries/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/react

## 1.0.8

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- @just-web/app@0.2.8

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/react",
"version": "1.0.7",
"version": "1.0.8",
"description": "Supporting library for using @just-web with React",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/routes

## 0.2.8

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- Updated dependencies [564addf]
- @just-web/app@0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/routes",
"version": "0.2.7",
"version": "0.2.8",
"description": "just-web routes library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions tools/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @just-web/testing

## 0.2.3

### Patch Changes

- 564addf: Upgrade type-plus to 4.13.1
- 0e94b19: Upgrade `assertron` to 10.0.0
- Updated dependencies [564addf]
- Updated dependencies [c228a89]
- @just-web/log@0.2.3

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/testing",
"version": "0.2.2",
"version": "0.2.3",
"description": "just-web testing library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f1d8dc0

Please sign in to comment.