Skip to content

Commit

Permalink
Fix changesets action (withastro#576)
Browse files Browse the repository at this point in the history
* chore: move examples to `@example/`, normalize `package.json`

* chore: update lockfile

* chore: add empty changeset
  • Loading branch information
natemoo-re authored Jun 29, 2021
1 parent b580f5a commit 42a6ceb
Show file tree
Hide file tree
Showing 17 changed files with 238 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@example/*", "www"]
"ignore": ["@example/*", "www", "docs-www"]
}
2 changes: 2 additions & 0 deletions .changeset/silly-birds-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/example-blog-multiple-authors",
"version": "0.0.2",
"name": "@example/blog-multiple-authors",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/example-blog",
"version": "0.0.2",
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/example-docs",
"version": "0.0.2",
"name": "@example/docs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-framework-multiple",
"private": true,
"name": "@example/framework-multiple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-framework-preact",
"private": true,
"name": "@example/framework-preact",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-framework-react",
"private": true,
"name": "@example/framework-react",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-framework-svelte",
"private": true,
"name": "@example/framework-svelte",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-framework-vue",
"private": true,
"name": "@example/framework-vue",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/portfolio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-portfolio",
"private": true,
"name": "@example/portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
Expand Down
4 changes: 2 additions & 2 deletions examples/snowpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/example-snowpack",
"name": "@example/snowpack",
"version": "0.0.1",
"private": true,
"version": "3.0.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@astrojs/example-starter",
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@astrojs/example-with-markdown",
"name": "@example/with-markdown",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@astrojs/example-with-nanostores",
"name": "@example/with-nanostores",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@astrojs/example-with-tailwindcss",
"name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit 42a6ceb

Please sign in to comment.