Skip to content

Commit 2cf19e1

Browse files
👷 [ci]: Version Packages (experimental) (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 194501b commit 2cf19e1

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

‎.changeset/pre.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"mode": "pre",
33
"tag": "experimental",
44
"initialVersions": {
5-
"build-scripts": "0.0.14"
5+
"build-scripts": "0.0.14",
6+
"@studiocms/grapesjs-plugin": "0.1.0-experimental.0",
7+
"@studiocms/wysiwyg": "0.1.0-experimental.0",
8+
"playground": "0.0.1"
69
},
7-
"changesets": []
10+
"changesets": [
11+
"evil-peaches-sort"
12+
]
813
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @studiocms/grapesjs-plugin
2+
3+
## 0.1.0-experimental.1
4+
5+
### Patch Changes
6+
7+
- [#2](https://github.com/withstudiocms/experiments/pull/2) [`a052c19`](https://github.com/withstudiocms/experiments/commit/a052c19cc2387af491a55b9228670329378aad42) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Initial release

‎packages/studiocms_grapesjs-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiocms/grapesjs-plugin",
3-
"version": "0.1.0-experimental.0",
3+
"version": "0.1.0-experimental.1",
44
"description": "Plugin for the GrapesJS Editor",
55
"main": "dist/index.js",
66
"files": [
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @studiocms/wysiwyg
2+
3+
## 0.1.0-experimental.1
4+
5+
### Patch Changes
6+
7+
- [#2](https://github.com/withstudiocms/experiments/pull/2) [`a052c19`](https://github.com/withstudiocms/experiments/commit/a052c19cc2387af491a55b9228670329378aad42) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Initial release
8+
9+
- Updated dependencies [[`a052c19`](https://github.com/withstudiocms/experiments/commit/a052c19cc2387af491a55b9228670329378aad42)]:
10+
- @studiocms/grapesjs-plugin@0.1.0-experimental.1

‎packages/studiocms_wysiwyg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiocms/wysiwyg",
3-
"version": "0.1.0-experimental.0",
3+
"version": "0.1.0-experimental.1",
44
"description": "Add A WYSIWYG Editor to your StudioCMS project with ease!",
55
"author": {
66
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",

0 commit comments

Comments
 (0)