Skip to content

Commit 0af7111

Browse files
authored
1.0.0-rc.1 (#704)
* 1.0.0-rc.1 * remove yarn.lock from examples
1 parent 7366a0e commit 0af7111

File tree

13 files changed

+10
-8986
lines changed

13 files changed

+10
-8986
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 20
18-
registry-url: 'https://npm.pkg.github.com'
18+
registry-url: 'https://registry.npmjs.org'
1919
cache: 'yarn'
2020
- run: yarn --frozen-lockfile
2121
- run: yarn test
2222
- run: npm publish
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Observable Framework
22

33
- [Documentation](https://observablehq.com/framework/)
4+
- [Changelog](https://github.com/observablehq/framework/releases)
45
- [Issues](https://github.com/observablehq/framework/issues)

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ To release a new version, first update the [package.json](https://github.com/obs
5454
Once the above is done, you can publish the release via GitHub:
5555

5656
1. Go to [**Draft a new release**](https://github.com/observablehq/framework/releases/new).
57-
2. Under **Choose a tag**, enter the new version with a `v` *e.g.* `v0.0.5`.
58-
3. Click **Create new tag: v0.0.5**.
57+
2. Under **Choose a tag**, enter the new version with a `v` *e.g.* `v1.2.3`.
58+
3. Click **Create new tag: v1.2.3**.
5959
4. Leave the **Target** as `main`.
6060
5. Click **Publish release**.
6161

docs/getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ If you prefer Yarn, run:
9797

9898
<pre data-copy>yarn create @observablehq</pre>
9999

100-
<div class="warning" label="Note to early access participants">The commands above will not work until Framework is published to npm and made publicly available. Until then, you’ll need to install <a href="https://classic.yarnpkg.com/en/docs/install">Yarn 1.x</a> and run this instead:
101-
<pre data-copy><code class="language-sh">yarn global add https://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@github.com/observablehq/framework</code></pre>
102-
<pre data-copy><code class="language-sh">$(yarn global bin)/observable create</code></pre></div>
103-
104100
You can run the above command anywhere, but you may want to `cd` to your `~/Development` directory first (or wherever you do local development).
105101

106102
The first prompt asks where to create your new project. Enter `./hello-framework` to create a directory named `hello-framework` within the current directory. Or just hit Enter, as this is conveniently the default. (The `./` is implied, so `./hello-framework` is equivalent to `hello-framework`. You can create a project in a different directory by entering a path that starts with `../` or `~/` or `/`.)

examples/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
yarn.lock

examples/chess/yarn.lock

Lines changed: 0 additions & 1434 deletions
This file was deleted.

examples/google-analytics/yarn.lock

Lines changed: 0 additions & 1960 deletions
This file was deleted.

examples/hello-world/yarn.lock

Lines changed: 0 additions & 1376 deletions
This file was deleted.

examples/plot/yarn.lock

Lines changed: 0 additions & 1414 deletions
This file was deleted.

examples/pmms/yarn.lock

Lines changed: 0 additions & 1397 deletions
This file was deleted.

0 commit comments

Comments
 (0)