Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prncss-xyz committed Sep 14, 2024
1 parent 6f7a0ab commit a227bba
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.3

*No significant changes*

#####     [View changes on GitHub](https://github.com/prncss-xyz/constellar/compare/2.0.2...2.0.3)

## 2.0.2

*No significant changes*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "constellar",
"private": false,
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/jotai-machine-effects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-demo",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/react-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-demo",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/react-timer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-demo",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"private": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "src/index.ts",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"private": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"description": "state manipulation primitives",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/jotai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"private": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit a227bba

Please sign in to comment.