Skip to content

Commit 548eef0

Browse files
authored
Merge pull request #172 from Crossbell-Box/changeset-release/main
chore: update versions
2 parents f4683ab + 2c5999e commit 548eef0

9 files changed

Lines changed: 130 additions & 21 deletions

.changeset/cold-countries-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-clocks-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-forks-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-turkeys-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# xlog
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- f8210bb: Added explore and search pages.
8+
- eb3849d: Support to share post via link, photo and twitter.
9+
10+
### Patch Changes
11+
12+
- 75db22b: optimized the speed of PostDetails page loading.
13+
- cac9fb9: Fixed some bugs causing page crashes.
14+
315
## 0.14.0
416

517
### Minor Changes

GOOGLE_SERVICES_DEVELOPMENT

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
project_info: {
3+
project_number: 987256491649,
4+
project_id: xlog-e4b7b,
5+
storage_bucket: xlog-e4b7b.appspot.com
6+
},
7+
client: [
8+
{
9+
client_info: {
10+
mobilesdk_app_id: 1:987256491649:android:c54b8b1c0ba524bfea8780,
11+
android_client_info: {
12+
package_name: com.crossbell.xlog.development
13+
}
14+
},
15+
oauth_client: [
16+
{
17+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
18+
client_type: 3
19+
}
20+
],
21+
api_key: [
22+
{
23+
current_key: AIzaSyBhDLw0XPcSQH8E41KH0GpjHjiGu3qA7xs
24+
}
25+
],
26+
services: {
27+
appinvite_service: {
28+
other_platform_oauth_client: [
29+
{
30+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
31+
client_type: 3
32+
}
33+
]
34+
}
35+
}
36+
}
37+
],
38+
configuration_version: 1
39+
}

GOOGLE_SERVICES_PRODUCTION

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
project_info: {
3+
project_number: 987256491649,
4+
project_id: xlog-e4b7b,
5+
storage_bucket: xlog-e4b7b.appspot.com
6+
},
7+
client: [
8+
{
9+
client_info: {
10+
mobilesdk_app_id: 1:987256491649:android:e8465f8e34691ba5ea8780,
11+
android_client_info: {
12+
package_name: com.crossbell.xlog
13+
}
14+
},
15+
oauth_client: [
16+
{
17+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
18+
client_type: 3
19+
}
20+
],
21+
api_key: [
22+
{
23+
current_key: AIzaSyBhDLw0XPcSQH8E41KH0GpjHjiGu3qA7xs
24+
}
25+
],
26+
services: {
27+
appinvite_service: {
28+
other_platform_oauth_client: [
29+
{
30+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
31+
client_type: 3
32+
}
33+
]
34+
}
35+
}
36+
}
37+
],
38+
configuration_version: 1
39+
}

GOOGLE_SERVICES_STAGING

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
project_info: {
3+
project_number: 987256491649,
4+
project_id: xlog-e4b7b,
5+
storage_bucket: xlog-e4b7b.appspot.com
6+
},
7+
client: [
8+
{
9+
client_info: {
10+
mobilesdk_app_id: 1:987256491649:android:b1f4c8385f374b4aea8780,
11+
android_client_info: {
12+
package_name: com.crossbell.xlog.staging
13+
}
14+
},
15+
oauth_client: [
16+
{
17+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
18+
client_type: 3
19+
}
20+
],
21+
api_key: [
22+
{
23+
current_key: AIzaSyBhDLw0XPcSQH8E41KH0GpjHjiGu3qA7xs
24+
}
25+
],
26+
services: {
27+
appinvite_service: {
28+
other_platform_oauth_client: [
29+
{
30+
client_id: 987256491649-ap3srir38inicf154pp5qubrbn1ehnbd.apps.googleusercontent.com,
31+
client_type: 3
32+
}
33+
]
34+
}
35+
}
36+
}
37+
],
38+
configuration_version: 1
39+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xlog",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"packageManager": "yarn@1.22.0",
66
"scripts": {

0 commit comments

Comments
 (0)