Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prncss-xyz committed Sep 23, 2024
1 parent 9366aff commit b38ce22
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.1.1

###    Bug Fixes

- Github action &nbsp;-&nbsp; by **Juliette Lamarche** [<samp>(db952)</samp>](https://github.com/prncss-xyz/constellar/commit/db952f2)
- Github action &nbsp;-&nbsp; by **Juliette Lamarche** [<samp>(19c73)</samp>](https://github.com/prncss-xyz/constellar/commit/19c73af)
- Github action &nbsp;-&nbsp; by **Juliette Lamarche** [<samp>(4ffb7)</samp>](https://github.com/prncss-xyz/constellar/commit/4ffb7fe)
- Github action &nbsp;-&nbsp; by **Juliette Lamarche** [<samp>(9366a)</samp>](https://github.com/prncss-xyz/constellar/commit/9366aff)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/prncss-xyz/constellar/compare/2.1.0...2.1.1)

## 2.1.0

### &nbsp;&nbsp;&nbsp;Features
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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.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": "2.1.0",
"version": "2.1.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": "2.1.0",
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.1.0",
"version": "2.1.1",
"private": false,
"scripts": {
"docusaurus": "docusaurus",
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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit b38ce22

Please sign in to comment.