Skip to content

Commit

Permalink
build: remove oruga vue2 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Dec 4, 2023
1 parent cb3280c commit fd945ef
Show file tree
Hide file tree
Showing 378 changed files with 6 additions and 120,591 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
- run: npm run bootstrap
- run: npm run publish:lib:oruga
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run publish:lib:oruga-next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_modules
packages/docs/.vuepress/dist/
packages/storybook/.dist/
packages/storybook/*
packages/oruga/coverage/*
packages/oruga/README.md
packages/demo-vue3/*
packages/oruga-next/README.md
packages/docs-next/.vitepress/cache/
Expand Down
4 changes: 0 additions & 4 deletions .scripts/config-sync.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
const replace = require('replace-in-file')

const jsonPaths = [
'packages/docs/package.json',
'packages/docs/package-lock.json',
'packages/docs-next/package.json',
'packages/docs-next/package-lock.json',
'packages/oruga/package.json',
'packages/oruga/package-lock.json',
'packages/oruga-next/package.json',
'packages/oruga-next/package-lock.json',
]
Expand Down
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,17 @@

> Oruga is a lightweight library of UI components for [Vue.js](https://vuejs.org/) without CSS framework dependency
<p align="center">
<a href="https://www.npmjs.com/package/@oruga-ui/oruga"><img src="https://img.shields.io/npm/v/@oruga-ui/oruga.svg?logo=npm" /></a>
<a href="https://www.npmjs.com/package/@oruga-ui/oruga"><img src="https://img.shields.io/npm/dt/@oruga-ui/oruga.svg" /></a>
<a href="https://github.com/oruga-ui/oruga/actions"><img src="https://github.com/oruga-ui/oruga/actions/workflows/build.yml/badge.svg" /><a>
<a href="https://codecov.io/gh/oruga-ui/oruga"><img src="https://codecov.io/gh/oruga-ui/oruga/branch/develop/graph/badge.svg?flag=oruga" /></a>
</p>

*Oruga Next version for Vue 3.x*

<p align="center">
<a href="https://www.npmjs.com/package/@oruga-ui/oruga-next"><img src="https://img.shields.io/npm/v/@oruga-ui/oruga-next.svg?logo=npm" /></a>
<a href="https://www.npmjs.com/package/@oruga-ui/oruga-next"><img src="https://img.shields.io/npm/dt/@oruga-ui/oruga-next.svg" /></a>
<a href="https://github.com/oruga-ui/oruga/actions"><img src="https://github.com/oruga-ui/oruga/actions/workflows/build-next.yml/badge.svg" /><a>
<a href="https://codecov.io/gh/oruga-ui/oruga"><img src="https://codecov.io/gh/oruga-ui/oruga/branch/develop/graph/badge.svg?flag=oruga-next" /></a>
</p>

> [!NOTE]
> **_Oruga for Vue 2.x deprecated_**
> Due to [EOL for Vue 2.x](https://v2.vuejs.org/lts/) at the end of the year, from now on Oruga for Vue 2 is deprecated. Further enhancements will only be developed for Oruga-next. See [#496](https://github.com/oruga-ui/oruga/issues/496).
### Contact us 👾

<p align="center">
Expand All @@ -42,10 +37,6 @@
<a href="https://ko-fi.com/orugaui"><img alt="Donate using Ko-fi" src="https://img.shields.io/badge/donate-ko--fi-00AA00.svg?logo=ko-fi" /></a>
</p>

> [!NOTE]
> **_Oruga for Vue 2.x deprecated_**
> Due to [EOL for Vue 2.x](https://v2.vuejs.org/lts/) at the end of the year, from now on Oruga for Vue 2 is deprecated and will not receive any further updates. Further enhancements will only be developed for Oruga-next. See [#496](https://github.com/oruga-ui/oruga/issues/496).

## Features

Expand Down
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,13 @@
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"test:oruga": "lerna run test --scope @oruga-ui/oruga",
"test:oruga-next": "lerna run test --scope @oruga-ui/oruga-next",
"test:ts:oruga-next": "lerna run test:ts --scope @oruga-ui/oruga-next",
"test:watch:oruga-next": "lerna run test:watch --scope @oruga-ui/oruga-next",
"ci:oruga": "lerna run ci --scope @oruga-ui/oruga",
"lint:oruga": "lerna run lint --scope @oruga-ui/oruga",
"lint:fix:oruga": "lerna run lint:fix --scope @oruga-ui/oruga",
"lint:staged:oruga": "lerna run lint:staged --scope @oruga-ui/oruga",
"unit:oruga": "lerna run unit --scope @oruga-ui/oruga",
"build:lib:oruga": "lerna run build:lib --parallel --scope @oruga-ui/oruga",
"build:lib:watch:oruga": "lerna run build:lib:watch --parallel --scope @oruga-ui/oruga",
"build:docs:oruga": "lerna run docs:build --scope @oruga-ui/docs",
"build:docs:hacktoberfest": "lerna run docs:hacktoberfest --scope @oruga-ui/docs",
"build:docs:watch:oruga": "lerna run docs:dev --parallel --scope @oruga-ui/docs",
"build:docs-next:oruga": "lerna run docs:build --parallel --scope @oruga-ui/docs-next",
"build:docs-next:watch:oruga": "lerna run docs:dev --parallel --scope @oruga-ui/docs-next",
"build:lib:oruga-next": "lerna run build:lib --parallel --scope @oruga-ui/oruga-next",
"build:lib:watch:oruga-next": "lerna run build:lib:watch --parallel --scope @oruga-ui/oruga-next",
"publish:lib:oruga": "lerna run publish:lib --scope @oruga-ui/oruga",
"publish:lib:oruga-next": "lerna run publish:lib --scope @oruga-ui/oruga-next",
"test:all": "lerna run test --stream",
"version": "node .scripts/config-sync && git add . && conventional-changelog -p angular -i CHANGELOG.md -s && node .scripts/wait-confirm && git add CHANGELOG.md",
Expand Down
5 changes: 2 additions & 3 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

## Packages for Oruga

1. **docs** - Oruga documentation
2. **oruga** - Main source code for Oruga
2. **oruga-next** - Build config for Vue 3 relative to oruga source code
1. **docs-next** - Oruga documentation
2. **oruga-next** - Main source code for Oruga
5 changes: 0 additions & 5 deletions packages/docs/.prettierrc

This file was deleted.

91 changes: 0 additions & 91 deletions packages/docs/.vuepress/DocWrapper.vue

This file was deleted.

43 changes: 0 additions & 43 deletions packages/docs/.vuepress/Expo.vue

This file was deleted.

104 changes: 0 additions & 104 deletions packages/docs/.vuepress/HFRepos.vue

This file was deleted.

Loading

0 comments on commit fd945ef

Please sign in to comment.