Skip to content

Commit

Permalink
chore: Updated the dart version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed May 27, 2024
1 parent 3d47c12 commit 1a566fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions clients/dart/switchkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# SwitchKeys Changelog

## Version 1.1.1

## What's Changed (1.1.1)

* feat: Added TS example runner. by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/29>

**Full Changelog**: <https://github.com/Mahmoud-Emad/Switchkeys/compare/v1.0.3...v1.0.4>

## Version 1.1.0

## What's Changed
## What's Changed (1.1.0)

* Updated the TSClient with some bug fixes and features by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/16>
* Development backend v0.2.0 by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/15>
Expand All @@ -22,7 +30,7 @@

## Version 1.0.8

### 1.0.8 Features
### What's Changed (1.0.8)

* Updated the request/response of adding/getting user features
* Commented un-needed caller for now
Expand Down
4 changes: 2 additions & 2 deletions clients/dart/switchkeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the SwitchKeys Dart client, add it as a dependency to your Dart proje

```yaml
dependencies:
switchkeys: ^1.1.0
switchkeys: ^1.1.1
```
Then, run the following command in your terminal to fetch the package:
Expand Down Expand Up @@ -61,7 +61,7 @@ The SwitchKeys Dart Client allows you to manage organizations within the SwitchK

### Creating an Organization

```typescript
```dart
// ------------------------------------------------------------------------
// Creating a new organization
// ------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion clients/dart/switchkeys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: switchkeys
description: Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.
version: 1.1.0
version: 1.1.1
repository: https://github.com/Mahmoud-Emad/Switchkeys

environment:
Expand Down

0 comments on commit 1a566fc

Please sign in to comment.