Skip to content

Commit

Permalink
Merge pull request #358 from codiume/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mhdcodes authored Dec 5, 2023
2 parents 1ab8053 + a15766e commit 4948a10
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/curvy-chefs-tease.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wicked-pumpkins-warn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro-purgecss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-purgecss

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-purgecss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-purgecss",
"description": "Remove unused CSS rules from your final Astro bundle",
"version": "3.2.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/index.ts",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-seo-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-seo-meta

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-seo-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-seo-meta",
"description": "Astro seo provides a <Seo> component to update meta tags",
"version": "3.1.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/index.ts src/**/*.astro",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-seo-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-seo-schema

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-seo-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-seo-schema",
"description": "Easily insert valid Schema.org JSON-LD in your Astro apps.",
"version": "3.2.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/index.ts src/jsonld.ts src/Schema.astro",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-svg-loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-svg-loaders

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-svg-loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-svg-loaders",
"description": "Astro loading icons and small animations built with pure SVG.",
"version": "3.1.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/index.ts src/loaders/*.astro",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-useragent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-useragent

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-useragent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-useragent",
"description": "Parses browser user-agent strings for Astro",
"version": "3.2.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/index.ts src/parse.ts src/useUserAgent.ts",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-vanilla-extract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-vanilla-extract

## 4.0.0

### Major Changes

- [#357](https://github.com/codiume/orbit/pull/357) [`7d7e780`](https://github.com/codiume/orbit/commit/7d7e780966d7d8273fbdb53567aadc3cde109fda) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Upgrade to astro@v4

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-vanilla-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-vanilla-extract",
"description": "Adds vanilla-extract support to Astro",
"version": "3.2.1",
"version": "4.0.0",
"scripts": {
"build": "astro-build --src src/**/*.ts",
"typecheck": "tsc --declaration --emitDeclarationOnly"
Expand Down

0 comments on commit 4948a10

Please sign in to comment.