Skip to content

Commit

Permalink
Merge pull request #76 from codiume/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mhdcodes authored Oct 7, 2022
2 parents 9ffb28b + f42fb66 commit f25805c
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/happy-geese-sit.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

## 1.2.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.1.2

### 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": "1.1.2",
"version": "1.2.0",
"scripts": {
"build": "astro-build --src src/**/*.ts",
"postbuild": "npm run typecheck:emit",
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

## 1.1.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.0.2

### 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": "1.0.2",
"version": "1.1.0",
"scripts": {
"build": "astro-build --src src/index.ts src/**/*.astro",
"postbuild": "npm run typecheck:emit",
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

## 1.1.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.0.4

### 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": "1.0.4",
"version": "1.1.0",
"scripts": {
"build": "astro-build --src src/index.ts src/jsonld.ts src/Schema.astro",
"postbuild": "npm run typecheck:emit",
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

## 1.1.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.0.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": "1.0.1",
"version": "1.1.0",
"scripts": {
"build": "astro-build --src src/index.ts src/loaders/*.astro",
"postbuild": "npm run typecheck:emit",
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

## 1.1.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.0.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": "1.0.1",
"version": "1.1.0",
"scripts": {
"build": "astro-build --src src/**/*.ts",
"postbuild": "npm run typecheck:emit",
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

## 1.1.0

### Minor Changes

- [#75](https://github.com/codiume/orbit/pull/75) [`9ffb28b`](https://github.com/codiume/orbit/commit/9ffb28b3383aa7cffbb5b8176d409f0b802d8c7c) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Change tsconfig to be more strict

## 1.0.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": "1.0.1",
"version": "1.1.0",
"scripts": {
"build": "astro-build --src src/**/*.ts",
"postbuild": "npm run typecheck:emit",
Expand Down

0 comments on commit f25805c

Please sign in to comment.