Skip to content

Commit 8c70497

Browse files
Update old twitter copy (#88)
* Update old twitter copy * Update package.json and changelog * cleanup changelog * revert change in package.json version number * 1.28.8 --------- Co-authored-by: slisaasquatch <[email protected]>
1 parent d069991 commit 8c70497

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.28.8] - 2024-09-16
9+
10+
### Changed
11+
12+
- Program Messages
13+
- Updated copy to replace Twitter with X
14+
815
## [1.28.7] - 2024-07-03
916

1017
### Added
@@ -173,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173180
- Removed "pinterestShareBody" as a required field for the "PINTEREST" share medium
174181
- Removed "pinterestImageURL" as a required field for the "PINTEREST" share medium
175182

183+
[1.28.8]: https://github.com/saasquatch/schema/releases/tag/v1.28.8
176184
[1.28.7]: https://github.com/saasquatch/schema/releases/tag/v1.28.7
177185
[1.28.6]: https://github.com/saasquatch/schema/releases/tag/v1.28.6
178186
[1.28.5]: https://github.com/saasquatch/schema/releases/tag/v1.28.5

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saasquatch/schema",
3-
"version": "1.28.7",
3+
"version": "1.28.8",
44
"main": "types/index.js",
55
"types": "index.d.ts",
66
"repository": "[email protected]:saasquatch/schema.git",

src/json/ProgramMessages.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
},
105105
"config": {
106106
"type": "object",
107-
"title": "Twitter",
107+
"title": "X",
108108
"properties": {
109109
"twitterShareBody": {
110110
"type": "string",
111-
"title": "Twitter Share Body",
111+
"title": "X Share Body",
112112
"minLength": 4
113113
}
114114
},

0 commit comments

Comments
 (0)