Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 5833f86 commit c7eea96
Show file tree
Hide file tree
Showing 35 changed files with 199 additions and 64 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-keys-perform.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/adapter-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flopflip/adapter-utilities

## 14.0.3

### Patch Changes

- [#1923](https://github.com/tdeekens/flopflip/pull/1923) [`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - Replace eslint with biome

- Updated dependencies []:
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/adapter-utilities",
"version": "14.0.2",
"version": "14.0.3",
"description": "Adapter utilities for flipflop",
"main": "dist/flopflip-adapter-utilities.cjs.js",
"module": "dist/flopflip-adapter-utilities.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flopflip/cache

## 14.0.3

### Patch Changes

- [#1923](https://github.com/tdeekens/flopflip/pull/1923) [`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - Replace eslint with biome

- Updated dependencies []:
- @flopflip/localstorage-cache@14.0.3
- @flopflip/sessionstorage-cache@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/cache",
"version": "14.0.2",
"version": "14.0.3",
"description": "Caching for flipflop adapters",
"main": "dist/flopflip-cache.cjs.js",
"module": "dist/flopflip-cache.esm.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/combine-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @flopflip/combine-adapters

## 14.0.3

### Patch Changes

- [#1923](https://github.com/tdeekens/flopflip/pull/1923) [`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - Replace eslint with biome

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/combine-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/combine-adapters",
"version": "14.0.2",
"version": "14.0.3",
"description": "An adapter which combines other adapters for flipflop",
"main": "dist/flopflip-combine-adapters.cjs.js",
"module": "dist/flopflip-combine-adapters.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flopflip/cypress-plugin

## 14.0.3

### Patch Changes

- Updated dependencies []:
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/cypress-plugin",
"version": "14.0.2",
"version": "14.0.3",
"description": "A plugin for Cypress change feature toggles in Cypress runs",
"main": "dist/flopflip-cypress-plugin.cjs.js",
"module": "dist/flopflip-cypress-plugin.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flopflip/graphql-adapter

## 14.0.3

### Patch Changes

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/cache@14.0.3
- @flopflip/localstorage-cache@14.0.3
- @flopflip/sessionstorage-cache@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/graphql-adapter",
"version": "14.0.2",
"version": "14.0.3",
"description": "An GraphQL adapter for flipflop",
"main": "dist/flopflip-graphql-adapter.cjs.js",
"module": "dist/flopflip-graphql-adapter.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/http-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flopflip/http-adapter

## 14.0.3

### Patch Changes

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/cache@14.0.3
- @flopflip/localstorage-cache@14.0.3
- @flopflip/sessionstorage-cache@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/http-adapter",
"version": "14.0.2",
"version": "14.0.3",
"description": "An HTTP adapter for flipflop",
"main": "dist/flopflip-http-adapter.cjs.js",
"module": "dist/flopflip-http-adapter.esm.js",
Expand Down
29 changes: 20 additions & 9 deletions packages/launchdarkly-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flopflip/launchdarkly-adapter

## 14.0.3

### Patch Changes

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/cache@14.0.3
- @flopflip/localstorage-cache@14.0.3
- @flopflip/sessionstorage-cache@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down Expand Up @@ -410,20 +421,20 @@

```js
const deviceContext = {
kind: 'device',
type: 'iPad',
key: 'device-key-123abc',
kind: "device",
type: "iPad",
key: "device-key-123abc",
};

const userContext = {
kind: 'user',
key: 'user-key-123abc',
name: 'Sandy',
role: 'doctor',
kind: "user",
key: "user-key-123abc",
name: "Sandy",
role: "doctor",
};

const multiContext = {
kind: 'multi',
kind: "multi",

device: deviceContext,
};
Expand Down Expand Up @@ -1177,7 +1188,7 @@
You can now:

```js
import { updateFlags } from '@flopflip/launchdarkly-adapter';
import { updateFlags } from "@flopflip/launchdarkly-adapter";

updateFlags({ myFlag: true });
```
Expand Down
2 changes: 1 addition & 1 deletion packages/launchdarkly-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/launchdarkly-adapter",
"version": "14.0.2",
"version": "14.0.3",
"description": "A adapter around the LaunchDarkly client for flipflop",
"main": "dist/flopflip-launchdarkly-adapter.cjs.js",
"module": "dist/flopflip-launchdarkly-adapter.esm.js",
Expand Down
11 changes: 10 additions & 1 deletion packages/localstorage-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flopflip/localstorage-adapter

## 14.0.3

### Patch Changes

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/localstorage-cache@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down Expand Up @@ -1063,7 +1072,7 @@
You can now:

```js
import { updateFlags } from '@flopflip/launchdarkly-adapter';
import { updateFlags } from "@flopflip/launchdarkly-adapter";

updateFlags({ myFlag: true });
```
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/localstorage-adapter",
"version": "14.0.2",
"version": "14.0.3",
"description": "An localstorage adapter for flipflop",
"main": "dist/flopflip-localstorage-adapter.cjs.js",
"module": "dist/flopflip-localstorage-adapter.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/localstorage-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flopflip/localstorage-cache

## 14.0.3

### Patch Changes

- Updated dependencies []:
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/localstorage-cache",
"version": "14.0.2",
"version": "14.0.3",
"description": "Localstorage cache for flipflop adapters",
"main": "dist/flopflip-localstorage-cache.cjs.js",
"module": "dist/flopflip-localstorage-cache.esm.js",
Expand Down
10 changes: 9 additions & 1 deletion packages/memory-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flopflip/memory-adapter

## 14.0.3

### Patch Changes

- Updated dependencies [[`f62ab95`](https://github.com/tdeekens/flopflip/commit/f62ab955815a295c23c1f2dab3901f6d5cbbc570)]:
- @flopflip/adapter-utilities@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down Expand Up @@ -950,7 +958,7 @@
You can now:

```js
import { updateFlags } from '@flopflip/launchdarkly-adapter';
import { updateFlags } from "@flopflip/launchdarkly-adapter";

updateFlags({ myFlag: true });
```
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/memory-adapter",
"version": "14.0.2",
"version": "14.0.3",
"description": "An in memory adapter for flipflop",
"main": "dist/flopflip-memory-adapter.cjs.js",
"module": "dist/flopflip-memory-adapter.esm.js",
Expand Down
24 changes: 16 additions & 8 deletions packages/react-broadcast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flopflip/react-broadcast

## 14.0.3

### Patch Changes

- Updated dependencies []:
- @flopflip/react@14.0.3
- @flopflip/types@14.0.3

## 14.0.2

### Patch Changes
Expand Down Expand Up @@ -165,7 +173,7 @@
Example:

```javascript
import { useAllFeatureToggles } from '@flopflip/react-broadcast';
import { useAllFeatureToggles } from "@flopflip/react-broadcast";

const MyComponent = () => {
const allFeatureToggles = useAllFeatureToggles();
Expand Down Expand Up @@ -699,15 +707,15 @@
You can wrap your application using for instance `react-testing-library` as
```jsx
import { TestProviderFlopFlip } from '@flopflip/react-broadcast';
import { render } from '@testing-library/react';
import { TestProviderFlopFlip } from "@flopflip/react-broadcast";
import { render } from "@testing-library/react";
const testFlags = {
myFlag: true,
};
describe('rendering', () => {
it('should render the application with feature flags', () => {
describe("rendering", () => {
it("should render the application with feature flags", () => {
render(
<TestProviderFlopFlip flags={testFlags}>
<App />
Expand Down Expand Up @@ -1113,15 +1121,15 @@
You can now conveniently a flag variation without evaluating its actual state (as with `useFeatureToggle`).
```js
const variation = useFlagVariation('myFlagName');
const variation = useFlagVariation("myFlagName");
const isAEnabled = variation === VARIATION_A;
const isBEnabled = variation === VARIATION_B;
// Is the same as
const isAEnabled = useFlagVariation('myFlagName', VARIATION_A);
const isBEnabled = useFlagVariation('myFlagName', VARIATION_B);
const isAEnabled = useFlagVariation("myFlagName", VARIATION_A);
const isBEnabled = useFlagVariation("myFlagName", VARIATION_B);
```
Using `useFlagVariation` is often a bit more concise if you want to work with the variation value yourself.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/react-broadcast",
"version": "14.0.2",
"version": "14.0.3",
"description": "A feature toggle wrapper to use LaunchDarkly with React",
"main": "dist/flopflip-react-broadcast.cjs.js",
"module": "dist/flopflip-react-broadcast.esm.js",
Expand Down
Loading

0 comments on commit c7eea96

Please sign in to comment.