Skip to content

Commit

Permalink
Move to main
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 18, 2023
1 parent 5e6b427 commit 4b24090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- master

jobs:
release:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# posthog-js-lite

The next generation of PostHog client libraries within the JS/TS ecosystem.
Expand All @@ -10,14 +9,13 @@ The short-term goal is to have a dedicated React Native library free from any pl
1. Installation to Expo managed projects without any separate compilation / ejecting
2. Tighter integration to RN enabling hooks, context, autocapture etc.


## Changelog

Find the changelogs for the respective libraries in their folders:

1. [posthog-node](https://github.com/PostHog/posthog-js-lite/blob/master/posthog-node/CHANGELOG.md)
2. [posthog-react-native](https://github.com/PostHog/posthog-js-lite/blob/master/posthog-react-native/CHANGELOG.md)
3. [posthog-web](https://github.com/PostHog/posthog-js-lite/blob/master/posthog-web/CHANGELOG.md)
1. [posthog-node](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-node/CHANGELOG.md)
2. [posthog-react-native](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-react-native/CHANGELOG.md)
3. [posthog-web](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-web/CHANGELOG.md)

## Development

Expand Down

0 comments on commit 4b24090

Please sign in to comment.