Skip to content

Commit

Permalink
Bump docs / builds to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed May 23, 2024
1 parent fe33232 commit e6c4776
Show file tree
Hide file tree
Showing 22 changed files with 4,364 additions and 4,455 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ and publishing now, remix the starter example on:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
Expand All @@ -116,7 +116,7 @@ and publishing now, remix the starter example on:
```

With A-Frame's [entity-component
architecture](https://aframe.io/docs/1.5.0/introduction/entity-component-system.html), we can drop in community
architecture](https://aframe.io/docs/1.6.0/introduction/entity-component-system.html), we can drop in community
components from the ecosystem (e.g., ocean, physics) and plug them into our
objects straight from HTML:

Expand All @@ -125,7 +125,7 @@ objects straight from HTML:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-particle-system-component.min.js"></script>
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/gradientsky.min.js"></script>
Expand Down Expand Up @@ -156,11 +156,11 @@ objects straight from HTML:

### Builds

To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.5.0/aframe.min.js):
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.6.0/aframe.min.js):

```js
<head>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
</head>
```

Expand Down
1 change: 0 additions & 1 deletion dist/aframe-v1.5.0.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/aframe-v1.5.0.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/aframe-v1.5.0.min.js.map

This file was deleted.

Loading

0 comments on commit e6c4776

Please sign in to comment.