Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Dec 26, 2024
2 parents f86f6a2 + dc96b98 commit f6f7d17
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ties-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-walls-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-bobcats-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-experts-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-crabs-smash.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-ducks-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-laws-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-lemons-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-poems-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-deers-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-hornets-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-vans-vanish.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 @@ -58,11 +58,11 @@ jobs:
uses: changesets/action@v1
with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm exec changeset version && pnpm install && pnpm lint:fix
version: pnpm run version
publish: pnpm exec changeset publish
commit: '[ci] release'
title: '[ci] release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
# Needs access to publish to npm
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/todo-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
DRY_RUN: true
DRY_RUN: false
COMMENT_ON_ISSUES: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"release": "node scripts/release.mjs",
"lint": "prettier -c \"**/*\" --ignore-unknown --cache",
"lint:fix": "prettier -w \"**/*\" --ignore-unknown --cache",
"version": "changeset version && pnpm install && pnpm lint:fix",
"prepare": "husky"
},
"lint-staged": {
Expand Down
24 changes: 24 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @domain-expansion/astro

## 1.0.0

### Major Changes

- 677ab1d: Astro Domain Expanded successfully

### Minor Changes

- a706890: Change bundle config
- a706890: Sync versions
- a706890: Cache invalidation
- a706890: Add configuration for components using shared state
- a706890: Fix bundling unused dependencies
- a706890: Make cache configurable
- a706890: Initial beta release
- a706890: Change in-memory cache to an LRU
- a706890: Eagerly normalize loaded chunks
- a706890: Memory and performance improvements
- a706890: Make statefull components configurable through env vars

### Patch Changes

- a706890: Fix env var name

## 0.1.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@domain-expansion/astro",
"version": "0.1.0-beta.9",
"version": "1.0.0",
"description": "Expanding™ the™ bits™ since™ 2024-12-12™",
"contributors": [
"Luiz Ferraz (https://github.com/Fryuni)",
Expand Down

0 comments on commit f6f7d17

Please sign in to comment.