Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prncss-xyz committed Aug 20, 2024
1 parent 214cb26 commit dbf9a36
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.0.1

*No significant changes*

#####     [View changes on GitHub](https://github.com/prncss-xyz/constellar/compare/32c556a5b2fc01ed54c8ded3d597c85a9368122b...0.0.1)
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": "0.0.0",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/_template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "name",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/machines/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@constellar/machines",
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/prncss-xyz/constellar.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/optics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/prncss-xyz/constellar.git"
},
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/react-atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"private": false,
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/prncss-xyz/constellar.git"
},
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"type": "module",
"main": "src/index.ts",
Expand Down

0 comments on commit dbf9a36

Please sign in to comment.