Skip to content

Commit

Permalink
Version Packages (#319)
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 Nov 14, 2024
1 parent 26a4d43 commit 63f21f8
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-elephants-begin.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/curvy-mangos-melt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-gifts-call.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/autosave/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-forms/autosave

## 0.11.2

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth

## 0.11.1

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/autosave/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/autosave",
"description": "> TODO: description",
"version": "0.11.1",
"version": "0.11.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reactive-forms/core

## 0.11.2

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth
- 363bb0e: Moved stocked into monorepo
- Updated dependencies [afd8d8a]
- Updated dependencies [4baad08]
- Updated dependencies [363bb0e]
- [email protected]
- [email protected]

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/core",
"description": "Core package of Reactive Forms framework",
"version": "0.11.1",
"version": "0.11.2",
"type": "commonjs",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reactive-forms/dom

## 0.11.2

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth
- 363bb0e: Moved stocked into monorepo
- Updated dependencies [afd8d8a]
- Updated dependencies [4baad08]
- Updated dependencies [363bb0e]
- [email protected]
- [email protected]

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/dom",
"description": "> TODO: description",
"version": "0.11.1",
"version": "0.11.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": "https://github.com/fracht/reactive-forms/issues",
Expand Down
12 changes: 12 additions & 0 deletions packages/pxth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# pxth

## 0.8.0

### Minor Changes

- afd8d8a: Moved pxth to reactive-forms monorepo
- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth

### Patch Changes

- 363bb0e: Moved stocked into monorepo
2 changes: 1 addition & 1 deletion packages/pxth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pxth",
"version": "0.7.0",
"version": "0.8.0",
"description": "Tiny utility library for object property path handling",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/stocked/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# stocked

## 1.0.0

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth
- 363bb0e: Moved stocked into monorepo
- Updated dependencies [afd8d8a]
- Updated dependencies [4baad08]
- Updated dependencies [363bb0e]
- [email protected]
2 changes: 1 addition & 1 deletion packages/stocked/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stocked",
"description": "Tiny state management library for react.",
"version": "1.0.0-beta.33",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-forms/x

## 0.11.2

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth

## 0.11.1

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/x/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-forms/x",
"description": "Advanced Reactive Forms components for rich eXperience",
"version": "0.11.1",
"version": "0.11.2",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
"repository": "fracht/reactive-forms.git",
Expand Down
6 changes: 6 additions & 0 deletions tools/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-tools/eslint-config

## 0.0.2

### Patch Changes

- 4baad08: Upgraded pxth - make Pxth<any> assignable to any Pxth

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-tools/eslint-config",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"main": "eslint.config.mjs",
"dependencies": {
Expand Down

0 comments on commit 63f21f8

Please sign in to comment.