Skip to content

Commit 28df613

Browse files
Version Packages (#1074)
* Version Packages * feat: add dispatches --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kawika Bader <[email protected]>
1 parent 0e54d9d commit 28df613

File tree

13 files changed

+36
-14
lines changed

13 files changed

+36
-14
lines changed

.changeset/dull-walls-remain.md

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

.changeset/short-socks-matter.md

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

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/syncpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Syncpack
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56

67
# Cancel in-flight syncpack runs for the same PR

packages/gasket-plugin-nextjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/plugin-nextjs`
22

3+
## 7.3.5
4+
5+
### Patch Changes
6+
7+
- 0e54d9d: Set reactIntlPkg in CreateContext to be used by templates.
8+
39
## 7.3.4
410

511
### Patch Changes

packages/gasket-plugin-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-nextjs",
3-
"version": "7.3.4",
3+
"version": "7.3.5",
44
"description": "Adds Next support to your application",
55
"types": "lib/index.d.ts",
66
"files": [

packages/gasket-preset-nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@gasket/preset-nextjs`
22

3+
## 7.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0e54d9d]
8+
- @gasket/plugin-nextjs@7.3.5
9+
- @gasket/plugin-intl@7.3.3
10+
311
## 7.3.4
412

513
### Patch Changes

packages/gasket-preset-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/preset-nextjs",
3-
"version": "7.3.4",
3+
"version": "7.3.5",
44
"description": "Basic NextJS Framework",
55
"type": "module",
66
"main": "lib/index.js",

packages/gasket-typescript-tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gasket/typescript-tests
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- 9e5608b: add test for plugin type
8+
39
## 7.3.3
410

511
### Patch Changes

packages/gasket-typescript-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gasket/typescript-tests",
33
"private": true,
4-
"version": "7.3.3",
4+
"version": "7.3.4",
55
"description": "Not a published package; hosts unit tests to verify TypeScript support",
66
"files": [
77
"lib"

scripts/generate-docs-index/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# generate-docs-index
22

3+
## 7.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0e54d9d]
8+
- @gasket/plugin-nextjs@7.3.5
9+
- @gasket/plugin-intl@7.3.3
10+
- @gasket/preset-nextjs@7.3.5
11+
312
## 7.3.6
413

514
### Patch Changes

scripts/generate-docs-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generate-docs-index",
33
"private": true,
4-
"version": "7.3.6",
4+
"version": "7.3.7",
55
"description": "Generate the overview index",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)