Skip to content

Commit

Permalink
Version Packages (#326)
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 15, 2024
1 parent c743105 commit afd6447
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/brave-actors-stare.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.12.2

### Patch Changes

- c743105: Remove exports conditions

## 0.12.1

## 0.12.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.12.1",
"version": "0.12.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reactive-forms/core

## 0.12.2

### Patch Changes

- c743105: Remove exports conditions
- Updated dependencies [c743105]
- [email protected]
- [email protected]

## 0.12.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.12.1",
"version": "0.12.2",
"type": "commonjs",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reactive-forms/dom

## 0.12.2

### Patch Changes

- Updated dependencies [c743105]
- [email protected]
- [email protected]

## 0.12.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.12.1",
"version": "0.12.2",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/pxth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pxth

## 0.9.2

### Patch Changes

- c743105: Remove exports conditions

## 0.9.1

### Patch Changes
Expand Down
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.9.1",
"version": "0.9.2",
"description": "Tiny utility library for object property path handling",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/stocked/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# stocked

## 1.1.2

### Patch Changes

- c743105: Remove exports conditions
- Updated dependencies [c743105]
- [email protected]

## 1.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "1.1.2",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.12.2

### Patch Changes

- c743105: Remove exports conditions

## 0.12.1

### Patch Changes
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.12.1",
"version": "0.12.2",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
"repository": "fracht/reactive-forms.git",
Expand Down

0 comments on commit afd6447

Please sign in to comment.