Skip to content

Commit

Permalink
chore: update versions (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] and github-actions[bot] authored Dec 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b21abd6 commit f81b736
Showing 5 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-gorillas-lie.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# my-app

## 1.0.2

### Patch Changes

- Updated dependencies [[`b21abd6`](https://github.com/midday-ai/languine/commit/b21abd6481288240ee63125f81fb122c4da4c2fc)]:
- languine@1.0.0

## 1.0.1

### Patch Changes
4 changes: 2 additions & 2 deletions examples/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-app",
"main": "expo-router/entry",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
@@ -32,7 +32,7 @@
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"i18n-js": "^4.5.1",
"languine": "^0.7.3",
"languine": "^1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# languine

## 1.0.0

### Major Changes

- [`b21abd6`](https://github.com/midday-ai/languine/commit/b21abd6481288240ee63125f81fb122c4da4c2fc) Thanks [@pontusab](https://github.com/pontusab)! - Fix diff and yarn install
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "languine",
"version": "0.7.3",
"version": "1.0.0",
"type": "module",
"bin": "dist/index.js",
"main": "dist/config.js",

0 comments on commit f81b736

Please sign in to comment.