Skip to content

Commit

Permalink
version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 20, 2023
1 parent 472431b commit b3f0c44
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 594 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semaforo",
"version": "0.3.3",
"version": "1.0.0",
"description": "Simple Feature Flagging for react apps using Auth0",
"author": "Marco Piraccini <[email protected]>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/semaforo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/semaforo-cli",
"version": "0.3.3",
"version": "1.0.0",
"description": "Semaforo CLI for Feature Flag management",
"main": "index.mjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/semaforo-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/semaforo-ui",
"version": "0.3.3",
"version": "1.0.0",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
Loading

0 comments on commit b3f0c44

Please sign in to comment.