Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Fryuni committed Jan 31, 2025
1 parent 4d732a5 commit d123ae2
Show file tree
Hide file tree
Showing 45 changed files with 199 additions and 107 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-dolphins-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-rats-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-snakes-jog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-moles-smell.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Publish preview
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') }}
run: 'pnpm run build && pnpm exec changeset publish'
run: pnpm cut-release
env:
# Use Node auth from above
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -64,7 +64,7 @@ jobs:
with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm run version
publish: 'pnpm run build && pnpm exec changeset publish'
publish: pnpm cut-release
commit: '[ci] release'
title: '[ci] release'
env:
Expand Down
6 changes: 1 addition & 5 deletions examples/server-islands/src/cart.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const channel = new MessageChannel();

function onNewCartItem(cb: (m: any) => void) {
Expand All @@ -14,7 +13,4 @@ function addToCart(item: any) {
channel.port1.postMessage(item);
}

export {
onNewCartItem,
addToCart
}
export { onNewCartItem, addToCart };
46 changes: 22 additions & 24 deletions examples/server-islands/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
screen: {
sm: "576px",
md: "768px",
lg: "992px",
xl: "1200px",
},
container: {
center: true,
padding: "1rem",
},
extend: {
fontFamily: {
poppins: ["Poppins", "sans-serif"],
roboto: ["Roboto", "sans-serif"],
},
colors: {
primary: "#fd3d57",
},
},
},
plugins: [
require("@tailwindcss/forms"),
],
theme: {
screen: {
sm: '576px',
md: '768px',
lg: '992px',
xl: '1200px',
},
container: {
center: true,
padding: '1rem',
},
extend: {
fontFamily: {
poppins: ['Poppins', 'sans-serif'],
roboto: ['Roboto', 'sans-serif'],
},
colors: {
primary: '#fd3d57',
},
},
},
plugins: [require('@tailwindcss/forms')],
};
8 changes: 2 additions & 6 deletions examples/server-islands/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"lib": [
"dom"
]
"lib": ["dom"]
},
"exclude": [
"dist"
]
"exclude": ["dist"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"release": "pnpm run build && changeset publish",
"test": "turbo run --concurrency=1 --filter '@inox-tools/*' test",
"test:e2e": "turbo run --concurrency=1 --filter '@inox-tools/*' test:e2e",
"version": "changeset version && pnpm install && pnpm format"
"version": "changeset version && pnpm install && pnpm format",
"cut-release": "pnpm build && changeset publish"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro,json,md,mdx}": "prettier --write"
Expand Down
6 changes: 6 additions & 0 deletions packages/aik-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/aik-mod

## 0.9.2

### Patch Changes

- @inox-tools/inline-mod@2.0.3

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-mod",
"version": "0.9.1",
"version": "0.9.2",
"description": "AIK Plugin for inline modules",
"keywords": [
"aik",
Expand Down
7 changes: 7 additions & 0 deletions packages/aik-route-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/aik-route-config

## 0.8.2

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-route-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-route-config",
"version": "0.8.1",
"version": "0.8.2",
"description": "",
"keywords": [
"aik",
Expand Down
11 changes: 11 additions & 0 deletions packages/astro-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inox-tools/astro-tests

## 0.3.0

### Minor Changes

- dea57f8: Publish package unbundled to work better with multiple versions of PlayWright

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-tests",
"version": "0.2.2",
"version": "0.3.0",
"description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools",
"keywords": [
"withastro",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/astro-when

## 1.0.3

### Patch Changes

- 3818a2f: Fixes projects with `output: 'static'` being flagged as `StaticOutput` even when an adapter is present.

Previously, using this was the explicit `output: 'hybrid'`, now this mode is set by the presence of an adapter.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-when",
"version": "1.0.2",
"version": "1.0.3",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
Expand Down
8 changes: 8 additions & 0 deletions packages/content-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/content-utils

## 0.8.2

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1
- @inox-tools/modular-station@0.4.2

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/content-utils",
"version": "0.8.1",
"version": "0.8.2",
"description": "Utilities to work with content collections on an Astro project from an integration or library.",
"keywords": [
"lifecycle",
Expand Down
7 changes: 7 additions & 0 deletions packages/cut-short/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/cut-short

## 1.0.3

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cut-short/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/cut-short",
"version": "1.0.2",
"version": "1.0.3",
"description": "Immediately halt request processing and return custom responses effortlessly.",
"keywords": [
"astro-integration",
Expand Down
7 changes: 7 additions & 0 deletions packages/inline-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/inline-mod

## 2.0.3

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/inline-mod",
"version": "2.0.2",
"version": "2.0.3",
"description": "Define a virtual module inline with any reference to buildtime values",
"keywords": [
"vite-plugin"
Expand Down
7 changes: 7 additions & 0 deletions packages/modular-station/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/modular-station

## 0.4.2

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-station/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/modular-station",
"version": "0.4.1",
"version": "0.4.2",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/portal-gun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/portal-gun

## 1.0.3

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1
- @inox-tools/runtime-logger@0.4.2

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-gun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/portal-gun",
"version": "1.0.2",
"version": "1.0.3",
"description": "Transport HTML elements through your page during rendering using Portals.",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/request-nanostores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/request-nanostores

## 0.2.3

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1
- @inox-tools/request-state@0.3.2

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/request-nanostores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/request-nanostores",
"version": "0.2.2",
"version": "0.2.3",
"description": "Make your Nanostores concurrent safe and shared from server to client",
"keywords": [
"astro-integration",
Expand Down
7 changes: 7 additions & 0 deletions packages/request-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/request-state

## 0.3.2

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/request-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/request-state",
"version": "0.3.1",
"version": "0.3.2",
"description": "Shared request state between server and client",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/runtime-logger

## 0.4.2

### Patch Changes

- Updated dependencies [094efca]
- @inox-tools/utils@0.3.1
- @inox-tools/modular-station@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/runtime-logger",
"version": "0.4.1",
"version": "0.4.2",
"description": "Expose Astro Integration Logger at runtime for consistent output",
"keywords": [
"astro-integration",
Expand Down
Loading

0 comments on commit d123ae2

Please sign in to comment.