Skip to content

Commit

Permalink
Version Packages (#749)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 22, 2025
1 parent 8ac4a0e commit c169481
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/gorgeous-kiwis-obey.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/document-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-native-documents/picker

## 10.0.0

### Major Changes

- 0c5e4d1: publish the new modules
2 changes: 1 addition & 1 deletion packages/document-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-documents/picker",
"version": "9.3.1",
"version": "10.0.0",
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
7 changes: 7 additions & 0 deletions packages/document-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-native-documents/viewer

## 1.0.0

### Major Changes

- 0c5e4d1: publish the new modules
2 changes: 1 addition & 1 deletion packages/document-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-documents/viewer",
"version": "0.1.0",
"version": "1.0.0",
"description": "A react native interface to preview documents",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit c169481

Please sign in to comment.