Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/lazy-adults-happen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-geckos-create.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flagcontrol/core

## 0.2.4

### Patch Changes

- bde6ab6: update tags

## 0.2.3

### 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,6 +1,6 @@
{
"name": "@flagcontrol/core",
"version": "0.2.3",
"version": "0.2.4",
"description": "Core SDK for FlagControl feature flag management",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# flagcontrol

## 0.2.3

### Patch Changes

- 1052e27: update readme guides
- Updated dependencies [bde6ab6]
- @flagcontrol/core@0.2.4

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagcontrol",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -17,7 +17,7 @@
"lint": "biome check src"
},
"dependencies": {
"@flagcontrol/core": "^0.2.0",
"@flagcontrol/core": "^0.2.4",
"dotenv": "^16.3.1",
"minimist": "^1.2.8"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flagcontrol/node

## 0.2.3

### Patch Changes

- bde6ab6: update tags
- 1052e27: update readme guides
- Updated dependencies [bde6ab6]
- @flagcontrol/core@0.2.4

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flagcontrol/node",
"version": "0.2.2",
"version": "0.2.3",
"description": "Node.js SDK for FlagControl feature flag management",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flagcontrol/react

## 0.2.4

### Patch Changes

- bde6ab6: update tags
- 1052e27: update readme guides
- Updated dependencies [bde6ab6]
- @flagcontrol/core@0.2.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flagcontrol/react",
"version": "0.2.3",
"version": "0.2.4",
"description": "React SDK for FlagControl feature flag management",
"license": "MIT",
"keywords": [
Expand Down