Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #353

Merged
merged 1 commit into from
Feb 6, 2024
Merged

chore: release main #353

merged 1 commit into from
Feb 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 19, 2024

🤖 I have created a release beep boop

akamai-edgeworker-sdk-common: 1.1.0

1.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-server-sdk-common bumped from ^2.1.3 to ^2.2.0
akamai-server-base-sdk: 2.1.0

2.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.6 to ^1.1.0
      • @launchdarkly/js-server-sdk-common bumped from ^2.1.3 to ^2.2.0
akamai-server-edgekv-sdk: 1.1.0

1.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.6 to ^1.1.0
      • @launchdarkly/js-server-sdk-common bumped from ^2.1.3 to ^2.2.0
cloudflare-server-sdk: 2.4.0

2.4.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/js-server-sdk-common-edge bumped from 2.1.3 to 2.2.0
js-client-sdk-common: 0.2.0

0.2.0 (2024-02-06)

Features

  • Implement common client side support for auto environment attributes. (#356) (8d80259)
  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Bug Fixes

  • Add LDOptions.application name and versionName. (#358) (cd75210)
  • Add RN SDK offline support through ConnectionMode. (#361) (d97ce82)
  • Implement anonymous context processing (#350) (308100d)
  • Improvements and fixes from docs review. (#362) (ba07fbf)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-sdk-common bumped from 2.1.1 to 2.2.0
js-sdk-common: 2.2.0

2.2.0 (2024-02-06)

Features

  • Implement common client side support for auto environment attributes. (#356) (8d80259)
  • Implement common support for auto environment attributes. (#355) (9f562e5)
  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Bug Fixes

  • Add LDOptions.application name and versionName. (#358) (cd75210)
  • Add RN SDK offline support through ConnectionMode. (#361) (d97ce82)
  • Implement anonymous context processing (#350) (308100d)
  • RN streamer connection in background and foreground. (#360) (c69b768)
js-server-sdk-common: 2.2.0

2.2.0 (2024-02-06)

Features

  • Implement common client side support for auto environment attributes. (#356) (8d80259)
  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Bug Fixes

  • Add LDOptions.application name and versionName. (#358) (cd75210)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-sdk-common bumped from 2.1.1 to 2.2.0
js-server-sdk-common-edge: 2.2.0

2.2.0 (2024-02-06)

Features

  • Implement common client side support for auto environment attributes. (#356) (8d80259)
  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-server-sdk-common bumped from 2.1.3 to 2.2.0
node-server-sdk: 9.1.0

9.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-server-sdk-common bumped from 2.1.3 to 2.2.0
node-server-sdk-dynamodb: 6.1.0

6.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/node-server-sdk bumped from 9.0.6 to 9.1.0
node-server-sdk-redis: 4.1.0

4.1.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @launchdarkly/node-server-sdk bumped from 9.0.6 to 9.1.0
react-native-client-sdk: 0.2.0

0.2.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Bug Fixes

  • Add RN SDK offline support through ConnectionMode. (#361) (d97ce82)
  • Implement RN SDK EventSource jitter backoff. (#359) (95e58bd)
  • Improvements and fixes from docs review. (#362) (ba07fbf)
  • RN streamer connection in background and foreground. (#360) (c69b768)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-client-sdk-common bumped from 0.1.2 to 0.2.0
vercel-server-sdk: 1.3.0

1.3.0 (2024-02-06)

Features

  • React-native support for auto-env attributes. Only affects react-native package. (deea99c)
  • Update eslint jest configuration and versions. (deea99c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-server-sdk-common-edge bumped from 2.1.3 to 2.2.0

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 08b58e8 to 4eea9b5 Compare February 1, 2024 19:48
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from f5a838e to 67bacab Compare February 6, 2024 21:07
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 67bacab to 6a6addf Compare February 6, 2024 21:28
@yusinto yusinto enabled auto-merge (squash) February 6, 2024 21:33
@yusinto yusinto merged commit 7e111b4 into main Feb 6, 2024
@yusinto yusinto deleted the release-please--branches--main branch February 6, 2024 21:33
Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Copy link
Contributor Author

github-actions bot commented Feb 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant